Searched refs:hasLower (Results 1 – 1 of 1) sorted by relevance
1065 PetscBool hasBound, hasLower = PETSC_FALSE, hasUpper = PETSC_FALSE; in DMPlexSetSNESVariableBounds() local1078 if (lfuncs[f]) hasLower = PETSC_TRUE; in DMPlexSetSNESVariableBounds()1087 if (hasLower) PetscCall(DMProjectFunction(dm, 0., lfuncs, lctxs, INSERT_VALUES, lb)); in DMPlexSetSNESVariableBounds()