Home
last modified time | relevance | path

Searched refs:hasUpper (Results 1 – 1 of 1) sorted by relevance

/petsc/src/snes/utils/
H A Ddmplexsnes.c1065 PetscBool hasBound, hasLower = PETSC_FALSE, hasUpper = PETSC_FALSE; in DMPlexSetSNESVariableBounds() local
1079 if (ufuncs[f]) hasUpper = PETSC_TRUE; in DMPlexSetSNESVariableBounds()
1088 if (hasUpper) PetscCall(DMProjectFunction(dm, 0., ufuncs, uctxs, INSERT_VALUES, ub)); in DMPlexSetSNESVariableBounds()