Hi,
Because the large scale of 2D calculation was necessary to our FUS research,
I recently made the 2D CUDA GPU simulation codes (and some modified MATLAB functions to use it) based on your 3D C++/CUDA GPU simulation codes. (I named it as kspaceFirstOrder2D-CUDA.exe)
The reason why I made this was that I tried to use kspaceFirstOrder3D-CUDA for 2D simulation but I eventually failed: it seemed to give a lot of errors and unstable simulation.
However, it seems that its (= that I coded) 2D simulation results are correct, nonetheless I think it has to be checked by the experts of k-Wave, such as developers. Can anyone gives help for checking it?
And also, if it is verified that there is no more problem, I want to distribute it so that someone who need to simulate large 2D environment can use it, until 2D CUDA simulation code is officially updated in this website. How can I do this?
(Unfortunately, I don't have any tool for editing or compiling this c++ source code now. So I cannot do something with it anymore)
Thanks