Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c76 PetscInt *rootData, *rootData1, *cellOwners, hasTwoSupportCells = -2; in DMPlexMarkBoundaryFaces_Internal() local
104 leafData[f] = hasTwoSupportCells; /* some negative PetscInt */ in DMPlexMarkBoundaryFaces_Internal()
119 rootData[f] = (rootData[f] == hasTwoSupportCells || (rootData[f] < rootData1[f])) ? 2 : 1; in DMPlexMarkBoundaryFaces_Internal()