libMesh
|
#include <exact_soln.h>
Public Member Functions | |
VSoln (const Real nu_in, const bool cavity_in) | |
Real | operator() (const Point &p) const override |
Real | forcing (const Point &p) const override |
Private Attributes | |
const Real | nu |
const bool | cavity |
Definition at line 90 of file exact_soln.h.
|
inline |
Definition at line 93 of file exact_soln.h.
Implements libMesh::ExactSoln.
Definition at line 105 of file exact_soln.h.
References cavity, nu, and libMesh::pi.
Implements libMesh::ExactSoln.
Definition at line 95 of file exact_soln.h.
References cavity, and libMesh::pi.
|
private |
Definition at line 130 of file exact_soln.h.
Referenced by forcing(), and operator()().
|
private |
Definition at line 129 of file exact_soln.h.
Referenced by forcing().