#include <TangentialMortarMechanicalContact.h>
template<ComputeStage compute_stage>
class TangentialMortarMechanicalContact< compute_stage >
Definition at line 15 of file TangentialMortarMechanicalContact.h.
◆ TangentialMortarMechanicalContact()
template<ComputeStage compute_stage>
◆ computeQpResidual()
template<ComputeStage compute_stage>
Definition at line 34 of file TangentialMortarMechanicalContact.C.
38 case Moose::MortarType::Slave:
47 return _test_slave[_i][_qp] * _lambda[_qp] * _tangents[_qp][0](
_component) /
48 _tangents[_qp][0].norm();
50 case Moose::MortarType::Master:
52 return -_test_master[_i][_qp] * _lambda[_qp] * _tangents[_qp][0](
_component) /
53 _tangents[_qp][0].norm();
◆ _component
template<ComputeStage compute_stage>
◆ usingMortarConstraintMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: