Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c45 PetscInt *dagPoints; in DMPlexFindVertices() local
72 PetscCall(PetscMalloc1(npoints, &dagPoints)); in DMPlexFindVertices()
75 dagPoints[i] = -1; in DMPlexFindVertices()
81 dagPoints[i] = p; in DMPlexFindVertices()
90 dagPoints[i] = -1; in DMPlexFindVertices()
96 dagPoints[i] = p; in DMPlexFindVertices()
104 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, npoints, dagPoints, PETSC_OWN_POINTER, points)); in DMPlexFindVertices()