Data efficient container for CutCellData #4394
Unanswered
ankithadas
asked this question in
Q&A
Replies: 1 comment
-
Could you explain what functionalities you need? MultiCutFab does support ParallelCopy. It should not be hard to support FillBounary. If you want to store only SingleValued data, you could put them into vectors. We used to store cutfab's data in a compressed form and support communication. But the implementation was inefficient. So we changed to the current way. We do plan to do more works on EB in the near future. So maybe we will try again. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Dear AMReX team,
Is there any data containers (like MultiFab) that can store only SingleValued data? I know that MultiCutFab exists but it doesn't have most of the functionalities of MultiFab (eg FillBoundary). Would MultiFab work if I change the factory where only SingleValued fabs are allocated ?
Thank you in advance
Kind regards,
Ankith
Beta Was this translation helpful? Give feedback.
All reactions