|
[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: Zero Function; used as a placeholder when there is no exact solution. More...
#include <exact_solution.h>
Public Member Functions | |
| ExactSolutionFunction_Zero (double time_compare) | |
| < dealii::Function we are templating on More... | |
| real | value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const override |
| Value of the exact solution at a point. | |
Public Member Functions inherited from PHiLiP::ExactSolutionFunction< dim, nstate, real > | |
| ExactSolutionFunction () | |
| < dealii::Function we are templating on More... | |
Public Attributes | |
| const double | t |
| Time at which to compute the exact solution. | |
Exact Solution Function: Zero Function; used as a placeholder when there is no exact solution.
Definition at line 28 of file exact_solution.h.
|
explicit |
< dealii::Function we are templating on
Constructor for ExactSolutionFunction_Zero
Definition at line 11 of file exact_solution.cpp.