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