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