Lines Matching refs:star
2489 PetscInt *star = NULL; in DMPlexMarkSubmesh_Uninterpolated() local
2492 PetscCall(DMPlexGetTransitiveClosure(dm, vertex, PETSC_FALSE, &starSize, &star)); in DMPlexMarkSubmesh_Uninterpolated()
2494 const PetscInt point = star[s]; in DMPlexMarkSubmesh_Uninterpolated()
2495 if (point >= pStart[depth] && point < pEnd[depth]) star[numCells++] = point; in DMPlexMarkSubmesh_Uninterpolated()
2498 const PetscInt cell = star[c]; in DMPlexMarkSubmesh_Uninterpolated()
2531 PetscCall(DMPlexRestoreTransitiveClosure(dm, vertex, PETSC_FALSE, &starSize, &star)); in DMPlexMarkSubmesh_Uninterpolated()
2560 PetscInt *star = NULL; in DMPlexMarkSubmesh_Interpolated() local
2563 PetscCall(DMPlexGetTransitiveClosure(dm, vertex, PETSC_FALSE, &starSize, &star)); in DMPlexMarkSubmesh_Interpolated()
2565 const PetscInt point = star[s]; in DMPlexMarkSubmesh_Interpolated()
2573 star[numFaces++] = point; in DMPlexMarkSubmesh_Interpolated()
2577 const PetscInt face = star[f]; in DMPlexMarkSubmesh_Interpolated()
2616 PetscCall(DMPlexRestoreTransitiveClosure(dm, vertex, PETSC_FALSE, &starSize, &star)); in DMPlexMarkSubmesh_Interpolated()