Searched refs:hasUpper (Results 1 – 1 of 1) sorted by relevance
1065 PetscBool hasBound, hasLower = PETSC_FALSE, hasUpper = PETSC_FALSE; in DMPlexSetSNESVariableBounds() local1079 if (ufuncs[f]) hasUpper = PETSC_TRUE; in DMPlexSetSNESVariableBounds()1088 if (hasUpper) PetscCall(DMProjectFunction(dm, 0., ufuncs, uctxs, INSERT_VALUES, ub)); in DMPlexSetSNESVariableBounds()