An error occurred while fetching participants.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Where is the averaging for each face? I would expect the 'interpolate()' to cause a value for every vertex
Here at Line 98+
You're asking the e.g. triSurfaceMesh to sample at a point which is not on the surface? Or are you planning to have three possible states:
or bypass the interpolation of the surface and just do it yourself? That would be a different interpretation of interpolation just for surfaceFieldValue.
I'm think that the surfaceFieldValue idea of "interpolate" was a workaround to get cellPoint value on a face, since previous versions of sampledSurface could only sample a cell value, but didn't have cellPoint to a face (6baffa134900e7 - added for 1806).
mentioned in commit a6a3ddb790fb2b409cba91e9c4ddc014c86c73cf
mentioned in merge request !241 (closed)
mentioned in commit 1377b224f04d6da6db3d1f7e829be8c3516717ba
closed
mentioned in commit a88e67f2
mentioned in issue #1662 (closed)