Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::AdaptiveTimeloop< ContainerType >, including all inherited members.
AdaptiveTimeloop()=default | dg::AdaptiveTimeloop< ContainerType > | |
AdaptiveTimeloop(std::function< void(value_type, const ContainerType &, value_type &, ContainerType &, value_type &)> step) | dg::AdaptiveTimeloop< ContainerType > | inline |
AdaptiveTimeloop(Adaptive &&adapt, ODE &&ode, ControlFunction control, ErrorNorm norm, value_type rtol, value_type atol, value_type reject_limit=2) | dg::AdaptiveTimeloop< ContainerType > | inline |
aTimeloop() | dg::aTimeloop< ContainerType > | inlineprotected |
aTimeloop(const aTimeloop &) | dg::aTimeloop< ContainerType > | inlineprotected |
clone() const | dg::AdaptiveTimeloop< ContainerType > | inlinevirtual |
construct(Params &&...ps) | dg::AdaptiveTimeloop< ContainerType > | inline |
container_type typedef | dg::AdaptiveTimeloop< ContainerType > | |
get_dt() const | dg::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_in_domain(value_type t0, const ContainerType &u0, value_type &t1, ContainerType &u1, value_type dt, Domain &&domain, value_type eps_root) | dg::AdaptiveTimeloop< ContainerType > | |
operator=(const aTimeloop &) | dg::aTimeloop< ContainerType > | inlineprotected |
set_dt(value_type dt) | dg::AdaptiveTimeloop< ContainerType > | inline |
value_type typedef | dg::AdaptiveTimeloop< ContainerType > | |
~aTimeloop() | dg::aTimeloop< ContainerType > | inlinevirtual |