Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c116 int *(*lexorder)(void); member
2005 const int *lexorder = GmshCellMap[elem->cellType].lexorder(); in DMPlexCreateGmsh() local
2008 while (lexorder[n + s] < 0) ++s; in DMPlexCreateGmsh()
2009 const PetscInt node = elem->nodes[lexorder[n + s]]; in DMPlexCreateGmsh()
2030 if (lexorder[n] >= 0) continue; in DMPlexCreateGmsh()
2033 if (lexorder[bn] < 0) continue; in DMPlexCreateGmsh()
2035 const PetscInt bnode = elem->nodes[lexorder[bn]]; in DMPlexCreateGmsh()