Alpha(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, Real alpha=0.)
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 the Alpha algorithm of Hilber, Hughes and Taylor to solve second order problems...
Definition: alpha.hh:42
virtual void next()
The overloaded member function next() has to calculate the new right hand side and to release the sol...