v0.14.0 |
Operator for the simple contact element. More...
#include <users_modules/mortar_contact/src/SimpleContact.hpp>
Public Member Functions | |
OpMakeVtkSlave (MoFEM::Interface &m_field, string field_name, boost::shared_ptr< CommonDataSimpleContact > common_data, moab::Interface &moab_out, StateTagSide state_tag_side=NO_TAG, Range post_proc_surface=Range()) | |
MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
Public Attributes | |
MoFEM::Interface & | mField |
boost::shared_ptr< CommonDataSimpleContact > | commonDataSimpleContact |
moab::Interface & | moabOut |
StateTagSide | stateTagSide |
Range | postProcSurface |
Operator for the simple contact element.
Prints to .vtk file pre-calculated gaps, Lagrange multipliers and their product the gauss points on the slave triangle.
Definition at line 2186 of file SimpleContact.hpp.
|
inline |
Definition at line 2194 of file SimpleContact.hpp.
MoFEMErrorCode SimpleContactProblem::OpMakeVtkSlave::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
Definition at line 2197 of file SimpleContact.cpp.
boost::shared_ptr<CommonDataSimpleContact> SimpleContactProblem::OpMakeVtkSlave::commonDataSimpleContact |
Definition at line 2189 of file SimpleContact.hpp.
MoFEM::Interface& SimpleContactProblem::OpMakeVtkSlave::mField |
Definition at line 2188 of file SimpleContact.hpp.
moab::Interface& SimpleContactProblem::OpMakeVtkSlave::moabOut |
Definition at line 2190 of file SimpleContact.hpp.
Range SimpleContactProblem::OpMakeVtkSlave::postProcSurface |
Definition at line 2192 of file SimpleContact.hpp.
StateTagSide SimpleContactProblem::OpMakeVtkSlave::stateTagSide |
Definition at line 2191 of file SimpleContact.hpp.