Go to the documentation of this file.
20 #ifndef LIBMESH_TWOSTEP_TIME_SOLVER_H
21 #define LIBMESH_TWOSTEP_TIME_SOLVER_H
24 #include "libmesh/adaptive_time_solver.h"
70 virtual void solve()
override;
77 #endif // LIBMESH_TWOSTEP_TIME_SOLVER_H
TwostepTimeSolver(sys_type &s)
Constructor.
The libMesh namespace provides an interface to certain functionality in the library.
This class provides a specific system class.
This class wraps another UnsteadySolver derived class, and compares the results of timestepping with ...
~TwostepTimeSolver()
Destructor.
This class wraps another UnsteadySolver derived class, and compares the results of timestepping with ...
virtual void solve() override
This method solves for the solution at the next timestep.
AdaptiveTimeSolver Parent
The parent class.