dune-pdelab 2.7-git
|
limit time step to maximum dt * CFL number More...
#include <dune/pdelab/instationary/explicitonestep.hh>
Public Types | |
typedef R | RealType |
Public Member Functions | |
CFLTimeController (R cfl_, const IGOS &igos_) | |
CFLTimeController (R cfl_, R target_, const IGOS &igos_) | |
void | setTarget (R target_) |
virtual RealType | suggestTimestep (RealType time, RealType givendt) override |
Return name of the scheme. | |
limit time step to maximum dt * CFL number
R | C++ type of the floating point parameters |
IGOS | instationary grid operator space |
typedef R Dune::PDELab::CFLTimeController< R, IGOS >::RealType |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Return name of the scheme.
Implements Dune::PDELab::TimeControllerInterface< R >.