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
55563b5a
Commit
55563b5a
authored
Jun 08, 2015
by
Franjo
Browse files
Minor modifications on the tet mesher
parent
b94dacd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/tetMesh/tetMeshGenerator/tetMeshGenerator.C
View file @
55563b5a
...
...
@@ -151,7 +151,7 @@ void tetMeshGenerator::optimiseFinalMesh()
readBool
(
meshDict_
.
lookup
(
"enforceGeometryConstraints"
));
}
meshOptimizer
optimizer
(
mesh_
,
octreePtr_
);
meshOptimizer
optimizer
(
mesh_
);
if
(
enforceConstraints
)
optimizer
.
enforceConstraints
();
...
...
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