Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::MultistepTimeloop< ContainerType > Member List

This is the complete list of members for dg::MultistepTimeloop< ContainerType >, including all inherited members.

aTimeloop()dg::aTimeloop< ContainerType >inlineprotected
aTimeloop(const aTimeloop &)dg::aTimeloop< ContainerType >inlineprotected
clone() constdg::MultistepTimeloop< ContainerType >inlinevirtual
construct(Params &&...ps)dg::MultistepTimeloop< ContainerType >inline
container_type typedefdg::MultistepTimeloop< ContainerType >
get_dt() constdg::aTimeloop< ContainerType >inline
integrate(value_type t0, const ContainerType &u0, value_type t1, ContainerType &u1)dg::aTimeloop< ContainerType >inline
integrate(value_type &t0, const ContainerType &u0, value_type t1, ContainerType &u1, enum to mode)dg::aTimeloop< ContainerType >inline
MultistepTimeloop()=defaultdg::MultistepTimeloop< ContainerType >
MultistepTimeloop(std::function< void(value_type &, ContainerType &)> step, value_type dt)dg::MultistepTimeloop< ContainerType >inline
MultistepTimeloop(Stepper &&stepper, ODE &&ode, value_type t0, const ContainerType &u0, value_type dt)dg::MultistepTimeloop< ContainerType >inline
operator=(const aTimeloop &)dg::aTimeloop< ContainerType >inlineprotected
value_type typedefdg::MultistepTimeloop< ContainerType >
~aTimeloop()dg::aTimeloop< ContainerType >inlinevirtual