dune-pdelab 2.7-git
|
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. | |
virtual | ~TimeControllerInterface () |
every abstract base class has a virtual destructor | |
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::SimpleTimeController< R >, and Dune::PDELab::CFLTimeController< R, IGOS >.