It would it be possible to unify :
- set_mres_grid and set_grid
- get_mres_write_handle and get_write_handle
- get_mres_read_handle and get_read_handle
This will help with simpligying lots of neon's single res and multi-res containers.
All we need to do is to always pass the level (default to 0) and have the neon_implementation be different for single-res vs multi-res scenarios (essentially just a loop over num_levels)
It would it be possible to unify :
This will help with simpligying lots of neon's single res and multi-res containers.
All we need to do is to always pass the level (default to 0) and have the neon_implementation be different for single-res vs multi-res scenarios (essentially just a loop over num_levels)