Searched refs:oppositeVertex (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2733 …dm, PetscInt cell, PetscInt numCorners, PetscInt indices[], PetscInt oppositeVertex, PetscInt orig… in DMPlexGetFaceOrientation() argument 2748 posOrient = !(oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation() 2752 posOrient = !(oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation() 2756 posOrient = (oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation() 3042 PetscInt oppositeVertex = -1; in DMPlexGetOrientedFace() local 3061 oppositeVertex = v; in DMPlexGetOrientedFace() 3064 …PetscCall(DMPlexGetFaceOrientation(dm, cell, numCorners, indices, oppositeVertex, origVertices, fa… in DMPlexGetOrientedFace()
|