23 OdeRK4 (
unsigned long neq);
27 void step_ (
double dt);
Base class implementing solver functions with adaptive time steps.
Base class providing space for temporary solutions moving through RK stages.
The classic Runge-Kutta 4th order method.
OdeRK4(unsigned long neq)
constructs
Provides space for stage slope values, an array of arrays for k values.