Searched refs:lexorder (Results 1 – 1 of 1) sorted by relevance
116 int *(*lexorder)(void); member2005 const int *lexorder = GmshCellMap[elem->cellType].lexorder(); in DMPlexCreateGmsh() local2008 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()