Incorrect number of faces for cubic elements

Bug #1088981 reported by Mark Filipiak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fluidity
Fix Committed
Low
Stephan Kramer

Bug Description

In make_mesh() (femtools/Fields_Allocates.F90) the number of faces for cubic elements is set as:

       case(FAMILY_CUBE)
          n_faces = 2**mesh%shape%dim

this should be (?)

       case(FAMILY_CUBE)
          n_faces = 2*mesh%shape%dim

Related branches

Jon Hill (jon-hill)
Changed in fluidity:
assignee: nobody → Stephan Kramer (s-kramer)
Revision history for this message
Stephan Kramer (s-kramer) wrote :

For some reason this wasn't automatically linked to the fix commit, but fixed in commit 4190.

Changed in fluidity:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.