Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c121 static const GmshCellInfo GmshCellTable[] = { variable
181 n = PETSC_STATIC_ARRAY_LENGTH(GmshCellTable); in GmshCellInfoSetUp()
183 if (GmshCellTable[i].cellType <= 0) continue; in GmshCellInfoSetUp()
184 GmshCellMap[GmshCellTable[i].cellType] = GmshCellTable[i]; in GmshCellInfoSetUp()