Declaration of the Physics::MeshODE::MeshODEStepper TimeStepper.
More...
#include <array>
#include <CD_TimeStepper.H>
#include <CD_MeshODESolver.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_MeshODEStepperImplem.H>
Go to the source code of this file.
|
| namespace | Physics |
| | Namespace containing physics models for use with chombo-discharge.
|
| |
◆ IntegrationAlgorithm
Time integration algorithms available for advancing the ODE.
| Enumerator |
|---|
| Euler | Explicit forward Euler (first order).
|
| RK2 | Explicit second-order Runge-Kutta (Heun's method).
|
| RK4 | Explicit classical fourth-order Runge-Kutta.
|