Lines Matching refs:origVertices
2733 …Int numCorners, PetscInt indices[], PetscInt oppositeVertex, PetscInt origVertices[], PetscInt fac… 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 …st PetscInt face[], PetscInt numCorners, PetscInt indices[], PetscInt origVertices[], PetscInt fac… in DMPlexGetOrientedFace() argument
3058 origVertices[v2] = cone[v]; in DMPlexGetOrientedFace()
3064 …PetscCall(DMPlexGetFaceOrientation(dm, cell, numCorners, indices, oppositeVertex, origVertices, fa… in DMPlexGetOrientedFace()
3136 PetscInt *indices, *origVertices, *orientedVertices, *orientedSubVertices, v, ov; in DMPlexInsertFace_Internal() local
3140 origVertices = &orientedVertices[numFaceVertices]; in DMPlexInsertFace_Internal()
3143 …tedFace(dm, cell, numFaceVertices, faceVertices, numCorners, indices, origVertices, orientedVertic… in DMPlexInsertFace_Internal()