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

Base parameter class for time stepping scheme parameters. More...

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

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

Public Types

typedef R RealType
 

Public Member Functions

virtual bool implicit () const =0
 Return true if method is implicit. More...
 
virtual unsigned s () const =0
 Return number of stages of the method. More...
 
virtual R a (int r, int i) const =0
 Return entries of the A matrix. More...
 
virtual R b (int r, int i) const =0
 Return entries of the B matrix. More...
 
virtual R d (int r) const =0
 Return entries of the d Vector. More...
 
virtual std::string name () const =0
 Return name of the scheme. More...
 
virtual ~TimeSteppingParameterInterface ()
 every abstract base class has a virtual destructor More...
 

Detailed Description

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

Base parameter class for time stepping scheme parameters.

Template Parameters
RC++ type of the floating point parameters

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