Searched refs:bodyVertexMap (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1480 …PetscHMapI edgeMap = NULL, bodyIndexMap = NULL, bodyVertexMap = NULL, bodyEdgeMap = NULL, bod… in DMPlexCreateGeom() local 1504 PetscCall(PetscHMapICreate(&bodyVertexMap)); in DMPlexCreateGeom() 1516 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1522 if (!BVfound) PetscCall(PetscHMapISet(bodyVertexMap, b, numVertices)); in DMPlexCreateGeom() 1646 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1648 PetscCall(PetscHMapIGet(bodyVertexMap, b, &bodyVertexIndexStart)); in DMPlexCreateGeom() 1934 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1936 PetscCall(PetscHMapIGet(bodyVertexMap, b, &bodyVertexIndexStart)); in DMPlexCreateGeom() 2075 PetscCall(PetscHMapIDestroy(&bodyVertexMap)); in DMPlexCreateGeom()
|