2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-24 18:12:26 +00:00

1029 Commits

Author SHA1 Message Date
Karsten Ahnert
09ca011224 removing iterator ideas files v2.4 2014-04-09 08:55:52 +02:00
Karsten Ahnert
8898080167 Merge branch 'master' into boost_integ 2014-04-09 08:42:58 +02:00
mariomulansky
79c77aef9f disable clang in travis v2.3 2014-04-05 20:02:40 +02:00
mariomulansky
b01139fc9b disable some targets for clang 2014-04-05 19:36:29 +02:00
mariomulansky
f14b49f88f release build in travis 2014-04-05 19:00:08 +02:00
mariomulansky
be7eeff97e travis running 2014-04-05 18:35:11 +02:00
mariomulansky
9a3e556956 testing travis 2014-04-05 18:04:04 +02:00
mariomulansky
65d465de41 testing travis 2014-04-05 17:56:10 +02:00
mariomulansky
fd39e5b920 testing travis 2014-04-05 17:53:19 +02:00
mariomulansky
4ace70081c testing travis 2014-04-05 17:46:08 +02:00
mariomulansky
934d283f9a testing travis 2014-04-05 17:35:44 +02:00
mariomulansky
085eba30c1 testing travis 2014-04-05 17:35:32 +02:00
mariomulansky
96fdfdfc1e testing travis 2014-04-05 17:23:08 +02:00
mariomulansky
746149504d added travis.yml 2014-04-05 17:04:57 +02:00
mariomulansky
3e0ab01a6c bugfix for last commit 2014-04-05 16:25:47 +02:00
mariomulansky
da6df7247a fixes #125 2014-04-05 16:04:57 +02:00
Karsten Ahnert
ba23a4d558 correcting order of includes 2014-04-02 09:39:35 +02:00
Karsten Ahnert
b651d7ad42 tmp commit, include order is not working 2014-04-01 10:19:01 +02:00
Karsten Ahnert
6c38e1b3bb boost.adaption: adapting Jamroot 2014-03-26 08:36:09 +01:00
Karsten Ahnert
f85153203d boost.adaption: moving index.html 2014-03-26 08:23:08 +01:00
Karsten Ahnert
915cb28b85 boost.adaption: moving test_external directory 2014-03-26 08:21:07 +01:00
Karsten Ahnert
bb8716dce7 boost.adaption: moving test directory 2014-03-26 08:20:59 +01:00
Karsten Ahnert
63781566d3 boost.adaption: moving performance directory 2014-03-26 08:20:47 +01:00
Karsten Ahnert
3890cd0c25 boost.adaption: moving examples directory 2014-03-26 08:20:33 +01:00
Karsten Ahnert
6c5e7df14c boost.adaption: moving doc directory 2014-03-26 08:20:20 +01:00
Karsten Ahnert
f944058b1a boost.adaption: moving include directory 2014-03-26 08:19:56 +01:00
Karsten Ahnert
8c8f08cf19 fixed #124 2014-03-20 08:01:41 +01:00
Karsten Ahnert
3c06b71f04 unifying include directories 2014-03-09 22:57:17 +01:00
Karsten Ahnert
14a2015f7c unifying include directories 2014-03-09 22:53:28 +01:00
Karsten Ahnert
83b3903af3 small bugfixed, adding missing includes. 2014-03-09 22:44:39 +01:00
Karsten Ahnert
c34e45ccb5 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2014-03-09 22:37:26 +01:00
mariomulansky
16fbc36cf0 Merge branch 'iterator_integrate'
Conflicts:
	boost/numeric/odeint/iterator/detail/ode_time_iterator_base.hpp
	boost/numeric/odeint/iterator/impl/adaptive_iterator_controlled_impl.hpp
	boost/numeric/odeint/iterator/impl/adaptive_iterator_dense_output_impl.hpp
	boost/numeric/odeint/iterator/impl/adaptive_time_iterator_controlled_impl.hpp
	boost/numeric/odeint/iterator/impl/adaptive_time_iterator_dense_output_impl.hpp
	boost/numeric/odeint/iterator/impl/const_step_iterator_dense_output_impl.hpp
	boost/numeric/odeint/iterator/impl/const_step_time_iterator_dense_output_impl.hpp
	boost/numeric/odeint/iterator/impl/const_step_time_iterator_impl.hpp
	libs/numeric/odeint/test/Jamfile.v2
2014-03-05 17:07:44 +01:00
mariomulansky
bbd6a4682e replaced integrate routines with original implementation 2014-03-04 00:10:14 +01:00
mariomulansky
1057e614a7 moved iterator based integrate routines to iterator directory 2014-03-03 23:36:57 +01:00
mariomulansky
5843c059b3 updated iterator docs 2014-02-26 23:55:47 +01:00
mariomulansky
d05397be24 reference for iterators updated 2014-02-26 23:27:49 +01:00
mariomulansky
b8aa564673 merge omp/mpi 2014-02-14 14:05:13 -06:00
mariomulansky
6a45119937 exclude omp/mpi files from standard build 2014-02-14 13:31:07 -06:00
mariomulansky
63e7fb3f41 fixed start time in integrate_times example 2014-02-06 11:59:50 -06:00
mariomulansky
90395327d1 added integrate_times example 2014-02-06 10:43:41 -06:00
headmyshoulder
5802b521bd Merge pull request #121 from ddemidov/boost.compute
Boost.Compute backend
2014-01-24 03:49:49 -08:00
headmyshoulder
9ff40f81c7 Merge pull request #120 from ddemidov/include_vexcl_multivector
Include <vexcl/multivector.hpp> into vexcl_algebra_dispatcher.hpp
2014-01-23 11:56:08 -08:00
Denis Demidov
8c9eef1f67 Boost.Compute backend
This adds support for using Boost.Compute library
(https://github.com/kylelutz/compute) as a backend.
Based on the Thrust backend.
2014-01-23 21:53:35 +04:00
Denis Demidov
cc0cd9305f Include <vexcl/multivector.hpp> into vexcl_algebra_dispatcher.hpp 2014-01-22 12:01:16 +04:00
Karsten Ahnert
2ba6a94567 adding blaze adpaters 2014-01-14 09:48:24 +01:00
Karsten Ahnert
2f541ca882 removing m_algebra member from adams bashforth 2014-01-13 08:29:11 +01:00
mariomulansky
9d40b8452f merge obs_caller 2014-01-10 15:45:00 +01:00
mariomulansky
92fe74a90b obs_caller refactored 2014-01-10 15:33:37 +01:00
mariomulansky
867e7ec67e avoid copy of state for dense out iterators 2014-01-10 15:21:30 +01:00
Karsten Ahnert
933dc96197 removing counter class, it is nowhere used 2014-01-10 10:57:31 +01:00