Go to the source code of this file.
◆ validParams< MultiDContactConstraint >()
Definition at line 24 of file MultiDContactConstraint.C.
26 InputParameters params = validParams<NodeFaceConstraint>();
27 params.set<
bool>(
"use_displaced_mesh") =
true;
28 params.addParam<
bool>(
"jacobian_update",
30 "Whether or not to update the 'in contact' list "
31 "every jacobian evaluation (by default it will "
32 "happen once per timestep");
34 params.addRequiredParam<
unsigned int>(
"component",
35 "An integer corresponding to the direction "
36 "the variable this kernel acts in. (0 for x, "
38 params.addCoupledVar(
"disp_x",
"The x displacement");
39 params.addCoupledVar(
"disp_y",
"The y displacement");
40 params.addCoupledVar(
"disp_z",
"The z displacement");
44 "The displacements appropriate for the simulation geometry and coordinate system");
47 params.addParam<Real>(
50 "The penalty to apply. This can vary depending on the stiffness of your materials");