[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
empty_RRK_base.cpp
1 #include "empty_RRK_base.h"
2 
3 
4 namespace PHiLiP {
5 namespace ODE {
6 
7 template <int dim, typename real, typename MeshType>
9 {}
10 
13 #if PHILIP_DIM != 1
15 #endif
16 }
17 }
EmptyRRKBase(std::shared_ptr< RKTableauBase< dim, real, MeshType >>)
Default constructor that will set the constants.
Files for the baseline physics.
Definition: ADTypes.hpp:10
Base class for storing the RK method.