Replies: 1 comment 4 replies
-
Yes, the particle approach works in parallel. At least it should, haven't tried it in a while. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see in the source code
utilities/lagrangian_particle.py
that theshenfun
code can interpolate fields using theeval
method fromshenfun.Function
.However, the example is rather small (a$40^2$ flow field). So I'm wondering, does this work in an MPI context (when the simulation is running in parallel)? Is it efficient? Can I use this functionality for large-scale particle tracking (for example, in a $1024^3$ simulation)?
Beta Was this translation helpful? Give feedback.
All reactions