Point search raise errors when using constexpr fuzz = 1E-6 at high resolution during uniform grid field transfer. Changing the value to 1E-12 resolves the issue. Possible causes to be investigated includes
- 1E-6 may be too coarse
- The tolerance may be inconsistent with the mesh field tolerance used elsewhere (e.g. epsilon)
If the point search algorithm is updated, the constexpr fuzz workaround may no longer be necessary.