Lines Matching refs:newFacePoint
3089 …, PetscInt numCorners, PetscInt cell, PetscInt subcell, PetscInt firstFace, PetscInt *newFacePoint) in DMPlexInsertFace_Internal() argument
3109 for (f = firstFace; f < *newFacePoint; ++f) { in DMPlexInsertFace_Internal()
3155 PetscCall(DMPlexSetCone(subdm, *newFacePoint, orientedSubVertices)); in DMPlexInsertFace_Internal()
3156 PetscCall(DMPlexSetCone(subdm, subcell, newFacePoint)); in DMPlexInsertFace_Internal()
3158 ++(*newFacePoint); in DMPlexInsertFace_Internal()
3175 PetscInt *subface, maxConeSize, numSubFaces = 0, firstSubFace, newFacePoint, nFV = 0; in DMPlexCreateSubmesh_Uninterpolated() local
3192 newFacePoint = firstSubFace; in DMPlexCreateSubmesh_Uninterpolated()
3227 …al(dm, subdm, faceSize, closure, subface, numCorners, cell, subcell, firstSubFace, &newFacePoint)); in DMPlexCreateSubmesh_Uninterpolated()
3969 PetscInt *subface, maxConeSize, numSubFaces, firstSubFace, newFacePoint, nFV; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
3986 newFacePoint = firstSubFace; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4010 PetscCall(DMPlexSetCone(subdm, newFacePoint, subface)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4011 PetscCall(DMPlexSetCone(subdm, subcell, &newFacePoint)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4026 PetscCall(DMPlexSetCone(subdm, negsubcell, &newFacePoint)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4029 ++newFacePoint; in DMPlexCreateCohesiveSubmesh_Uninterpolated()