|
The Vish Visualization Shell 0.3
Vish
|
Additional Inherited Members | |
| Public Member Functions inherited from Traum::Rk4< PendulumDiffEquation > | |
| success_code | advance (bool backward=false) override |
| Advance the solution by one step, producing dense output. | |
| const real & | f (int i) const override |
| Return the solution of the | |
| long | step_nr () const override |
| Return the current integration step number, which is increased with each call to advance(). | |
| const real & | x0 () const override |
| Return the last integration parameter. | |
| const real & | x1 () const override |
| Return the current integration parameter. | |
| Public Member Functions inherited from Traum::Integrator< PendulumDiffEquation::real > | |
| bool | contains (const real &x) const |
| Query whether the current integration interval [x0,x1) contains a given value. | |