Skip to content
Snippets Groups Projects
Commit 67d231da authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

Fast curving fails : it thinks that there is a boundary layer when it

has not.
parent f6a8af0f
No related branches found
No related tags found
No related merge requests found
......@@ -1662,8 +1662,8 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete, bool onlyVisi
if (p.dim == 0)
for(GModel::fiter it = m->firstFace(); it != m->lastFace(); ++it)
if ((*it)->getNumMeshElements() > 0) { p.dim = 2; break; }
if (p.dim > 0)
HighOrderMeshFastCurving(GModel::current(), p);
// if (p.dim > 0)
// HighOrderMeshFastCurving(GModel::current(), p);
updatePeriodicEdgesAndFaces(m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment