Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c1635 …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()
[all …]