|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::ShuOsherTableau< real_type >, including all inherited members.
| alpha(unsigned i, unsigned j) | dg::ShuOsherTableau< real_type > | inline |
| beta(unsigned i, unsigned j) | dg::ShuOsherTableau< real_type > | inline |
| num_stages() const | dg::ShuOsherTableau< real_type > | inline |
| operator ButcherTableau< real_type >() const | dg::ShuOsherTableau< real_type > | inline |
| order() const | dg::ShuOsherTableau< real_type > | inline |
| ShuOsherTableau()=default | dg::ShuOsherTableau< real_type > | |
| ShuOsherTableau(unsigned stages, unsigned order, const std::vector< real_type > &alpha_v, const std::vector< real_type > &beta_v) | dg::ShuOsherTableau< real_type > | inline |
| value_type typedef | dg::ShuOsherTableau< real_type > |