Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4ec73897
Commit
4ec73897
authored
Sep 06, 2018
by
mattijs
Browse files
BUG: removeFaces: handle internal faces still using point. Fixes
#998
.
parent
b00498ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C
View file @
4ec73897
...
...
@@ -997,6 +997,11 @@ void Foam::removeFaces::setRefinement
<<
" face1:"
<<
f1
<<
abort
(
FatalError
);
}
else
{
// Both kept faces are internal. Mark edge for preserving
nFacesPerEdge
[
edgeI
]
=
3
;
}
}
}
...
...
Write
Preview
Supports
Markdown
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