|
dune-pdelab
2.5-dev
|
Parameters to turn the ExplicitOneStepMethod into a third order strong stability preserving (SSP) scheme. More...
#include <dune/pdelab/instationary/onestepparameter.hh>

Public Types | |
| typedef R | RealType |
Public Member Functions | |
| Shu3Parameter () | |
| 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... | |
Parameters to turn the ExplicitOneStepMethod into a third order strong stability preserving (SSP) scheme.
| R | C++ type of the floating point parameters |
1.8.17