Base class for all time differential equation solvers.
A SolverBase integrates a function of time over a given time step. Contrary with a Stepper, a Solver can NOT decide to subdivide the given time step for purposes of accuracy.
The documentation for this class was generated from the following file: