Skip to content

ENH: use cellPoint interpolation directly for surfaceFieldValue (#1212)

Mark OLESEN requested to merge issue-1212 into develop
  • prior to sampledSurface supporting different interpolation schemes a workaround means was used to simulate cellPoint -> face interpolation, with averaging of vertex interpolation.

    We instead now use cellPoint interpolation directly for the face values when 'interpolation' is on.

Merge request reports