nystroem.hh
virtual void next()
The overloaded member function next() has to calculate the new right hand side and to release the sol...
Nystroem(concepts::SolverFabric< Real > &fabric, concepts::Operator< Real > &D2, concepts::Operator< Real > &D0, timestepping::TimeVector &trhs, const concepts::Vector< Real > &Y0, const concepts::Vector< Real > &Z0, Real dt)
Constructor.
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
Timestep strategy for a Nyström algorithm to solve second order problems in time with no first order ...
Definition: nystroem.hh:41