Open rainwoodman opened 7 years ago
@mpip Do you have any hints where to hack to get this working?
It appears the routines in remap_3d_to_2d.c are the key.
According to the manual this stage is working on the remapping from 3d to 2d and the other way around. For a 2d on 2d transfer, then I shall slightly tweak the code to do a 2d to 1d remapping.
Is it possible to do 2D transforms on a 2D procmesh? I tried this and it seem to have ran into a divide by zero error. Here is the stack trace. There are test cases in the source code doing 3D on 3D, so I imaging it may not be very difficult to extend the library to support 2D on 2D?