dune-pdelab
2.4-dev
|
Controller interface for adaptive time stepping. More...
#include <dune/pdelab/instationary/explicitonestep.hh>
Public Types | |
typedef R | RealType |
Public Member Functions | |
virtual RealType | suggestTimestep (RealType time, RealType givendt)=0 |
Return name of the scheme. More... | |
virtual | ~TimeControllerInterface () |
every abstract base class has a virtual destructor More... | |
Controller interface for adaptive time stepping.
R | C++ type of the floating point parameters |
typedef R Dune::PDELab::TimeControllerInterface< R >::RealType |
|
inlinevirtual |
every abstract base class has a virtual destructor
|
pure virtual |
Return name of the scheme.
Implemented in Dune::PDELab::CFLTimeController< R, IGOS >, and Dune::PDELab::SimpleTimeController< R >.
Referenced by Dune::PDELab::ExplicitOneStepMethod< T, IGOS, LS, TrlV, TstV, TC >::apply().