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

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

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

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

Public Types

typedef R RealType
 

Public Member Functions

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

Detailed Description

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

Parameters to turn the OneStepMethod into an Alexander3 scheme.

Template Parameters
RC++ type of the floating point parameters

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