|
|
| continuousSolverRK4 (continuousModel< T > *M, const double startTime, const T &startState, double timeStep) |
| |
|
void | solve (double timeForward) |
| |
|
| continuousSolver (const continuousModel< T > *M, const double startTime, const T &startState) |
| |
|
void | setInitialConditions (const T &newState, double newTime) |
| |
|
T | getCurrentState () |
| | Getter for state.
|
| |
|
double | getCurrentTime () |
| | Getter for current time.
|
| |
|
T | evaluateModel (const T &t, const double time) const |
| |
The documentation for this class was generated from the following file: