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

- 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 'interpolate=true'.
This commit is contained in:
Mark Olesen
2019-02-25 18:40:35 +01:00
committed by Andrew Heather
parent 8a7d8e74fe
commit 71e6e10458
2 changed files with 2 additions and 19 deletions

View File

@ -211,7 +211,7 @@ class surfaceFieldValue
{
public:
// Public data types
// Public Data Types
//- Region type enumeration
enum regionTypes