|
dune-pdelab
2.5-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 >.
1.8.17