Skip to content
Snippets Groups Projects
Commit 695249a3 authored by Franjo's avatar Franjo
Browse files

Added edge extraction step to cartesian2DMesh

parent e9ecc7eb
Branches
Tags
No related merge requests found
...@@ -220,12 +220,15 @@ void cartesian2DMeshGenerator::generateMesh() ...@@ -220,12 +220,15 @@ void cartesian2DMeshGenerator::generateMesh()
extractPatches(); extractPatches();
} }
if( controller_.runCurrentStep("boundaryLayerGeneration") ) if( controller_.runCurrentStep("edgeExtraction") )
{ {
mapEdgesAndCorners(); mapEdgesAndCorners();
optimiseMeshSurface(); optimiseMeshSurface();
}
if( controller_.runCurrentStep("boundaryLayerGeneration") )
{
generateBoundaryLayers(); generateBoundaryLayers();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment