Searched refs:bodyEdgeIndexStart (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1635 …PetscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexSta… in DMPlexCreateGeom() local 1682 PetscCall(PetscHMapIGet(bodyEdgeMap, b, &bodyEdgeIndexStart)); in DMPlexCreateGeom() 1723 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 0] = cntrPnt[0]; in DMPlexCreateGeom() 1724 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 1] = cntrPnt[1]; in DMPlexCreateGeom() 1725 coords[(numVertices + bodyEdgeIndexStart + eOffset - 1) * cdim + 2] = cntrPnt[2]; in DMPlexCreateGeom() 1832 midPntID = numVertices + bodyEdgeIndexStart + eOffset - 1; in DMPlexCreateGeom() 1930 …PetscInt bodyVertexIndexStart, bodyEdgeIndexStart, bodyEdgeGlobalIndexStart, bodyFaceIndexSta… in DMPlexCreateGeom() local 1940 PetscCall(PetscHMapIGet(bodyEdgeMap, b, &bodyEdgeIndexStart)); in DMPlexCreateGeom() 2035 … PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, b)); in DMPlexCreateGeom() 2036 …PetscCall(DMLabelSetValue(edgeLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, eid)… in DMPlexCreateGeom()
|