20 "Provides constant bound of a variable for the PETSc's variational inequalities solver");
21 params.
addRequiredParam<Real>(
"bound_value",
"The value of bound for the variable");
26 :
BoundsBase(parameters), _bound_value(getParam<Real>(
"bound_value"))
registerMooseObjectRenamed("MooseApp", ConstantBoundsAux, "06/30/2024 24:00", ConstantBounds)
registerMooseObject("MooseApp", ConstantBounds)
This is a base class used to set an upper and/or lower bound of a variable for the PETSc's variationa...
static InputParameters validParams()
Provides constant bound of a variable for the PETSc's variational inequalities solver.
ConstantBounds(const InputParameters ¶meters)
static InputParameters validParams()