dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::CFLTimeController< R, IGOS > Class Template Reference

limit time step to maximum dt * CFL number More...

#include <dune/pdelab/instationary/onestep.hh>

Inheritance diagram for Dune::PDELab::CFLTimeController< R, IGOS >:
Inheritance graph

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...
 

Detailed Description

template<class R, class IGOS>
class Dune::PDELab::CFLTimeController< R, IGOS >

limit time step to maximum dt * CFL number

Template Parameters
RC++ type of the floating point parameters
IGOSinstationary grid operator space

Member Typedef Documentation

template<class R , class IGOS >
typedef R Dune::PDELab::CFLTimeController< R, IGOS >::RealType

Constructor & Destructor Documentation

template<class R , class IGOS >
Dune::PDELab::CFLTimeController< R, IGOS >::CFLTimeController ( cfl_,
const IGOS &  igos_ 
)
inline
template<class R , class IGOS >
Dune::PDELab::CFLTimeController< R, IGOS >::CFLTimeController ( cfl_,
target_,
const IGOS &  igos_ 
)
inline

Member Function Documentation

template<class R , class IGOS >
void Dune::PDELab::CFLTimeController< R, IGOS >::setTarget ( target_)
inline
template<class R , class IGOS >
virtual RealType Dune::PDELab::CFLTimeController< R, IGOS >::suggestTimestep ( RealType  time,
RealType  givendt 
)
inlinevirtual

Return name of the scheme.

Implements Dune::PDELab::TimeControllerInterface< R >.


The documentation for this class was generated from the following file: