Discontinuous Galerkin Library
#include "dg/algorithm.h"
ode.h File Reference

An abstract ODE integrator. More...

#include <functional>
#include "blas1.h"
#include "backend/tensor_traits.h"

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...
 

Detailed Description

An abstract ODE integrator.