Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c1782 int fID, midFaceID, midPntID, startID, endID, Nl; in DMPlexCreateGeom() local
1842 startID = EGlite_indexBodyTopo(body, nobjs[0]); in DMPlexCreateGeom()
1845 startID = EG_indexBodyTopo(body, nobjs[0]); in DMPlexCreateGeom()
1850 startID = EGlite_indexBodyTopo(body, nobjs[1]); in DMPlexCreateGeom()
1853 startID = EG_indexBodyTopo(body, nobjs[1]); in DMPlexCreateGeom()
1860 cells[cellCntr * numCorners + 1] = bodyVertexIndexStart + startID - 1; in DMPlexCreateGeom()