Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
50c820c3
Commit
50c820c3
authored
Apr 02, 2013
by
mattijs
Browse files
ENH: snappyHexMesh: do not stop with single mesh error
parent
4fe6630f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C
View file @
50c820c3
...
...
@@ -1529,13 +1529,18 @@ void Foam::autoSnapDriver::doSnap
if
(
!
meshOk
)
{
Info
<<
"Did not succesfully snap mesh. Giving up."
<<
nl
<<
endl
;
// Use current mesh as base mesh
meshMover
.
correct
();
break
;
WarningIn
(
"autoSnapDriver::doSnap(..)"
)
<<
"Did not succesfully snap mesh."
<<
" Continuing to snap to resolve easy surfaces but the"
<<
" resulting mesh will not satisfy your quality"
<<
" constraints"
<<
nl
<<
endl
;
//Info<< "Did not succesfully snap mesh. Giving up."
// << nl << endl;
//
//// Use current mesh as base mesh
//meshMover.correct();
//
//break;
}
if
(
debug
&
meshRefinement
::
MESH
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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