An explicit Euler time stepping scheme. More...
#include <dumux/experimental/timestepping/multistagemethods.hh>
An explicit Euler time stepping scheme.
Public Member Functions | |
| ExplicitEuler () | |
| std::string | name () const final |
| bool | implicit () const final |
| std::size_t | numStages () const final |
| Scalar | temporalWeight (std::size_t, std::size_t k) const final |
| weights of the temporal operator residual ( \( \alpha_{ik} \)) More... | |
| Scalar | spatialWeight (std::size_t, std::size_t k) const final |
| weights of the spatial operator residual ( \( \beta_{ik} \)) More... | |
| Scalar | timeStepWeight (std::size_t k) const final |
| time step weights for each stage ( \( d_k \)) More... | |
|
inline |
|
inlinefinalvirtualinherited |
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtual |
Reimplemented from Dumux::Experimental::MultiStage::Theta< Scalar >.
|
inlinefinalvirtualinherited |
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtualinherited |
weights of the spatial operator residual ( \( \beta_{ik} \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtualinherited |
weights of the temporal operator residual ( \( \alpha_{ik} \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtualinherited |
time step weights for each stage ( \( d_k \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.