- Add a Field from Point Map block
- Insert a Von Mises Point Map into the Point Map input
- Select the appropriate Interpolation options


Interpolation
Nearest
Nearest
lessons/follow-along-stress-driven-mesh-refinementLooks for the closest point referenced in the point map and sets that value equal. Creates a Voronoi pattern, because it creates regions closest to a point. Below is the Field View of a Nearest Point interpolated Field.

Barycentric
Barycentric
This should be used for points in a tetrahedral mesh, like FEA results. Linearly interpolates among the three closest points. Below is the Field View of a Barycentric interpolated Field.

Extrapolation
All fields created will be extrapolated based on the Interpolation option. If you wish not to extrapolate, set the value 0 to everything outside the domain. You can do it with a combination of If-Else block and Less Than or Equal to block. If you have vertices instead of an Implicit Body, you can use the Delaunay Volume Mesh block to create a convex hull and use its implicit property.

