https://mooseframework.inl.gov
Classes | Typedefs
PenaltyEqualValueConstraint.h File Reference

Go to the source code of this file.

Classes

class  PenaltyEqualValueConstraintTempl< is_ad >
 Constrain the value of a variable to be the same on both sides of an interface using a generalized force stemming from a penalty-based enforcement. More...
 

Typedefs

template<bool is_ad>
using MortarConstraintTempl = typename std::conditional< is_ad, ADMortarConstraint, MortarConstraint >::type
 
typedef PenaltyEqualValueConstraintTempl< false > PenaltyEqualValueConstraint
 
typedef PenaltyEqualValueConstraintTempl< true > ADPenaltyEqualValueConstraint
 

Typedef Documentation

◆ ADPenaltyEqualValueConstraint

Definition at line 50 of file PenaltyEqualValueConstraint.h.

◆ MortarConstraintTempl

template<bool is_ad>
using MortarConstraintTempl = typename std::conditional<is_ad, ADMortarConstraint, MortarConstraint>::type

Definition at line 18 of file PenaltyEqualValueConstraint.h.

◆ PenaltyEqualValueConstraint

Definition at line 49 of file PenaltyEqualValueConstraint.h.