Skip to content
Snippets Groups Projects
Commit c9c85d9a authored by mattijs's avatar mattijs
Browse files

BUG: primitiveMesh: incorrect uncached edgeFaces. Fixes #2047.

It was only looking for faces that were used in both
endpoints but not actually checking whether they were indeed
an edge (== consecutive vertex) in all faces. So if one
face had an additional crossing edge and another didn't it
would find more edgeFaces than the proper
'primitiveMesh::edgeFaces()' routine.
This occasionally happened inside snappyHexMesh
(e.g. motorBike tutorial)
parent fefd59f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment