rungekutta4.hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
RungeKutta4(concepts::SolverFabric< Real > &fabric, concepts::Operator< Real > &D1, concepts::Operator< Real > &D0, timestepping::TimeVector &trhs, const concepts::Vector< Real > &Y0, Real dt)
Constructor.
Timestep strategy for the explicit 4th order RungeKutta algorithm to solve first order problems in ti...
Definition: rungekutta4.hh:36
Abstract strategy class for the class Timestepping.
Definition: strategy.hh:32
virtual ~RungeKutta4()
virtual void next()
The overloaded member function next() has to calculate the new right hand side and to release the sol...