dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::PDELab::Alexander2Parameter< R > Class Template Reference

Parameters to turn the OneStepMethod into an Alexander scheme. More...

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

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

Public Types

typedef R RealType
 

Public Member Functions

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

Detailed Description

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

Parameters to turn the OneStepMethod into an Alexander scheme.

Template Parameters
RC++ type of the floating point parameters

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