Lines Matching refs:faceVertices
2733 …indices[], PetscInt oppositeVertex, PetscInt origVertices[], PetscInt faceVertices[], PetscBool *p… in DMPlexGetFaceOrientation() argument
2799 faceVertices[fVertex] = origVertices[cVertex]; in DMPlexGetFaceOrientation()
2840 faceVertices[fVertex] = origVertices[cVertex]; in DMPlexGetFaceOrientation()
2895 faceVertices[fVertex] = origVertices[cVertex]; in DMPlexGetFaceOrientation()
2936 faceVertices[fVertex] = origVertices[cVertex]; in DMPlexGetFaceOrientation()
2991 faceVertices[fVertex] = origVertices[cVertex]; in DMPlexGetFaceOrientation()
3006 for (f = 0; f < faceSize; ++f) faceVertices[f] = origVertices[faceSize - 1 - f]; in DMPlexGetFaceOrientation()
3009 for (f = 0; f < faceSize; ++f) faceVertices[f] = origVertices[f]; in DMPlexGetFaceOrientation()
3038 …Int numCorners, PetscInt indices[], PetscInt origVertices[], PetscInt faceVertices[], PetscBool *p… in DMPlexGetOrientedFace() argument
3064 …ientation(dm, cell, numCorners, indices, oppositeVertex, origVertices, faceVertices, posOriented)); in DMPlexGetOrientedFace()
3089 …ce_Internal(DM dm, DM subdm, PetscInt numFaceVertices, const PetscInt faceVertices[], const PetscI… in DMPlexInsertFace_Internal() argument
3143 …PetscCall(DMPlexGetOrientedFace(dm, cell, numFaceVertices, faceVertices, numCorners, indices, orig… in DMPlexInsertFace_Internal()
3146 const PetscInt vertex = faceVertices[v], subvertex = subfaceVertices[v]; in DMPlexInsertFace_Internal()