#include <GteOdeSolver.h>

Public Member Functions | |
| Real | GetTDelta () const |
| void | SetTDelta (Real tDelta) |
| virtual void | Update (Real tIn, TVector const &xIn, Real &tOut, TVector &xOut)=0 |
| virtual | ~OdeSolver () |
Protected Member Functions | |
| OdeSolver (Real tDelta, std::function< TVector(Real, TVector const &)> const &F) | |
Protected Attributes | |
| std::function< TVector(Real, TVector const &)> | mFunction |
| Real | mTDelta |
Definition at line 23 of file GteOdeSolver.h.
|
virtual |
Definition at line 51 of file GteOdeSolver.h.
|
protected |
Definition at line 56 of file GteOdeSolver.h.
|
inline |
Definition at line 71 of file GteOdeSolver.h.
|
inline |
Definition at line 65 of file GteOdeSolver.h.
|
pure virtual |
|
protected |
Definition at line 46 of file GteOdeSolver.h.
|
protected |
Definition at line 45 of file GteOdeSolver.h.