You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An UnstructuredGrid (and likely UnstructuredSoAGrid, too) will only honor the dimension in a CoordBox argument to its constructor. Consequence: instead of storing cells 2, 3, 4, 5, 6, 7 a grid will store cells 0, 1, 2, 3, 4, 5 -- one of the reasons for the segfaults we've seen with dgswem.
Proposed workaround: proper ID renumbering.
The text was updated successfully, but these errors were encountered:
An UnstructuredGrid (and likely UnstructuredSoAGrid, too) will only honor the dimension in a CoordBox argument to its constructor. Consequence: instead of storing cells 2, 3, 4, 5, 6, 7 a grid will store cells 0, 1, 2, 3, 4, 5 -- one of the reasons for the segfaults we've seen with dgswem.
Proposed workaround: proper ID renumbering.
The text was updated successfully, but these errors were encountered: