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
Development
openfoam
Commits
ba64ca8a
Commit
ba64ca8a
authored
Jul 26, 2018
by
mattijs
Browse files
ENH: localPointRegion: improved error message
parent
8adac99d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/regionSplit/localPointRegion.C
View file @
ba64ca8a
...
...
@@ -574,7 +574,8 @@ Foam::labelList Foam::localPointRegion::findDuplicateFaces
{
FatalErrorInFunction
<<
"Face:"
<<
bFacei
+
mesh
.
nInternalFaces
()
<<
" has local points:"
<<
f
<<
" has local points:"
<<
f
<<
" at:"
<<
UIndirectList
<
point
>
(
allPatch
.
localPoints
(),
f
)
<<
" which are in same order as face:"
<<
otherFacei
+
mesh
.
nInternalFaces
()
<<
" with local points:"
<<
otherF
...
...
@@ -597,7 +598,8 @@ Foam::labelList Foam::localPointRegion::findDuplicateFaces
<<
"This means that three or more faces share"
<<
" the same points and this is illegal."
<<
nl
<<
"Face:"
<<
meshFace0
<<
" with local points:"
<<
f
<<
" with local points:"
<<
f
<<
" at:"
<<
UIndirectList
<
point
>
(
allPatch
.
localPoints
(),
f
)
<<
" which are in same order as face:"
<<
meshFace1
<<
" with local points:"
<<
otherF
...
...
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