v0.14.0 |
Operator for the simple contact element. More...
#include <users_modules/mortar_contact/src/SimpleContact.hpp>
Public Member Functions | |
OpLagGapProdGaussPtsSlave (const string lagrange_field_name, boost::shared_ptr< CommonDataSimpleContact > common_data_contact) | |
MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
Public Attributes | |
boost::shared_ptr< CommonDataSimpleContact > | commonDataSimpleContact |
Operator for the simple contact element.
Calculates the product of Lagrange multipliers with gaps evaluated at the gauss points on the slave triangle.
Definition at line 942 of file SimpleContact.hpp.
|
inline |
Definition at line 945 of file SimpleContact.hpp.
MoFEMErrorCode SimpleContactProblem::OpLagGapProdGaussPtsSlave::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
Definition at line 1503 of file SimpleContact.cpp.
boost::shared_ptr<CommonDataSimpleContact> SimpleContactProblem::OpLagGapProdGaussPtsSlave::commonDataSimpleContact |
Definition at line 944 of file SimpleContact.hpp.