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
766142b4
Commit
766142b4
authored
Oct 19, 2015
by
Henry Weller
Browse files
polyMesh: Correct CELL_TETS mode in findCell
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1792
parent
f4202d9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMesh.C
View file @
766142b4
...
...
@@ -1483,11 +1483,7 @@ Foam::label Foam::polyMesh::findCell
return
-
1
;
}
if
(
Pstream
::
parRun
()
&&
(
decompMode
==
FACE_DIAG_TRIS
||
decompMode
==
CELL_TETS
)
)
if
(
Pstream
::
parRun
()
&&
decompMode
==
FACE_DIAG_TRIS
)
{
// Force construction of face-diagonal decomposition before testing
// for zero cells.
...
...
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