Open
Description
Not exactly the issue in #4502 , but there might be a use case for field probes entering or leaving the domain at certain times.
For instance, in a moving window simulation we might want to have stationary field probes at a certain z position, which is not initially in the simulation box. Supporting this means we need to carefully guard out-of-bounds probes from taking part in the interplation operations and not removing them during AMReX redistribute.
@atmyers any idea how we could do this?