1 #include "rk_tableau_base.h"     7 template <
int dim, 
typename real, 
typename MeshType> 
     9         const std::string rk_method_string_input)
    10     : n_rk_stages(n_rk_stages_input)
    11     , pcout(
std::cout, dealii::Utilities::MPI::this_mpi_process(MPI_COMM_WORLD)==0)
    12     , rk_method_string(rk_method_string_input)
 
Files for the baseline physics. 
RKTableauBase(const int n_rk_stages, const std::string rk_method_string_input)
Default constructor that will set the constants. 
Base class for storing the RK method.