Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c9438 PetscInt ptpoints[4]; in DMPlexCellUnsplitVertices_Private() local
9446 ptpoints[npt++] = c; in DMPlexCellUnsplitVertices_Private()
9453 if (cct == DM_POLYTOPE_POINT_PRISM_TENSOR) ptpoints[npt++] = cone[cp]; in DMPlexCellUnsplitVertices_Private()
9468 if (ptpoints[p] == ccone[ccp]) break; in DMPlexCellUnsplitVertices_Private()
9469 if (p == npt) ptpoints[npt++] = ccone[ccp]; in DMPlexCellUnsplitVertices_Private()
9478 PetscCall(DMPlexGetCone(dm, ptpoints[pt], &ptcone)); in DMPlexCellUnsplitVertices_Private()