dune-pdelab
2.4.1
|
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) |
Return name of the scheme. More... | |
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 |
|
inlinevirtual |
Return name of the scheme.
Implements Dune::PDELab::TimeControllerInterface< R >.