AnimaL |
Tutorial |
Documentation |
#include <stepper.h>
Definition at line 129 of file stepper.h.
Public Types | |
typedef TraitsT::Real | Real |
time | |
typedef TraitsT::Model | Model |
additional data | |
typedef TraitsT::State | State |
function value | |
typedef TraitsT::Derivative | Derivative |
function derivative | |
typedef TraitsT::Numerics | Numerics |
numerical traits | |
Public Member Functions | |
Real | errormax (const Model &M, const State &S, const Real t) const |
Required accuracy. | |
Call operator | |
bool | operator() (const Model &M, const State &S1, const State &S2, const Real t) const |
Compare two states according to a criterion. | |
bool | operator() (const Model &M, const State &S, const Real t) const |
Compare one state to a constant. |
|
function derivative
|
|
additional data
|
|
numerical traits
|
|
time
|
|
function value
|
|
Required accuracy.
|
|
Compare one state to a constant.
|
|
Compare two states according to a criterion.
|