[Common data]
More...
#include <tutorials/adv-1/src/ContactOps.hpp>
[Common data]
Definition at line 14 of file ContactOps.hpp.
◆ constraintPtr()
| auto ContactOps::CommonData::constraintPtr |
( |
| ) |
|
|
inline |
◆ contactDispGradPtr()
| auto ContactOps::CommonData::contactDispGradPtr |
( |
| ) |
|
|
inline |
◆ contactDispPtr()
| auto ContactOps::CommonData::contactDispPtr |
( |
| ) |
|
|
inline |
◆ contactTractionPtr()
| auto ContactOps::CommonData::contactTractionPtr |
( |
| ) |
|
|
inline |
◆ createTotalTraction()
| static auto ContactOps::CommonData::createTotalTraction |
( |
MoFEM::Interface & |
m_field | ) |
|
|
inlinestatic |
◆ getFTensor1TotalTraction()
| static auto ContactOps::CommonData::getFTensor1TotalTraction |
( |
| ) |
|
|
inlinestatic |
◆ gradSdfPtr()
| auto ContactOps::CommonData::gradSdfPtr |
( |
| ) |
|
|
inline |
◆ hessSdfPtr()
| auto ContactOps::CommonData::hessSdfPtr |
( |
| ) |
|
|
inline |
◆ sdfPtr()
| auto ContactOps::CommonData::sdfPtr |
( |
| ) |
|
|
inline |
◆ constraintVals
| VectorDouble ContactOps::CommonData::constraintVals |
◆ contactDisp
| MatrixDouble ContactOps::CommonData::contactDisp |
◆ contactDispGrad
| MatrixDouble ContactOps::CommonData::contactDispGrad |
◆ contactTraction
| MatrixDouble ContactOps::CommonData::contactTraction |
◆ gradsSdf
| MatrixDouble ContactOps::CommonData::gradsSdf |
nb of rows is equals to dimension, and nb of cols is equals to number of gauss points on element
- Examples
- ContactOps.hpp.
Definition at line 21 of file ContactOps.hpp.
◆ hessSdf
| MatrixDouble ContactOps::CommonData::hessSdf |
nb of rows is equals to nb of element of symmetric matrix, and nb of cols is equals to number of gauss points on element
- Examples
- ContactOps.hpp.
Definition at line 23 of file ContactOps.hpp.
◆ sdfVals
| VectorDouble ContactOps::CommonData::sdfVals |
◆ totalTraction
| SmartPetscObj< Vec > CommonData::totalTraction |
|
static |
The documentation for this struct was generated from the following file:
auto createGhostVector(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[])
Create smart ghost vector.