Skip to content
Snippets Groups Projects
Commit 79b1bf88 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't orient boundary layer mesh

parent a65bebec
No related branches found
No related tags found
No related merge requests found
......@@ -1797,6 +1797,7 @@ void orientMeshGFace::operator()(GFace *gf)
if(gf->geomType() == GEntity::DiscreteSurface) return;
if(gf->geomType() == GEntity::ProjectionFace) return;
if(gf->geomType() == GEntity::CompoundSurface) return;
if(gf->geomType() == GEntity::BoundaryLayerSurface) return;
if(!gf->getNumMeshElements()) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment