Mario Mulansky
d912031682
debug
2015-06-29 22:52:00 +02:00
Mario Mulansky
169e91343d
check variables
2015-06-29 22:19:59 +02:00
Mario Mulansky
3a0747f139
fix if condition
2015-06-29 21:38:40 +02:00
Mario Mulansky
5fadc5cdb0
don't explicitely specify c++98
2015-06-29 21:08:59 +02:00
Mario Mulansky
a10e3254d9
further refinement
2015-06-29 20:50:57 +02:00
Mario Mulansky
4c2e8769b4
fix travis indent
2015-06-29 20:02:42 +02:00
Mario Mulansky
1d473373cd
further travis bugfixing
2015-06-29 19:47:51 +02:00
Mario Mulansky
214ff01789
use correct file name
2015-06-29 19:06:52 +02:00
Mario Mulansky
cba13f31bc
use boost 1.57
2015-06-29 18:59:22 +02:00
Mario Mulansky
e4119ee1a3
more travis troubleshooting
2015-06-29 18:31:11 +02:00
Mario Mulansky
8f96d67026
escaping in sourceforge url
2015-06-29 17:26:44 +02:00
Mario Mulansky
303c3ca962
correct sourceforge url
2015-06-29 17:01:29 +02:00
Mario Mulansky
0fb8afce2d
updated travis to use boost 1.58
2015-06-29 16:55:03 +02:00
Mario Mulansky
ff755ff96e
fixes #168
...
fixed bug in less_eq_with_sign. equality was not correctly checked for, which
resulted in wrong behavior when the numeric type had
std::numeric_limits<T>::epsilon() == 0.
2015-06-29 15:27:44 +02:00
Mario Mulansky
45fd4331c2
fix #166
...
use correct iterator (const) in norm_inf of openmp_range_algebra.
2015-06-14 16:23:54 +02:00
Mario Mulansky
e7f25c0a3b
moved openmp.jam into openmp examples folder
2015-06-14 16:12:00 +02:00
Mario Mulansky
84bd94c285
fixes #165
...
removed adams-moutlon from the stepper table as it is not an independent
algorithm, but only does the correction step in adams-bashforth-moulton.
2015-05-21 12:22:04 +02:00
Mario Mulansky
3b110f689b
fixes #164
...
fixed typo in the mpi tutorial that included code from the wrong source file
2015-05-20 12:26:25 +02:00
Mario Mulansky
127e0dc212
added Makefile to gmpxx example
2015-05-05 12:52:06 +02:00
Mario Mulansky
656e1466cf
Merge pull request #161 from ds283/bulirsch-stoer-segfault
...
Adjust allocation of bulirsch_stoer_dense_out::m_diffs to avoid segmentation fault
2015-04-23 12:03:55 +02:00
David Seery
3625ae1ef1
Adjust allocation of bulirsch_stoer_dense_out::m_diffs to avoid segmentation fault
2015-04-22 11:57:17 +01:00
headmyshoulder
18b3a2ed60
Merge pull request #159 from Arash-codedev/patch-1
...
Update integrate_adaptive.hpp
2015-04-22 07:21:38 +02:00
Arash
25febac10b
Update integrate_adaptive.hpp
...
This assignment inside the while loop is redundant.
2015-04-22 14:32:01 +10:00
Mario Mulansky
00d9efef6d
Merge branch 'ds283-bidirectional-iterator'
2015-04-22 00:08:32 +02:00
David Seery
d7d2dd5743
Fix formatting
2015-04-19 12:51:54 +01:00
David Seery
307aff4f5e
Switch <iterator>-1 for --<iterator> in integrate_times() to allow use with bidirectional iterators
2015-04-19 09:21:45 +01:00
headmyshoulder
e11cb53ee0
Rename README to README.md
2015-04-06 21:08:33 +02:00
headmyshoulder
be2718e508
Update README
2015-04-06 21:07:56 +02:00
Karsten Ahnert
f8e467b8ed
manual merge
2015-03-18 20:53:11 +01:00
Karsten Ahnert
69d6b39e32
Merge branch 'develop' of https://github.com/boostorg/odeint into develop
2015-03-09 07:01:46 +01:00
Karsten Ahnert
d9f9c51e82
Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop
2015-03-09 07:00:12 +01:00
Karsten Ahnert
9a14adf963
using using std::max
2015-03-08 21:53:13 +01:00
headmyshoulder
5f449d5cec
Merge pull request #8 from akumta/patch-4
...
Update implicit_euler.hpp
2015-03-06 21:25:39 +01:00
akumta
c5b3053f84
Update implicit_euler.hpp
...
Per ticket 11081.
2015-03-06 11:57:58 -08:00
headmyshoulder
2edd52d618
Merge pull request #7 from akumta/patch-3
...
Update integrate_implicit.cpp
2015-03-04 09:37:13 +01:00
akumta
c7895bbed9
Update integrate_implicit.cpp
...
Per ticket# 10928.
2015-03-03 14:05:10 -08:00
headmyshoulder
cdd4d6e5bc
Merge pull request #6 from akumta/patch-2
...
Update rosenbrock.cpp
2015-02-26 14:23:41 +01:00
akumta
2ae720f494
Update rosenbrock.cpp
...
Update for ticket# 10929.
2015-02-25 12:26:51 -08:00
Karsten Ahnert
cf0373aa3b
Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop
2015-02-12 10:40:39 +01:00
Karsten Ahnert
8f6ef31acd
adding test for adjust size of bulirsch stoer
2015-02-12 10:36:41 +01:00
Karsten Ahnert
304a1d459b
fixes Trac Ticket #11011
2015-02-12 10:32:14 +01:00
Mario Mulansky
f9c7763eda
doxygen text
2015-02-01 18:14:09 +01:00
Mario Mulansky
c23fdbeb8f
extrapolation stepper as init stepper for abm
...
extrapolation stepper has a configurable order, so we can use it as
initializing stepper in the adams-bashforth algorithm. All numeric tests pass.
2015-02-01 18:08:39 +01:00
Mario Mulansky
0721600e50
new extrapolation stepper
2015-02-01 16:32:18 +01:00
Mario Mulansky
2b42b359d4
added test case for velocity-verlet #150
...
Test numerical accuracy of the velocity verlet method using a harmonic
oscillator.
2015-01-31 14:27:25 +01:00
Karsten Ahnert
d74f657316
manual merge
2015-01-29 23:37:56 +01:00
Karsten Ahnert
d3ca31a8e3
removing warnings, see track ticket #10931
2015-01-29 23:27:44 +01:00
Karsten Ahnert
4adf0b0f80
fixes #150
2015-01-29 21:45:06 +01:00
Mario Mulansky
54a601d679
fixed compiler flag
2015-01-27 16:35:30 +01:00
Mario Mulansky
d81342d178
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
2015-01-27 14:07:05 +01:00