libMesh
|
#include <exact_soln.h>
Public Member Functions | |
PSoln (const bool cavity_in) | |
Real | operator() (const Point &p) const override |
Real | forcing (const Point &p) const override |
Private Attributes | |
const bool | cavity |
Definition at line 133 of file exact_soln.h.
|
inline |
Definition at line 136 of file exact_soln.h.
Implements libMesh::ExactSoln.
Definition at line 148 of file exact_soln.h.
References cavity, and libMesh::pi.
Referenced by libMesh::HDGProblem::pressure_volume_residual().
Implements libMesh::ExactSoln.
Definition at line 138 of file exact_soln.h.
References cavity, and libMesh::pi.
|
private |
Definition at line 161 of file exact_soln.h.
Referenced by forcing(), and operator()().