Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmtypes.h80 DM_BC_LOWER_BOUND = 4, enumerator
/petsc/doc/changes/
H A D324.md154 - Add `DMHasBound()`, `DM_BC_LOWER_BOUND` and `DM_BC_LOWER_BOUND`
/petsc/src/dm/interface/
H A Ddm.c8223 if (type == DM_BC_LOWER_BOUND || type == DM_BC_UPPER_BOUND) *hasBound = PETSC_TRUE; in DMHasBound()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1280 if (lower && type != DM_BC_LOWER_BOUND) continue; in DMPlexInsertBounds_Plex()