Lines Matching refs:firstSubVertex

3174   PetscInt        numSubVertices, firstSubVertex, numSubCells;  in DMPlexCreateSubmesh_Uninterpolated()  local
3190 firstSubVertex = numSubCells; in DMPlexCreateSubmesh_Uninterpolated()
3221 subface[faceSize] = firstSubVertex + subVertex; in DMPlexCreateSubmesh_Uninterpolated()
3247 … PetscCall(PetscSectionSetChart(subCoordSection, firstSubVertex, firstSubVertex + numSubVertices)); in DMPlexCreateSubmesh_Uninterpolated()
3250 const PetscInt subvertex = firstSubVertex + v; in DMPlexCreateSubmesh_Uninterpolated()
3269 const PetscInt subvertex = firstSubVertex + v; in DMPlexCreateSubmesh_Uninterpolated()
3968 PetscInt numSubVertices, firstSubVertex, numSubCells, *subCells = NULL; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
3984 firstSubVertex = numSubCells; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4008 subface[v] = firstSubVertex + subVertex; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4049 … PetscCall(PetscSectionSetChart(subCoordSection, firstSubVertex, firstSubVertex + numSubVertices)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4052 const PetscInt subvertex = firstSubVertex + v; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4071 const PetscInt subvertex = firstSubVertex + v; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4113 …const PetscInt subPoint = DMPlexFilterPoint_Internal(point, firstSubVertex, numSubVertices, subVer… in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4123 …const PetscInt subPoint = DMPlexFilterPoint_Internal(p, firstSubVertex, numSubVertices, subVertice… in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4141 …const PetscInt subPoint = DMPlexFilterPoint_Internal(point, firstSubVertex, numSubVertices, subVer… in DMPlexCreateCohesiveSubmesh_Uninterpolated()