|
chombo-discharge
|
Declaration of a TimeStepper implementation for advancing an ODE on a mesh. 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.
Classes | |
| class | Physics::MeshODE::MeshODEStepper< N > |
| Implementation of TimeStepper for solving an ODE on a mesh. N is the number of variables. More... | |
Namespaces | |
| namespace | Physics |
| Name containing various physics models for running chombo-discharge code. | |
Enumerations | |
| enum class | Physics::MeshODE::IntegrationAlgorithm { Euler , RK2 , RK4 } |
| Various supported integration algorithms. | |
Declaration of a TimeStepper implementation for advancing an ODE on a mesh.