dune-pdelab
2.7-git
|
Default time controller; just returns given dt. More...
#include <dune/pdelab/instationary/explicitonestep.hh>
Public Types | |
typedef R | RealType |
Public Member Functions | |
virtual RealType | suggestTimestep (RealType time, RealType givendt) override |
Return name of the scheme. More... | |
Default time controller; just returns given dt.
R | C++ type of the floating point parameters |
typedef R Dune::PDELab::SimpleTimeController< R >::RealType |
|
inlineoverridevirtual |
Return name of the scheme.
Implements Dune::PDELab::TimeControllerInterface< R >.