|
dune-pdelab 2.7-git
|
Parameters to turn the OneStepMethod into a fractional step theta scheme. More...
#include <dune/pdelab/instationary/onestepparameter.hh>

Public Types | |
| typedef R | RealType |
Public Member Functions | |
| FractionalStepParameter () | |
| 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. | |
Parameters to turn the OneStepMethod into a fractional step theta scheme.
| R | C++ type of the floating point parameters |