How to store the data in std::map when looping over the FArrayBoxes in MultiFabs? #4214
-
Hello, I'm trying to output part of the flow field data in specific format, so I'm trying to store the data from MultiFab to
As the whole domain is divided into a few parts, the result shows that only 1 part is considered during the loop, far from what I expected. How can I get the data from all the threads? Looking forward to your reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe you can copy the data you need to a single process first. For example,
|
Beta Was this translation helpful? Give feedback.
Maybe you can copy the data you need to a single process first. For example,