dune-pdelab  2.4-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::TimeControllerInterface< R > Class Template Referenceabstract

Controller interface for adaptive time stepping. More...

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

Inheritance diagram for Dune::PDELab::TimeControllerInterface< R >:
Inheritance graph

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

Detailed Description

template<class R>
class Dune::PDELab::TimeControllerInterface< R >

Controller interface for adaptive time stepping.

Template Parameters
RC++ type of the floating point parameters

Member Typedef Documentation

template<class R>
typedef R Dune::PDELab::TimeControllerInterface< R >::RealType

Constructor & Destructor Documentation

template<class R>
virtual Dune::PDELab::TimeControllerInterface< R >::~TimeControllerInterface ( )
inlinevirtual

every abstract base class has a virtual destructor

Member Function Documentation

template<class R>
virtual RealType Dune::PDELab::TimeControllerInterface< R >::suggestTimestep ( RealType  time,
RealType  givendt 
)
pure virtual

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