|
libMesh
|
#include <grad_div_exact_solution.h>
Public Member Functions | |
| GradDivExactSolution ()=default | |
| ~GradDivExactSolution ()=default | |
| RealGradient | operator() (Point p) |
| RealTensor | grad (Point p) |
| RealGradient | forcing (Point p) |
Static Public Member Functions | |
| static void | RM (RealTensor T) |
Private Attributes | |
| const Real | k = pi |
Static Private Attributes | |
| static RealTensor | R |
Definition at line 26 of file grad_div_exact_solution.h.
|
default |
|
default |
|
inline |
Definition at line 56 of file grad_div_exact_solution.h.
References k, and operator()().
Referenced by assemble_graddiv().
|
inline |
Definition at line 43 of file grad_div_exact_solution.h.
References libMesh::TypeTensor< T >::det(), k, R, libMesh::Real, and libMesh::TypeTensor< T >::transpose().
Referenced by SolutionGradient< dim >::component(), and SolutionGradient< dim >::operator()().
|
inline |
Definition at line 32 of file grad_div_exact_solution.h.
References libMesh::TypeTensor< T >::det(), k, R, libMesh::Real, and libMesh::TypeTensor< T >::transpose().
Referenced by forcing().
|
inlinestatic |
Definition at line 68 of file grad_div_exact_solution.h.
Referenced by forcing(), grad(), and operator()().
|
staticprivate |
Definition at line 67 of file grad_div_exact_solution.h.
Referenced by grad(), operator()(), and RM().