[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Base class for storing the RK method. More...
#include <rk_tableau_base.h>
Public Member Functions | |
RKTableauBase (const int n_rk_stages, const std::string rk_method_string_input) | |
Default constructor that will set the constants. | |
virtual void | set_tableau ()=0 |
Calls setters for butcher tableau. | |
Public Attributes | |
const int | n_rk_stages |
Store number of stages. | |
Protected Attributes | |
dealii::ConditionalOStream | pcout |
Parallel std::cout that only outputs on mpi_rank==0. | |
const std::string | rk_method_string |
String identifying the RK method. | |
Base class for storing the RK method.
Definition at line 19 of file rk_tableau_base.h.