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

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

aTimeloop()dg::aTimeloop< ContainerType >inlineprotected
aTimeloop(const aTimeloop &)dg::aTimeloop< ContainerType >inlineprotected
clone() constdg::SinglestepTimeloop< ContainerType >inlinevirtual
construct(Params &&...ps)dg::SinglestepTimeloop< ContainerType >inline
container_type typedefdg::SinglestepTimeloop< 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
integrate_steps(value_type t0, const container_type &u0, value_type t1, container_type &u1, unsigned steps)dg::SinglestepTimeloop< ContainerType >inline
operator=(const aTimeloop &)dg::aTimeloop< ContainerType >inlineprotected
set_dt(value_type dt)dg::SinglestepTimeloop< ContainerType >inline
SinglestepTimeloop()=defaultdg::SinglestepTimeloop< ContainerType >
SinglestepTimeloop(std::function< void(value_type, const ContainerType &, value_type &, ContainerType &, value_type)> step, value_type dt=0)dg::SinglestepTimeloop< ContainerType >inline
SinglestepTimeloop(Stepper &&stepper, ODE &&ode, value_type dt=0)dg::SinglestepTimeloop< ContainerType >inline
value_type typedefdg::SinglestepTimeloop< ContainerType >
~aTimeloop()dg::aTimeloop< ContainerType >inlinevirtual