A theta time stepping scheme theta=1.0 is an implicit Euler scheme, theta=0.0 an explicit Euler scheme, theta=0.5 is a Cranck-Nicholson scheme. More...
#include <dumux/experimental/timestepping/multistagemethods.hh>
A theta time stepping scheme theta=1.0 is an implicit Euler scheme, theta=0.0 an explicit Euler scheme, theta=0.5 is a Cranck-Nicholson scheme.
Public Member Functions | |
| Theta (const Scalar theta) | |
| 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... | |
| std::string | name () const override |
|
inlineexplicit |
|
inlinefinalvirtual |
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlineoverridevirtual |
|
inlinefinalvirtual |
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtual |
weights of the spatial operator residual ( \( \beta_{ik} \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtual |
weights of the temporal operator residual ( \( \alpha_{ik} \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.
|
inlinefinalvirtual |
time step weights for each stage ( \( d_k \))
Implements Dumux::Experimental::MultiStageMethod< Scalar >.