AnimaL |
Tutorial |
Documentation |
#include <stepper.h>
Definition at line 105 of file stepper.h.
Public Types | |
typedef TraitsT::Real | Real |
time | |
typedef TraitsT::Model | Model |
additional data | |
typedef TraitsT::State | State |
value | |
typedef TraitsT::Numerics | Numerics |
numerical traits | |
Public Member Functions | |
Real | hmax (const Model &M, const State &S, const Real t) const |
Maximum allowed stepsize. | |
Real | operator() (const Model &M, const State &S, const Real t, const Real h) const |
Call operator. |
|
additional data
|
|
numerical traits
|
|
time
|
|
value
|
|
Maximum allowed stepsize.
|
|
Call operator.
|