[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: 1D Sine Function; used for temporal convergence. More...
#include <exact_solution.h>
Public Member Functions | |
ExactSolutionFunction_1DSine (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. | |
![]() | |
ExactSolutionFunction () | |
< dealii::Function we are templating on More... | |
Public Attributes | |
const double | t |
Time at which to compute the exact solution. | |
Exact Solution Function: 1D Sine Function; used for temporal convergence.
Definition at line 47 of file exact_solution.h.
|
explicit |
< dealii::Function we are templating on
Constructor for ExactSolutionFunction_1DSine Calls the Function(const unsigned int n_components) constructor in deal.II
Definition at line 30 of file exact_solution.cpp.