Number of nodes used instead of number of vertices

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

Bug Description

In each of piecewise_constant_mesh and piecewise_constant_field (femtools/Fields_Manipulation.F90) the number of nodes are passed where the number of vertices should be:

- shape = make_element_shape(vertices=old_shape%loc, dim=old_shape%dim, degree=0, quad=old_shape%quadrature)
+ shape = make_element_shape(vertices=old_shape%numbering%vertices, dim=old_shape%dim, degree=0, quad=old_shape%quadrature)

Not a problem as generally this is called for linear meshes.

Related branches

Jon Hill (jon-hill)
Changed in fluidity:
assignee: nobody → Stephan Kramer (s-kramer)
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.