Lagrangian particle tracking using eval
#107
Unanswered
sijiehuang23
asked this question in
Q&A
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
-
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