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