Home
last modified time | relevance | path

Searched refs:hasLower (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
1078 if (lfuncs[f]) hasLower = PETSC_TRUE; in DMPlexSetSNESVariableBounds()
1087 if (hasLower) PetscCall(DMProjectFunction(dm, 0., lfuncs, lctxs, INSERT_VALUES, lb)); in DMPlexSetSNESVariableBounds()