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 |
Definition at line 50 of file PenaltyEqualValueConstraint.h.
| using MortarConstraintTempl = typename std::conditional<is_ad, ADMortarConstraint, MortarConstraint>::type |
Definition at line 18 of file PenaltyEqualValueConstraint.h.
| typedef PenaltyEqualValueConstraintTempl<false> PenaltyEqualValueConstraint |
Definition at line 49 of file PenaltyEqualValueConstraint.h.
1.8.14