DUNE PDELab (git)

Dune::PDELab::OneStepThetaParameter< R > Class Template Reference

Parameters to turn the OneStepMethod into an one step theta method. More...

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

Public Member Functions

 OneStepThetaParameter (R theta_)
 construct OneStepThetaParameter class
 
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. 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.
 

Detailed Description

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

Parameters to turn the OneStepMethod into an one step theta method.

For theta=0 this parameter class can be used with the ExplicitOneStepMethod

Template Parameters
RC++ type of the floating point parameters
Examples
recipe-operator-splitting.cc.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 8, 22:30, 2024)