Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 20132c09 authored by Mark Olesen's avatar Mark Olesen
Browse files

openfoam: consistent boundary point order

- in OpenFOAM-1.5 and earlier, the patch meshPoints were in increasing
  order but this gave problems in processor point synchronisation and
  was changed to use the order in which faces are visited.
  The VTK reader continued to use older convention (sorted order).

  This was not a bug per se, since the discrepancy in the local patch
  point ordering did not actually affect any of the handled field
  types, which invariably used the mesh point indices to retrieve
  values from the internal field.

  The recently added support for point patch "value" fields exposed
  this inconsistency and prompted this change.
parent 8843654f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment