Lines Matching refs:bodyVertexIndexStart
1635 …PetscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexSta… in DMPlexCreateGeom() local
1648 PetscCall(PetscHMapIGet(bodyVertexMap, b, &bodyVertexIndexStart)); in DMPlexCreateGeom()
1663 coords[(bodyVertexIndexStart + id - 1) * cdim + 0] = limits[0]; in DMPlexCreateGeom()
1664 coords[(bodyVertexIndexStart + id - 1) * cdim + 1] = limits[1]; in DMPlexCreateGeom()
1665 coords[(bodyVertexIndexStart + id - 1) * cdim + 2] = limits[2]; in DMPlexCreateGeom()
1860 cells[cellCntr * numCorners + 1] = bodyVertexIndexStart + startID - 1; in DMPlexCreateGeom()
1865 cells[cellCntr * numCorners + 5] = bodyVertexIndexStart + endID - 1; in DMPlexCreateGeom()
1930 …PetscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexSta… in DMPlexCreateGeom() local
1936 PetscCall(PetscHMapIGet(bodyVertexMap, b, &bodyVertexIndexStart)); in DMPlexCreateGeom()
2026 PetscCall(DMLabelSetValue(bodyLabel, nStart + bodyVertexIndexStart + vID - 1, b)); in DMPlexCreateGeom()
2027 PetscCall(DMLabelSetValue(vertexLabel, nStart + bodyVertexIndexStart + vID - 1, vID)); in DMPlexCreateGeom()