-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Position matching error between the order of saving Passive Tracers and the order of initial Passive Tracers #700
Comments
System: Ubuntu 20.04 |
Here are these files used to plot. 30.0 Ma - Surface-60.h5 |
Well, I think I have solved this problem. But, double thick is necessary. Here is the workflow. When you create the Passive Tracker, its property Next is how to extract this array in the
If this is correct, please let me know. |
Developers:
I want to plot some specific particles path to show the material migration.
So I have add the Passive Trackers as the User Guide show.
Model.add_passive_tracers(name="Surface", vertices=coords_)
They have worked well, thus I can plot the particle's coordinate after reading the file named "Surface-X.h5".
Question is how to get the correct order of the saving particles. It's easy to connect this particles when cosidering the array as their order. However, these lines link the wrong coordinate.
I try to parser the file named Surface_global_index-X.h5. Finally, I have found their source code, so I can obtain the array standing for rank and particleLocalCount. But, I don't know how to handle this.
The text was updated successfully, but these errors were encountered: