Data object for the parameters of a given stage. More...
#include <dumux/experimental/timestepping/multistagetimestepper.hh>
Data object for the parameters of a given stage.
Public Member Functions | |
MultiStageParams (const MultiStageMethod< Scalar > &m, std::size_t i, const Scalar t, const Scalar dt) | |
Extract params for stage i from method m. More... | |
std::size_t | size () const |
Scalar | temporalWeight (std::size_t k) const |
weights of the temporal operator residual ( \( \alpha_{ik} \)) More... | |
Scalar | spatialWeight (std::size_t k) const |
weights of the spatial operator residual ( \( \beta_{ik} \)) More... | |
Scalar | timeAtStage (std::size_t k) const |
the time at which we have to evaluate the operators More... | |
Scalar | timeStepFraction (std::size_t k) const |
the fraction of a time step corresponding to the k-th stage More... | |
Scalar | skipTemporal (std::size_t k) const |
If \( \alpha_{ik} = 0\). More... | |
Scalar | skipSpatial (std::size_t k) const |
If \( \beta_{ik} = 0\). More... | |
|
inline |
Extract params for stage i from method m.
|
inline |
|
inline |
If \( \beta_{ik} = 0\).
|
inline |
If \( \alpha_{ik} = 0\).
|
inline |
weights of the spatial operator residual ( \( \beta_{ik} \))
|
inline |
weights of the temporal operator residual ( \( \alpha_{ik} \))
|
inline |
the time at which we have to evaluate the operators
|
inline |
the fraction of a time step corresponding to the k-th stage