Lines Matching refs:star
1516 PetscInt *star = NULL, *closure = NULL, closureSize, starSize, cttSize; in DMPlexCreateConnectivity_pforest() local
1531 PetscCall(DMPlexGetTransitiveClosure(dm, v, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1533 PetscInt p = star[2 * s]; in DMPlexCreateConnectivity_pforest()
1549 PetscCall(DMPlexRestoreTransitiveClosure(dm, v, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1562 PetscCall(DMPlexGetTransitiveClosure(dm, e, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1564 PetscInt p = star[2 * s]; in DMPlexCreateConnectivity_pforest()
1580 PetscCall(DMPlexRestoreTransitiveClosure(dm, e, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1693 PetscCall(DMPlexGetTransitiveClosure(dm, e, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1695 PetscInt p = star[2 * s]; in DMPlexCreateConnectivity_pforest()
1725 PetscCall(DMPlexRestoreTransitiveClosure(dm, e, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1737 PetscCall(DMPlexGetTransitiveClosure(dm, v, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
1739 PetscInt p = star[2 * s]; in DMPlexCreateConnectivity_pforest()
1758 PetscCall(DMPlexRestoreTransitiveClosure(dm, v, PETSC_FALSE, &starSize, &star)); in DMPlexCreateConnectivity_pforest()
3041 PetscInt *star = NULL, starSize; in DMPforestLabelsInitialize() local
3161 PetscCall(DMPlexGetTransitiveClosure(plex, p, PETSC_FALSE, &starSize, &star)); in DMPforestLabelsInitialize()
3163 PetscInt point = star[2 * s]; in DMPforestLabelsInitialize()
3209 …tar[%" PetscInt_FMT "] = %" PetscInt_FMT ",%" PetscInt_FMT "\n", i, star[2 * i], star[2 * i + 1])); in DMPforestLabelsInitialize()
3211 PetscCall(DMPlexRestoreTransitiveClosure(plex, p, PETSC_FALSE, NULL, &star)); in DMPforestLabelsInitialize()
3216 PetscCall(DMPlexRestoreTransitiveClosure(plex, p, PETSC_FALSE, NULL, &star)); in DMPforestLabelsInitialize()
3737 PetscInt *star = NULL, starSize; in DMPforestMapCoordinates() local
3744 PetscCall(DMPlexGetTransitiveClosure(plex, p, PETSC_FALSE, &starSize, &star)); in DMPforestMapCoordinates()
3746 PetscInt point = star[2 * i]; in DMPforestMapCoordinates()
3753 PetscCall(DMPlexRestoreTransitiveClosure(plex, p, PETSC_FALSE, &starSize, &star)); in DMPforestMapCoordinates()