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

Parameters to turn the OneStepMethod into a fractional step theta scheme. More...

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

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

Public Types

typedef R RealType
 

Public Member Functions

 FractionalStepParameter ()
 
virtual bool implicit () const
 Return true if method is implicit. More...
 
virtual unsigned s () const
 Return number of stages s of the method. More...
 
virtual R a (int r, int i) const
 Return entries of the A matrix. More...
 
virtual R b (int r, int i) const
 Return entries of the B matrix. More...
 
virtual R d (int i) const
 Return entries of the d Vector. More...
 
virtual std::string name () const
 Return name of the scheme. More...
 

Detailed Description

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

Parameters to turn the OneStepMethod into a fractional step theta scheme.

Template Parameters
RC++ type of the floating point parameters

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