timestepping.hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Abstract strategy class for the class Timestepping.
Definition: strategy.hh:32
uint operator()(concepts::Vector< Real > &sol)
TimeStepping(TimeStepStrategy &timeStepStrategy)
Constructor.
void operator()(concepts::Vector< Real > &sol, uint n)
Returns the solution of the n'th timestep.
This class encapsulates a general timestep solver concept to solve linear PDE in time and space.
Definition: timestepping.hh:42