Incorrect number of faces for cubic elements
Bug #1088981 reported by
Mark Filipiak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fluidity |
Fix Committed
|
Low
|
Stephan Kramer |
Bug Description
In make_mesh() (femtools/
n_faces = 2**mesh%shape%dim
this should be (?)
n_faces = 2*mesh%shape%dim
Related branches
Changed in fluidity: | |
assignee: | nobody → Stephan Kramer (s-kramer) |
To post a comment you must log in.
For some reason this wasn't automatically linked to the fix commit, but fixed in commit 4190.