Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
An abstract ODE integrator. More...
Go to the source code of this file.
Classes | |
struct | dg::aTimeloop< ContainerType > |
Abstract timeloop independent of stepper and ODE. More... | |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |
Enumerations | |
enum class | dg::to { dg::to::exact , dg::to::at_least } |
Switch for the Timeloop integrate function. More... | |
Functions | |
static std::string | dg::to2str (enum to mode) |
Convert integration mode to string. More... | |
An abstract ODE integrator.