[Common data]
More...
#include <users_modules/tutorials/adv-1/src/ContactOps.hpp>
[Common data]
Definition at line 11 of file ContactOps.hpp.
◆ contactDispPtr()
auto ContactOps::CommonData::contactDispPtr |
( |
| ) |
|
|
inline |
◆ contactStressDivergencePtr()
auto ContactOps::CommonData::contactStressDivergencePtr |
( |
| ) |
|
|
inline |
◆ contactStressPtr()
auto ContactOps::CommonData::contactStressPtr |
( |
| ) |
|
|
inline |
◆ contactTractionPtr()
auto ContactOps::CommonData::contactTractionPtr |
( |
| ) |
|
|
inline |
◆ createTotalTraction()
static auto ContactOps::CommonData::createTotalTraction |
( |
MoFEM::Interface & |
m_field | ) |
|
|
inlinestatic |
- Examples
- ContactOps.hpp.
Definition at line 23 of file ContactOps.hpp.
23 {
24 constexpr int ghosts[] = {0, 1, 2};
27
29
32 }
auto createGhostVector(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[])
Create smart ghost vector.
virtual MPI_Comm & get_comm() const =0
virtual int get_comm_rank() const =0
◆ getFTensor1TotalTraction()
static auto ContactOps::CommonData::getFTensor1TotalTraction |
( |
| ) |
|
|
inlinestatic |
- Examples
- ContactOps.hpp.
Definition at line 34 of file ContactOps.hpp.
34 {
35 const double *t_ptr;
37 "get array");
40 "restore array");
42 }
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
constexpr double t
plate stiffness
◆ mDPtr()
auto ContactOps::CommonData::mDPtr |
( |
| ) |
|
|
inline |
◆ mGradPtr()
auto ContactOps::CommonData::mGradPtr |
( |
| ) |
|
|
inline |
◆ stressTractionPtr()
auto ContactOps::CommonData::stressTractionPtr |
( |
| ) |
|
|
inline |
◆ contactDisp
MatrixDouble ContactOps::CommonData::contactDisp |
◆ contactStress
MatrixDouble ContactOps::CommonData::contactStress |
◆ contactStressDivergence
MatrixDouble ContactOps::CommonData::contactStressDivergence |
◆ contactTraction
MatrixDouble ContactOps::CommonData::contactTraction |
◆ mD
MatrixDouble ContactOps::CommonData::mD |
◆ mGrad
MatrixDouble ContactOps::CommonData::mGrad |
◆ stressTraction
MatrixDouble ContactOps::CommonData::stressTraction |
◆ totalTraction
SmartPetscObj< Vec > CommonData::totalTraction |
|
static |
The documentation for this struct was generated from the following file: