yt-project / libyt

In-situ analysis with yt
https://libyt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Support Getting Nonlocal Data #31

Closed cindytsai closed 2 years ago

cindytsai commented 2 years ago

Support Getting Nonlocal Data

Originally, libyt heavily relies on whether or not yt functionalities deal with data in parallel, which means they must only operate data on their rank. This greatly reduce the flexibility and ways to make a yt function runs in parallel. For example, SlicePlot can work in parallel in post-processing, but cannot in inline-analysis. It needs the data from other ranks.

We implement this feature, get nonlocal field data and particle data from other ranks, so that it solves this problem.

New Feature

cindytsai commented 2 years ago

Issue closed!!! :tada: :tada: :tada: :tada: :tada: