![]() |
v0.13.2 |
#include <users_modules/mortar_contact/src/SimpleContact.hpp>
Public Member Functions | |
SimpleContactElement (MoFEM::Interface &m_field, bool newton_cotes=false) | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | postProcess () |
int | getRule (int order) |
virtual MoFEMErrorCode | setGaussPts (int order) |
Public Attributes | |
MoFEM::Interface & | mField |
bool | newtonCotes |
SmartPetscObj< Vec > | contactStateVec |
friend | ConvectSlaveIntegrationPts |
Definition at line 76 of file SimpleContact.hpp.
|
inline |
Definition at line 82 of file SimpleContact.hpp.
|
inline |
Definition at line 119 of file SimpleContact.hpp.
|
inline |
Definition at line 97 of file SimpleContact.hpp.
|
inline |
Definition at line 86 of file SimpleContact.hpp.
|
virtual |
Reimplemented in MortarContactProblem::MortarContactElement, MortarContactProblem::MortarConvectMasterContactElement, MortarContactProblem::MortarConvectSlaveContactElement, SimpleContactProblem::ConvectMasterContactElement, and SimpleContactProblem::ConvectSlaveContactElement.
Definition at line 29 of file SimpleContact.cpp.
SmartPetscObj<Vec> SimpleContactProblem::SimpleContactElement::contactStateVec |
Definition at line 80 of file SimpleContact.hpp.
friend SimpleContactProblem::SimpleContactElement::ConvectSlaveIntegrationPts |
Definition at line 128 of file SimpleContact.hpp.
MoFEM::Interface& SimpleContactProblem::SimpleContactElement::mField |
Definition at line 78 of file SimpleContact.hpp.
bool SimpleContactProblem::SimpleContactElement::newtonCotes |
Definition at line 79 of file SimpleContact.hpp.