dune-pdelab  2.4.1
Public Types | Public Member Functions | List of all members
Dune::PDELab::SimpleTimeController< R > Class Template Reference

Default time controller; just returns given dt. More...

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

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

Public Types

typedef R RealType
 

Public Member Functions

virtual RealType suggestTimestep (RealType time, RealType givendt)
 Return name of the scheme. More...
 

Detailed Description

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

Default time controller; just returns given dt.

Template Parameters
RC++ type of the floating point parameters

Member Typedef Documentation

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

Member Function Documentation

template<class R >
virtual RealType Dune::PDELab::SimpleTimeController< R >::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: