35 virtual void reinit()
override;
39 const unsigned int component)
const override;
41 const unsigned int component)
const override;
43 const unsigned int component)
const override;
45 const unsigned int component)
const override;
73 std::unordered_map<const DofObject *, std::pair<ADTwoVector, TwoVector>>
ADVariableValue _frictional_contact_traction_one
The first frictional contact pressure on the mortar segment quadrature points.
virtual void finalize() override
virtual bool constrainedByOwner() const override
ADVariableValue _frictional_contact_traction_two
The second frictional contact pressure on the mortar segment quadrature points.
std::unordered_map< const DofObject *, std::pair< TwoVector, TwoVector > > _dof_to_accumulated_slip
Map from degree of freedom to current and old accumulated slip.
virtual Real getAccumulatedSlip(const Node *const node, const unsigned int component) const override
const Real _epsilon_tolerance
Tolerance to avoid NaN/Inf in automatic differentiation operations.
virtual void updateAugmentedLagrangianMultipliers() override
virtual bool isAugmentedLagrangianConverged() override
static const std::string component
virtual const ADVariableValue & contactTangentialPressureDirTwo() const override
AdaptivityFrictionalPenalty
The adaptivity method for the penalty factor at augmentations.
PenaltyFrictionUserObject(const InputParameters ¶meters)
std::unordered_map< const DofObject *, TwoVector > _dof_to_frictional_lagrange_multipliers
Map from degree of freedom to augmented lagrange multiplier.
std::unordered_map< const DofObject *, std::pair< ADTwoVector, TwoVector > > _dof_to_tangential_traction
Map from degree of freedom to current and old tangential traction.
User object for computing weighted gaps and contact pressure for penalty based mortar constraints...
const Real _penalty_multiplier_friction
Penalty growth factor for augmented Lagrange.
Creates dof object to weighted tangential velocities map.
virtual void timestepSetup() override
std::unordered_map< const DofObject *, std::pair< TwoVector, TwoVector > > _dof_to_step_slip
Map from degree of freedom to current and old step slip.
User object that computes tangential pressures due to friction using a penalty approach, following J.C.
const Real _penalty
The normal penalty factor.
virtual void reinit() override
std::unordered_map< const DofObject *, Real > _dof_to_local_penalty_friction
Map from degree of freedom to local friction penalty value.
enum PenaltyFrictionUserObject::AdaptivityFrictionalPenalty _adaptivity_friction
OutputTools< Real >::VariableTestValue VariableTestValue
const Real _friction_coefficient
The friction coefficient.
virtual Real getDeltaTangentialLagrangeMultiplier(const Node *const node, const unsigned int component) const override
virtual const ADVariableValue & contactTangentialPressureDirOne() const override
const Real _slip_tolerance
Acceptable slip distance for augmented Lagrange convergence.
const Real _penalty_friction
The penalty factor for the frictional constraints.
static InputParameters validParams()
virtual Real getFrictionalContactPressure(const Node *const node, const unsigned int component) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual const VariableTestValue & test() const override
const InputParameters & parameters() const
virtual void initialize() override
virtual Real getTangentialVelocity(const Node *const node, const unsigned int component) const override