2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-24 06:02:11 +00:00

Commit Graph

  • a871f3bf83 Merge branch 'odeint_master' into develop Karsten Ahnert 2014-07-11 21:50:55 +02:00
  • 27029e332b disable units example for clang mariomulansky 2014-07-11 19:42:16 +02:00
  • 0e45725eb5 fix travis.yml mariomulansky 2014-07-11 18:53:46 +02:00
  • 1d2ffe4bb9 new approach to travis clang build mariomulansky 2014-07-11 18:48:07 +02:00
  • 88d23490bc remove wait from travis build mariomulansky 2014-07-11 15:58:50 +02:00
  • 5041c24245 disable c++0x for clang mariomulansky 2014-07-11 15:25:24 +02:00
  • ae27305eff try activate clang build mariomulansky 2014-07-11 14:47:58 +02:00
  • 6139643899 change c++11 to c++0x to work with gcc-4.6 mariomulansky 2014-07-11 14:17:39 +02:00
  • 52daeba365 add c++11 build to travis mariomulansky 2014-07-11 13:56:40 +02:00
  • ef35151e09 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 mariomulansky 2014-07-11 13:56:00 +02:00
  • 6e9d680cb5 some fixes for c++11, clang and msvc mariomulansky 2014-07-11 13:55:20 +02:00
  • 2f021f760c disable the default boost bind placeholders Karsten Ahnert 2014-07-05 11:07:35 +02:00
  • e4b8dd8fa5 Merge remote-tracking branch 'odeint_root/master' into develop Karsten Ahnert 2014-07-02 11:37:48 +02:00
  • 1cdc33dc9c use correct env variable in nt2 jamfile mariomulansky 2014-07-01 20:04:18 +02:00
  • 26beea5455 Merge branch 'nt2_specializations' of https://github.com/MetaScale/odeint-v2 mariomulansky 2014-07-01 19:18:22 +02:00
  • 02e1c223ae Merge pull request #130 from MetaScale/boost_throw_exception Mario Mulansky 2014-07-01 18:48:13 +02:00
  • b94b3c1b29 Revert "Revert "Merge branch 'sfinae'"" Karsten Ahnert 2014-06-29 22:21:36 +02:00
  • 56a7c4040e Revert "Merge branch 'sfinae'" Karsten Ahnert 2014-06-29 21:47:24 +02:00
  • a593879d23 Merge branch 'sfinae' Karsten Ahnert 2014-06-29 21:31:41 +02:00
  • 1ca3c4758e there is no same size unit test as this is tested as part of the resize unit test alankelly 2014-06-27 13:15:33 +02:00
  • 9728651b50 exceptions are handled by BOOST_THROW_EXCEPTION so that the compiler option fno-exceptions may safely be used alankelly 2014-06-26 18:42:45 +02:00
  • 31ed4aadde nt2_norm_inf defines the infinity norm of a multi-dimensional matrix in the same manner as eigen - that is the largest absolute value alankelly 2014-06-26 17:42:04 +02:00
  • 9d0fc0a1b8 norm_inf updated to use new mnorminf function alankelly 2014-06-23 16:26:55 +02:00
  • 1be2466792 NT2_ROOT changed to NT2_ROOT_PATH because NT2 misbehaves when NT2_ROOT is defined alankelly 2014-06-23 16:24:51 +02:00
  • b88c2f389d nt2:tie used to take better advanatge of openmp alankelly 2014-06-17 14:24:56 +02:00
  • 4c56710814 parentheses correct on environment variable alankelly 2014-06-17 11:30:06 +02:00
  • 3f528712b1 parentheses correct on environemtn variable alankelly 2014-06-17 11:28:47 +02:00
  • 3bcb729a1b norm_inf unit test updated alankelly 2014-06-06 14:52:00 +02:00
  • a3b64c2a0b infinity norm on a matrix is defined as the max of the row sums alankelly 2014-06-06 14:51:40 +02:00
  • 033d5cb76b minimal table header, code cleaned, extent used instead of size for resizing/size comparison alankelly 2014-06-06 10:24:04 +02:00
  • 8555a34f5f Jamfiles corrected, gcc specific flags are marked so and NT2_SIMD_FLAGS is read from an environment variable alankelly 2014-06-06 10:23:03 +02:00
  • d4500e0f39 instructions added for using NT2/avx alankelly 2014-05-22 10:06:06 +02:00
  • 387972a60a Jamefile added, copyright updated and loop extended to match original example alankelly 2014-05-22 09:11:57 +02:00
  • 593b24996a example of odeint with nt2 alankelly 2014-05-21 17:31:36 +02:00
  • a7a39feab9 copyright updated alankelly 2014-05-21 16:48:29 +02:00
  • d6d0a98ec8 added is_resizeable unit test alankelly 2014-05-21 12:28:37 +02:00
  • 002002209b unit tests and Jamfile added alankelly 2014-05-21 12:00:18 +02:00
  • 293ab3613c includes corrected alankelly 2014-05-21 11:59:51 +02:00
  • 21e66fc974 specializations so that nt2 works with odeint alankelly 2014-05-20 16:07:08 +02:00
  • a756aad694 make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher Karsten Ahnert 2014-05-16 09:23:05 +02:00
  • 329dabcffc adding two level specialization for is_resizeable Karsten Ahnert 2014-05-13 18:06:53 +02:00
  • d575761ead Merge pull request #129 from wschreyer/master headmyshoulder 2014-06-06 16:09:48 +02:00
  • 0256c2d40e Fix pass-by-reference in bulirsch_stoer_dense_out bulirsch_stoer_dense_out always passed the ODE system as value to its underlying midpoint method. wschreyer 2014-06-06 15:42:44 +02:00
  • f5e882cd40 Create merge base for git. Daniel James 2014-06-02 10:27:13 +01:00
  • e6730e22bb make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher Karsten Ahnert 2014-05-16 09:23:05 +02:00
  • d0257efa4a adding two level specialization for is_resizeable Karsten Ahnert 2014-05-13 18:06:53 +02:00
  • 9cdefa89b6 Merge pull request #1 from danieljames/develop headmyshoulder 2014-05-04 22:58:24 +02:00
  • f3d6176b16 Remove Jamroot now that odeint is in boost tree. Daniel James 2014-05-04 13:54:46 +01:00
  • a997d074c1 Merge pull request #127 from ddemidov/master Mario Mulansky 2014-05-02 21:13:24 +02:00
  • d32fcb8d73 Typo in chaotic system tutorial Denis Demidov 2014-05-02 21:58:29 +04:00
  • d6d1902bf9 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2014-04-28 09:55:00 +02:00
  • 7408830b09 fixing jamfile for documentation Karsten Ahnert 2014-04-28 09:03:41 +02:00
  • 83f5ffaae8 Merge branch 'old_develop' into develop Karsten Ahnert 2014-04-18 22:45:36 +02:00
  • 79c282baa6 added boost build patch to travis runs mariomulansky 2014-04-09 13:15:41 +02:00
  • 09ca011224 removing iterator ideas files v2.4 Karsten Ahnert 2014-04-09 08:55:52 +02:00
  • 8898080167 Merge branch 'master' into boost_integ Karsten Ahnert 2014-04-09 08:42:58 +02:00
  • 79c77aef9f disable clang in travis v2.3 mariomulansky 2014-04-05 20:02:40 +02:00
  • b01139fc9b disable some targets for clang mariomulansky 2014-04-05 19:36:29 +02:00
  • f14b49f88f release build in travis mariomulansky 2014-04-05 19:00:08 +02:00
  • be7eeff97e travis running mariomulansky 2014-04-05 18:35:11 +02:00
  • 9a3e556956 testing travis mariomulansky 2014-04-05 18:04:04 +02:00
  • 65d465de41 testing travis mariomulansky 2014-04-05 17:56:10 +02:00
  • fd39e5b920 testing travis mariomulansky 2014-04-05 17:53:19 +02:00
  • 4ace70081c testing travis mariomulansky 2014-04-05 17:46:08 +02:00
  • 934d283f9a testing travis mariomulansky 2014-04-05 17:35:44 +02:00
  • 085eba30c1 testing travis mariomulansky 2014-04-05 17:35:32 +02:00
  • 96fdfdfc1e testing travis mariomulansky 2014-04-05 17:23:08 +02:00
  • 746149504d added travis.yml mariomulansky 2014-04-05 17:04:57 +02:00
  • 3e0ab01a6c bugfix for last commit mariomulansky 2014-04-05 16:25:47 +02:00
  • da6df7247a fixes #125 mariomulansky 2014-04-05 16:04:57 +02:00
  • ba23a4d558 correcting order of includes Karsten Ahnert 2014-04-02 09:39:35 +02:00
  • b651d7ad42 tmp commit, include order is not working Karsten Ahnert 2014-04-01 10:19:01 +02:00
  • 6c38e1b3bb boost.adaption: adapting Jamroot Karsten Ahnert 2014-03-26 08:36:09 +01:00
  • f85153203d boost.adaption: moving index.html Karsten Ahnert 2014-03-26 08:23:08 +01:00
  • 915cb28b85 boost.adaption: moving test_external directory Karsten Ahnert 2014-03-26 08:21:07 +01:00
  • bb8716dce7 boost.adaption: moving test directory Karsten Ahnert 2014-03-26 08:20:59 +01:00
  • 63781566d3 boost.adaption: moving performance directory Karsten Ahnert 2014-03-26 08:20:47 +01:00
  • 3890cd0c25 boost.adaption: moving examples directory Karsten Ahnert 2014-03-26 08:20:33 +01:00
  • 6c5e7df14c boost.adaption: moving doc directory Karsten Ahnert 2014-03-26 08:20:20 +01:00
  • f944058b1a boost.adaption: moving include directory Karsten Ahnert 2014-03-26 08:19:56 +01:00
  • 8c8f08cf19 fixed #124 Karsten Ahnert 2014-03-20 08:01:41 +01:00
  • 3c06b71f04 unifying include directories Karsten Ahnert 2014-03-09 22:57:17 +01:00
  • 14a2015f7c unifying include directories Karsten Ahnert 2014-03-09 22:53:28 +01:00
  • 83b3903af3 small bugfixed, adding missing includes. Karsten Ahnert 2014-03-09 22:44:39 +01:00
  • c34e45ccb5 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2014-03-09 22:37:26 +01:00
  • 16fbc36cf0 Merge branch 'iterator_integrate' mariomulansky 2014-03-05 17:07:44 +01:00
  • bbd6a4682e replaced integrate routines with original implementation mariomulansky 2014-03-04 00:10:14 +01:00
  • 1057e614a7 moved iterator based integrate routines to iterator directory mariomulansky 2014-03-03 23:36:57 +01:00
  • 5843c059b3 updated iterator docs mariomulansky 2014-02-26 23:55:47 +01:00
  • d05397be24 reference for iterators updated mariomulansky 2014-02-26 23:27:49 +01:00
  • b8aa564673 merge omp/mpi mariomulansky 2014-02-14 14:05:13 -06:00
  • 6a45119937 exclude omp/mpi files from standard build mariomulansky 2014-02-14 13:31:07 -06:00
  • 63e7fb3f41 fixed start time in integrate_times example mariomulansky 2014-02-06 11:59:50 -06:00
  • 90395327d1 added integrate_times example mariomulansky 2014-02-06 10:43:41 -06:00
  • 5802b521bd Merge pull request #121 from ddemidov/boost.compute headmyshoulder 2014-01-24 03:49:49 -08:00
  • 9ff40f81c7 Merge pull request #120 from ddemidov/include_vexcl_multivector headmyshoulder 2014-01-23 11:56:08 -08:00
  • 8c9eef1f67 Boost.Compute backend Denis Demidov 2014-01-09 12:27:40 +04:00
  • cc0cd9305f Include <vexcl/multivector.hpp> into vexcl_algebra_dispatcher.hpp Denis Demidov 2014-01-22 12:01:16 +04:00
  • 2ba6a94567 adding blaze adpaters Karsten Ahnert 2014-01-14 09:48:24 +01:00
  • 2f541ca882 removing m_algebra member from adams bashforth Karsten Ahnert 2014-01-13 08:29:11 +01:00