Hello. all. I’m curious whether there is a name of interpolation method for eval().
linear? bicubic? etc.,
Eval computes the linear combination of basis functions and coefficients at any point in the mesh, and will yield different results depending on your FunctionSpace.
1 Like