24 void step_ (
double dt);
Base class implementing solver functions with adaptive time steps.
Base class providing space for temporary solutions moving through RK stages.
Provides space for stage slope values, an array of arrays for k values.
Second order, explicit trapezoidal rule.
OdeTrapz(unsigned long neq)
constructs