[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 used for a particular flow setup/case. More...
#include <exact_solution.h>
Public Member Functions | |
ExactSolutionFunction () | |
< dealii::Function we are templating on More... | |
virtual real | value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const =0 |
Value of the exact solution at a point. | |
Exact solution function used for a particular flow setup/case.
Definition at line 13 of file exact_solution.h.
PHiLiP::ExactSolutionFunction< dim, nstate, real >::ExactSolutionFunction | ( | ) |
< dealii::Function we are templating on
Constructor
Definition at line 111 of file exact_solution.cpp.