v0.14.0 |
Trigers operators for side volume element on slave side for evaluation of the RHS contact traction in the material configuration on either slave or master surface. More...
#include <users_modules/mortar_contact/src/SimpleContact.hpp>
Public Member Functions | |
OpLoopForSideOfContactPrism (const string field_name, boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnContactPrismSide > side_fe, const string &side_fe_name, const ContactOp::FaceType face_type) | |
Operator that trigers the pipeline to loop over the side volume element operators that is adjacent to the slave side. More... | |
MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
Public Attributes | |
boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnContactPrismSide > | sideFe |
string | sideFeName |
const ContactOp::FaceType | faceType |
Trigers operators for side volume element on slave side for evaluation of the RHS contact traction in the material configuration on either slave or master surface.
Definition at line 2487 of file SimpleContact.hpp.
|
inline |
Operator that trigers the pipeline to loop over the side volume element operators that is adjacent to the slave side.
Definition at line 2498 of file SimpleContact.hpp.
MoFEMErrorCode SimpleContactProblem::OpLoopForSideOfContactPrism::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
Definition at line 3121 of file SimpleContact.cpp.
const ContactOp::FaceType SimpleContactProblem::OpLoopForSideOfContactPrism::faceType |
Definition at line 2492 of file SimpleContact.hpp.
boost::shared_ptr<VolumeElementForcesAndSourcesCoreOnContactPrismSide> SimpleContactProblem::OpLoopForSideOfContactPrism::sideFe |
Definition at line 2490 of file SimpleContact.hpp.
string SimpleContactProblem::OpLoopForSideOfContactPrism::sideFeName |
Definition at line 2491 of file SimpleContact.hpp.