Searched refs:elemA (Results 1 – 1 of 1) sorted by relevance
1716 GmshElement *elemA = mesh->numCells > 0 ? mesh->elements : NULL; in DMPlexCreateGmsh() local1717 GmshElement *elemB = PetscSafePointerPlusOffset(elemA, mesh->numCells - 1); in DMPlexCreateGmsh()1718 int ptA = elemA ? GmshCellMap[elemA->cellType].polytope : -1; in DMPlexCreateGmsh()