Searched refs:DM_BC_LOWER_BOUND (Results 1 – 4 of 4) sorted by relevance
80 DM_BC_LOWER_BOUND = 4, enumerator
154 - Add `DMHasBound()`, `DM_BC_LOWER_BOUND` and `DM_BC_LOWER_BOUND`
8223 if (type == DM_BC_LOWER_BOUND || type == DM_BC_UPPER_BOUND) *hasBound = PETSC_TRUE; in DMHasBound()
1280 if (lower && type != DM_BC_LOWER_BOUND) continue; in DMPlexInsertBounds_Plex()