tvd_rk2.hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::Operator< Real > & limiter_
Definition: tvd_rk2.hh:82
TvdRK2(concepts::SolverFabric< Real > &fabric, concepts::Operator< Real > &D1, concepts::Operator< Real > &D0, TimeVector &trhs, const concepts::Vector< Real > &Y0, Real dt)
Constructor.
Timestep stategy for an explicit two stage TVD Runge Kutta scheme to solve problems in time.
Definition: tvd_rk2.hh:60
LimitingTvdRK2(concepts::SolverFabric< Real > &fabric, concepts::Operator< Real > &D1, concepts::Operator< Real > &D0, concepts::Operator< Real > &limiter, TimeVector &trhs, const concepts::Vector< Real > &Y0, Real dt)
Constructor.
Abstract strategy class for the class Timestepping.
Definition: strategy.hh:32
virtual ~TvdRK2()
virtual ~LimitingTvdRK2()
virtual void next()
The overloaded member function next() has to calculate the new right hand side and to release the sol...
Timestep stategy for an explicit two stage TVD Runge Kutta scheme to solve problems in time.
Definition: tvd_rk2.hh:29
virtual void next()
The overloaded member function next() has to calculate the new right hand side and to release the sol...
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.