Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c88 const PetscInt *supp, *coneA, *coneB, *coneOA, *coneOB; in DMPlexCheckFace_Internal() local
120 PetscCall(DMPlexGetConeOrientation(dm, supp[indS[0]], &coneOA)); in DMPlexCheckFace_Internal()
152 mismatch = coneOA[posA] == coneOB[posB]; in DMPlexCheckFace_Internal()
170 const PetscInt *support, *coneA, *coneB, *coneOA, *coneOB; in DMPlexCheckFace_Old_Internal() local
190 PetscCall(DMPlexGetConeOrientation(dm, support[0], &coneOA)); in DMPlexCheckFace_Old_Internal()
214 mismatch = coneOA[posA] == coneOB[posB]; in DMPlexCheckFace_Old_Internal()