[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Exact solution function factory. More...
#include <exact_solution.h>
Static Public Member Functions | |
static std::shared_ptr< ExactSolutionFunction< dim, nstate, real > > | create_ExactSolutionFunction (const Parameters::FlowSolverParam &flow_solver_parameters, const double time_compare) |
Construct ExactSolutionFunction object from global parameter file. | |
Protected Types | |
using | FlowCaseEnum = Parameters::FlowSolverParam::FlowCaseType |
Enumeration of all flow solver exact solutions types defined in the Parameters class. | |
Exact solution function factory.
Definition at line 87 of file exact_solution.h.