mirror of
https://github.com/boostorg/odeint.git
synced 2026-01-25 18:32:14 +00:00
working on docs
This commit is contained in:
6
libs/numeric/odeint/doc/controlled_stepper_table.qbk
Normal file
6
libs/numeric/odeint/doc/controlled_stepper_table.qbk
Normal file
@@ -0,0 +1,6 @@
|
||||
[table Adaptive step size algorithms
|
||||
[ [Stepper] [Tolerance formula] [Step size adaption] ]
|
||||
[ [controlled_runge_kutta] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
|
||||
[ [rosenbrock4_controller] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
|
||||
[ [bulirsch_stoer] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
|
||||
]
|
||||
Reference in New Issue
Block a user