virtual Real getBound() override
Method to get bound value for a variable.
Provides constant bound of a variable for the PETSc's variational inequalities solver.
static InputParameters validParams()
ConstantBounds(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _bound_value
The value of bound for the variable.
const InputParameters & parameters() const
Get the parameters of the object.
This is a base class used to set an upper and/or lower bound of a variable for the PETSc's variationa...