Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c18 const PetscInt *bdFacesFull, *gV; in DMAdaptMetric_Pragmatic_Plex() local
107 PetscCall(ISGetIndices(bdIS, &bdFacesFull)); in DMAdaptMetric_Pragmatic_Plex()
112 PetscCall(DMPlexGetTransitiveClosure(dm, bdFacesFull[f], PETSC_TRUE, &closureSize, &closure)); in DMAdaptMetric_Pragmatic_Plex()
116 … PetscCall(DMPlexRestoreTransitiveClosure(dm, bdFacesFull[f], PETSC_TRUE, &closureSize, &closure)); in DMAdaptMetric_Pragmatic_Plex()
123 PetscCall(DMPlexGetTransitiveClosure(dm, bdFacesFull[f], PETSC_TRUE, &closureSize, &closure)); in DMAdaptMetric_Pragmatic_Plex()
127 … PetscCall(DMPlexRestoreTransitiveClosure(dm, bdFacesFull[f], PETSC_TRUE, &closureSize, &closure)); in DMAdaptMetric_Pragmatic_Plex()
128 if (bdLabel) PetscCall(DMLabelGetValue(bdLabel, bdFacesFull[f], &bdFaceIds[f])); in DMAdaptMetric_Pragmatic_Plex()