Searched refs:dagPoints (Results 1 – 1 of 1) sorted by relevance
45 PetscInt *dagPoints; in DMPlexFindVertices() local72 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()