Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c9439 const PetscInt *cone, *ccone, *ptcone; in DMPlexCellUnsplitVertices_Private() local
9461 PetscCall(DMPlexGetCone(dm, cone[cp], &ccone)); in DMPlexCellUnsplitVertices_Private()
9464 PetscCall(DMPlexGetCellType(dm, ccone[ccp], &cct)); in DMPlexCellUnsplitVertices_Private()
9468 if (ptpoints[p] == ccone[ccp]) break; in DMPlexCellUnsplitVertices_Private()
9469 if (p == npt) ptpoints[npt++] = ccone[ccp]; in DMPlexCellUnsplitVertices_Private()