#include <grad_div_exact_solution.h>
Definition at line 26 of file grad_div_exact_solution.h.
◆ GradDivExactSolution()
GradDivExactSolution::GradDivExactSolution |
( |
| ) |
|
|
default |
◆ ~GradDivExactSolution()
GradDivExactSolution::~GradDivExactSolution |
( |
| ) |
|
|
default |
◆ forcing()
◆ grad()
◆ operator()()
Definition at line 32 of file grad_div_exact_solution.h.
References libMesh::Real.
35 Real x = pp(0), y = pp(1);
37 const Real ux = cos(
k*x)*sin(
k*y);
38 const Real uy = sin(
k*x)*cos(
k*y);
RealVectorValue RealGradient
TypeTensor< T > transpose() const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
A Point defines a location in LIBMESH_DIM dimensional Real space.
◆ RM()
static void GradDivExactSolution::RM |
( |
RealTensor |
T | ) |
|
|
inlinestatic |
const Real GradDivExactSolution::k = pi |
|
private |
The documentation for this class was generated from the following files: