Commit Graph

81 Commits

Author SHA1 Message Date
Mario Mulansky
f51691421c Merge branch 'master' of github.com:headmyshoulder/odeint-v2 into develop 2015-11-13 12:30:41 +01:00
Mario Mulansky
0c8e003341 Merge branch 'master' of github.com:headmyshoulder/odeint-v2
Conflicts:
	test/Jamfile.v2
2015-11-05 21:30:58 -06:00
Mario Mulansky
1b55d6f218 add remark in docs about max step size limitation 2015-11-03 13:31:09 -06:00
Mario Mulansky
3241363bff added step limit description to integrate docs
the detailed docs on the integrate functions now contain a description
of the new max_step_checker functionality.
2015-11-02 15:18:17 -06:00
Karsten Ahnert
fbd9ed0010 Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop 2015-07-09 22:01:48 +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
Karsten Ahnert
d74f657316 manual merge 2015-01-29 23:37:56 +01:00
Karsten Ahnert
56850b94e5 fixing broken links to github examples 2015-01-27 09:20:27 +01:00
jzmaddock
762dbb3fef Update Jamfile.v2
Fix PDF documentation build:
Fix path to images when building PDF.
Use default path for admon graphics.
Turn off draft mode - it's not a draft anymore.
Change name of pdf install rule - apparently Boost.Build no longer accepts target names with hyphens in them :-(
2014-08-13 18:35:12 +01:00
Denis Demidov
d32fcb8d73 Typo in chaotic system tutorial 2014-05-02 21:58:29 +04:00
Karsten Ahnert
7408830b09 fixing jamfile for documentation 2014-04-28 09:03:41 +02:00
Karsten Ahnert
6c5e7df14c boost.adaption: moving doc directory 2014-03-26 08:20:20 +01:00
Mario Mulansky
16a987fcbb deleted odeint/doc 2012-09-18 16:46:29 +02:00
Mario Mulansky
66700d6def changed my_vector example 2012-09-07 21:19:15 +02:00
Karsten Ahnert
58f2b519d4 iterator docs 2012-09-04 21:35:10 +02:00
Karsten Ahnert
d314648174 merging 2012-08-19 23:50:14 +02:00
Karsten Ahnert
38b68b2a7c docs for iterators 2012-08-14 09:33:46 +02:00
Karsten Ahnert
5ce8ca82e1 added stepper categories to stepper concepts 2012-08-06 08:02:51 +02:00
Mario Mulansky
13820ff694 merged 2012-06-27 21:46:47 +02:00
Mario Mulansky
572091735f css update 2012-06-27 21:45:00 +02:00
Karsten Ahnert
0f126ac9e4 removing empty sections from docs 2012-06-26 07:15:54 +02:00
Karsten Ahnert
93c1d4cd12 removing observer from docs 2012-06-26 07:09:51 +02:00
Karsten Ahnert
3ee6600df2 small fix in heun example 2012-06-25 22:23:07 +02:00
Karsten Ahnert
99dfd57579 add vexcl example and section in the tutorial 2012-06-25 14:12:47 +02:00
Karsten Ahnert
48a03253b2 removed copy constructors and assignment operators from dense_output_runge_kutta and bulirsch_stoer 2012-06-23 13:58:55 +02:00
Karsten Ahnert
ef46c16443 adding associated types to the concept documentation 2012-06-19 09:35:08 +02:00
Karsten Ahnert
22a990f6b0 clarifying the docs 2012-06-12 08:12:16 +02:00
Mario Mulansky
c59b1e0f43 doc sprint 2012-06-10 17:07:26 +02:00
Karsten Ahnert
570993559b added example how an own Runge Kutta stepper can be implemented 2012-06-05 10:15:20 +02:00
Karsten Ahnert
47dbdac33c added initialize function to controlled_runge_kutta (fsal version) 2012-05-29 16:46:40 +02:00
Mario Mulansky
7609cf11b4 completed examples list in docs 2012-05-23 22:30:11 +02:00
Karsten Ahnert
e7fd6f3a27 spell checking the docs and some minor changes 2012-05-21 23:32:51 +02:00
Karsten Ahnert
61b8f1a307 introducing unit helper 2012-05-13 17:03:00 +02:00
Karsten Ahnert
bf082a9d9e merging 2012-04-05 09:25:12 +02:00
Karsten Ahnert
41949f94f8 docs for generation functions 2012-04-05 09:12:43 +02:00
Mario Mulansky
e8dce5cbc0 merged docs 2012-04-04 20:19:48 +02:00
Mario Mulansky
9f684ab983 rewritten doc: details / state_types, algebras, operations 2012-04-04 20:15:35 +02:00
Karsten Ahnert
445c384599 documentation 2012-04-04 08:59:43 +02:00
Karsten Ahnert
b6bbedde4f boost::range detail documentation 2012-04-03 13:30:07 +02:00
Karsten Ahnert
83c55a4632 documentation: steppers and boost_ref 2012-04-02 20:27:51 +02:00
Karsten Ahnert
b40639d8c0 docs: stochastic euler 2012-04-02 09:30:08 +02:00
Karsten Ahnert
6b622cd2e1 documentation: writing own steppers 2012-03-29 18:54:48 +02:00
Karsten Ahnert
1dcd47885d addes missing html for docs 2012-03-26 11:10:27 +02:00
Karsten Ahnert
9157c577c8 examples and doc 2012-03-26 11:08:15 +02:00
Mario Mulansky
63fade416c removed is_resizable from state_wrapper 2012-02-08 19:05:40 +01:00
Mario Mulansky
64bbe84d54 overwrite start_state with final integration state in all integrate routines 2012-02-08 16:31:16 +01:00
Mario Mulansky
9d2e768b65 manual merge 2011-11-29 13:40:20 +01:00
Mario Mulansky
be66252dda +point3D example in docs 2011-11-29 13:36:11 +01:00
Karsten Ahnert
1a6322a456 merging 2011-11-28 21:14:53 +01:00