Use pfc::interpolate(field, coords) free function instead. This member function is deprecated and will be removed in v2.0. The free function version provides better consistency with OpenPFC's design philosophy and enables ADL-based extension.
Use create(GridSize, PhysicalOrigin, GridSpacing) for type safety. This overload is ambiguous - it's unclear which Real3 is offset vs spacing. The strong-type API prevents parameter confusion at compile time.