dune-pdelab
2.0.0
|
Parameters to turn the ExplicitOneStepMethod into an explicite Euler method. More...
#include <dune/pdelab/instationary/onestep.hh>
Public Types | |
typedef R | RealType |
Public Member Functions | |
ExplicitEulerParameter () | |
virtual bool | implicit () const |
Return true if method is implicit. More... | |
virtual unsigned | s () const |
Return number of stages s of the method. More... | |
virtual R | a (int r, int i) const |
Return entries of the A matrix. More... | |
virtual R | b (int r, int i) const |
Return entries of the B matrix. More... | |
virtual R | d (int i) const |
Return entries of the d Vector. More... | |
virtual std::string | name () const |
Return name of the scheme. More... | |
Parameters to turn the ExplicitOneStepMethod into an explicite Euler method.
R | C++ type of the floating point parameters |
|
inherited |
|
inline |
|
inlinevirtual |
Return entries of the A matrix.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.
|
inlinevirtual |
Return entries of the B matrix.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.
|
inlinevirtual |
Return entries of the d Vector.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.
|
inlinevirtual |
Return true if method is implicit.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.
|
inlinevirtual |
Return name of the scheme.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.
|
inlinevirtual |
Return number of stages s of the method.
Implements Dune::PDELab::TimeSteppingParameterInterface< R >.