Go to the documentation of this file. 1 #ifndef PARDG_INCLUDE_HH 2 #define PARDG_INCLUDE_HH 15 #define USE_PARDG_ODE_SOLVER 20 #define PARDG_NS parDG_MPI 22 #define PARDG_NS parDG_NoMPI 26 #define PARDG PARDG_NS::pardg 30 #ifdef USE_PARDG_ODE_SOLVER 36 #include "ode/timer.hpp" 40 #include "ode/communicator.hpp" 46 #include "ode/vector.hpp" 48 #include "ode/blas.hpp" 49 #include "ode/quadrature.hpp" 50 #include "ode/function.hpp" 51 #include "ode/ode_solver.hpp" 52 #include "ode/linear_solver.hpp" 55 #endif // end USE_PARDG_ODE_SOLVER 57 #endif // #ifndef PARDG_INCLUDE_HH