Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< XFEMEqualValueAtInterface >()
Definition at line 19 of file XFEMEqualValueAtInterface.C.
21 InputParameters params = validParams<ElemElemConstraint>();
22 params.addRequiredParam<Real>(
"alpha",
"Penalty parameter in penalty formulation.");
23 params.addRequiredParam<Real>(
"value",
"Prescribed value at the interface.");
24 params.addParam<UserObjectName>(
25 "geometric_cut_userobject",
26 "Name of GeometricCutUserObject associated with this constraint.");
27 params.addClassDescription(
"enforce a same value on both sides of the interface.");