We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is to track the development of a distributed version of our FlowPM lensing implementation.
We essentially need to create a distributed version of these two funnctions:
flowpm/flowpm/raytracing.py
Line 49 in 9145d0c
Line 112 in 9145d0c
The first one should be easily adaptable from the distributed versions of cic_paint which can be found here:
cic_paint
flowpm/flowpm/mesh_utils.py
Line 125 in 9145d0c
The second one is a tiny bit more sophisticated because it will involve a distributed interpolation operation and this might require some thinking
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is to track the development of a distributed version of our FlowPM lensing implementation.
We essentially need to create a distributed version of these two funnctions:
flowpm/flowpm/raytracing.py
Line 49 in 9145d0c
flowpm/flowpm/raytracing.py
Line 112 in 9145d0c
The first one should be easily adaptable from the distributed versions of
cic_paint
which can be found here:flowpm/flowpm/mesh_utils.py
Line 125 in 9145d0c
The second one is a tiny bit more sophisticated because it will involve a distributed interpolation operation and this might require some thinking
The text was updated successfully, but these errors were encountered: