Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
integration-cfmesh
Commits
695249a3
Commit
695249a3
authored
May 21, 2015
by
Franjo
Browse files
Added edge extraction step to cartesian2DMesh
parent
e9ecc7eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/cartesian2DMesh/cartesian2DMeshGenerator/cartesian2DMeshGenerator.C
View file @
695249a3
...
...
@@ -220,12 +220,15 @@ void cartesian2DMeshGenerator::generateMesh()
extractPatches
();
}
if
(
controller_
.
runCurrentStep
(
"
boundaryLayerGene
ration"
)
)
if
(
controller_
.
runCurrentStep
(
"
edgeExt
ra
c
tion"
)
)
{
mapEdgesAndCorners
();
optimiseMeshSurface
();
}
if
(
controller_
.
runCurrentStep
(
"boundaryLayerGeneration"
)
)
{
generateBoundaryLayers
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment