VarSetLimits

Sets the limits for the given variable.

Synopsis

PetscErrorCode VarSetLimits(Ptr_Var variable, PetscReal minValue,
    PetscReal maxValue)

Input parameters

variable - The variable to set.
minValue, maxValue - The limit values of the variable.

Keywords

set, variable, limits

See Also

MICScVarSetLimits, CreateVar

Level:developer
Location:
src/var.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages