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

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

a(unsigned i, unsigned j) constdg::ButcherTableau< real_type >inline
b(unsigned j) constdg::ButcherTableau< real_type >inline
bt(unsigned j) constdg::ButcherTableau< real_type >inline
ButcherTableau()=defaultdg::ButcherTableau< real_type >
ButcherTableau(unsigned s, unsigned order, const real_type *a, const real_type *b, const real_type *c)dg::ButcherTableau< real_type >inline
ButcherTableau(unsigned s, unsigned embedded_order, unsigned order, const real_type *a, const real_type *b, const real_type *bt, const real_type *c)dg::ButcherTableau< real_type >inline
ButcherTableau(unsigned s, real_type *data)dg::ButcherTableau< real_type >inline
c(unsigned i) constdg::ButcherTableau< real_type >inline
d(unsigned j) constdg::ButcherTableau< real_type >inline
embedded_order() constdg::ButcherTableau< real_type >inline
isEmbedded() constdg::ButcherTableau< real_type >inline
isFsal() constdg::ButcherTableau< real_type >inline
isImplicit() constdg::ButcherTableau< real_type >inline
num_stages() constdg::ButcherTableau< real_type >inline
order() constdg::ButcherTableau< real_type >inline
value_type typedefdg::ButcherTableau< real_type >