#include <laplace_exact_solution.h>
Definition at line 57 of file laplace_exact_solution.h.
◆ LaplaceExactGradient()
LaplaceExactGradient::LaplaceExactGradient |
( |
| ) |
|
|
inline |
◆ ~LaplaceExactGradient()
LaplaceExactGradient::~LaplaceExactGradient |
( |
| ) |
|
|
inline |
◆ operator()()
RealGradient LaplaceExactGradient::operator() |
( |
unsigned int |
component, |
|
|
Real |
x, |
|
|
Real |
y, |
|
|
Real |
z = 0.0 |
|
) |
| |
|
inline |
Definition at line 64 of file laplace_exact_solution.h.
75 cos(hp*x)*(hp)*cos(hp*y)*cos(hp*z),
76 cos(hp*x)*sin(hp*y)*(-hp)*sin(hp*z));
80 sin(hp*x)*(-hp)*sin(hp*y)*cos(hp*z),
81 sin(hp*x)*cos(hp*y)*(-hp)*sin(hp*z));
85 sin(hp*x)*(-hp)*sin(hp*y)*sin(hp*z),
86 sin(hp*x)*cos(hp*y)*(hp)*cos(hp*z));
89 libmesh_error_msg(
"Invalid component = " << component);
References libMesh::pi, and libMesh::Real.
The documentation for this class was generated from the following file: