Searched refs:eid (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1060 int eid, Nv; in DMPlexCreateGeom_Internal() local 1074 eid = EGlite_indexBodyTopo(body, edge); in DMPlexCreateGeom_Internal() 1076 eid = EG_indexBodyTopo(body, edge); in DMPlexCreateGeom_Internal() 1079 PetscCall(PetscHMapIFind(edgeMap, eid - 1, &iter, &found)); in DMPlexCreateGeom_Internal() 1085 PetscCall(PetscHMapISet(edgeMap, eid - 1, numEdges++)); in DMPlexCreateGeom_Internal() 1171 int eid, Nv, v, tmp; in DMPlexCreateGeom_Internal() local 1174 eid = EGlite_indexBodyTopo(body, edge); in DMPlexCreateGeom_Internal() 1177 eid = EG_indexBodyTopo(body, edge); in DMPlexCreateGeom_Internal() 1183 …, PETSC_ERR_ARG_OUTOFRANGE, "Edge %" PetscInt_FMT " has %" PetscInt_FMT " vertices != 2", eid, Nv); in DMPlexCreateGeom_Internal() 1198 PetscCall(PetscHMapIGet(edgeMap, eid - 1, &edgeNum)); in DMPlexCreateGeom_Internal() [all …]
|
| H A D | plexgmsh.c | 431 …EntitiesAdd(GmshEntities *entities, PetscInt index, PetscInt dim, PetscInt eid, GmshEntity **entit… in GmshEntitiesAdd() argument 434 PetscCall(PetscHMapISet(entities->entityMap[dim], eid, index)); in GmshEntitiesAdd() 436 entities->entity[dim][index].id = eid; in GmshEntitiesAdd() 441 static PetscErrorCode GmshEntitiesGet(GmshEntities *entities, PetscInt dim, PetscInt eid, GmshEntit… in GmshEntitiesGet() argument 446 PetscCall(PetscHMapIGet(entities->entityMap[dim], eid, &index)); in GmshEntitiesGet() 664 int dim, eid, numTags, *ibuf, t; in GmshReadEntities_v40() local 676 PetscCall(PetscViewerRead(viewer, &eid, 1, NULL, PETSC_ENUM)); in GmshReadEntities_v40() 677 if (byteSwap) PetscCall(PetscByteSwap(&eid, PETSC_ENUM, 1)); in GmshReadEntities_v40() 678 PetscCall(GmshEntitiesAdd(mesh->entities, (PetscInt)index, dim, eid, &entity)); in GmshReadEntities_v40() 782 int eid, dim, cellType, numVerts, numNodes, numTags; in GmshReadElements_v40() local [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _patch.py | 182 idx = [eid for eid, (_, _, patch_id) in enumerate(elist) if patch_id == self_id]
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 5520 (fensapice/flow/soln-eid? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 16999 eid = {014509}, 29835 title = {On Combining the Schemes of {R}eid and {S}aunders for Sparse {LP} Bases},
|