[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::ODE::RKTableauBase< dim, real, MeshType > Class Template Referenceabstract

Base class for storing the RK method. More...

#include <rk_tableau_base.h>

Inheritance diagram for PHiLiP::ODE::RKTableauBase< dim, real, MeshType >:
Collaboration diagram for PHiLiP::ODE::RKTableauBase< dim, real, MeshType >:

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.
 

Detailed Description

template<int dim, typename real, typename MeshType = dealii::parallel::distributed::Triangulation<dim>>
class PHiLiP::ODE::RKTableauBase< dim, real, MeshType >

Base class for storing the RK method.

Definition at line 19 of file rk_tableau_base.h.


The documentation for this class was generated from the following files: