Searched refs:bodyFaceIndexStart (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1635 …tscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexStart; in DMPlexCreateGeom() local 1740 PetscCall(PetscHMapIGet(bodyFaceMap, b, &bodyFaceIndexStart)); in DMPlexCreateGeom() 1764 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 0] = cntrPnt[0]; in DMPlexCreateGeom() 1765 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 1] = cntrPnt[1]; in DMPlexCreateGeom() 1766 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 2] = cntrPnt[2]; in DMPlexCreateGeom() 1790 midFaceID = numVertices + numEdges + bodyFaceIndexStart + fID - 1; in DMPlexCreateGeom() 1930 …tscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexStart; in DMPlexCreateGeom() local 1944 PetscCall(PetscHMapIGet(bodyFaceMap, b, &bodyFaceIndexStart)); in DMPlexCreateGeom() 2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom() 2064 …PetscCall(DMLabelSetValue(faceLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
|