Skip to content
Snippets Groups Projects
Commit 82cba36c authored by olesen's avatar olesen
Browse files

openfoam: ignore extended number of faces (fixes paraview#14235)

- occurs with foam-extend globalFaceZone, in which the faces list
  is longer than owner/neighbour lists (with the extra faces belonging
  to the globalFaceZone).

  Remedy by simply resetting the known NumFaces to be consistent with
  owner/neighbour information. The excess faces will simply be dragged
  along without being addressed. This is a minor memory overhead
  (versus truncating the face list), but only affects cases with
  globalFaceZone and still allows some possibility to handling in the
  future if desired.
  Adjustment consistent with CreateCellFaces() private method.
parent 5957f789
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment