Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3175 PetscInt *subface, maxConeSize, numSubFaces = 0, firstSubFace, newFacePoint, nFV = 0; in DMPlexCreateSubmesh_Uninterpolated() local
3191 firstSubFace = numSubCells + numSubVertices; in DMPlexCreateSubmesh_Uninterpolated()
3192 newFacePoint = firstSubFace; in DMPlexCreateSubmesh_Uninterpolated()
3198 …for (f = firstSubFace; f < firstSubFace + numSubFaces; ++f) PetscCall(DMPlexSetConeSize(subdm, f, … in DMPlexCreateSubmesh_Uninterpolated()
3227 …nal(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
3985 firstSubFace = numSubCells + numSubVertices; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
3986 newFacePoint = firstSubFace; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
3990 …for (f = firstSubFace; f < firstSubFace + numSubFaces; ++f) PetscCall(DMPlexSetConeSize(subdm, f, … in DMPlexCreateCohesiveSubmesh_Uninterpolated()