Replies: 1 comment
-
Maybe you can take a look at amrex/Src/Extern/amrdata/AMReX_AmrData.H Line 120 in a3e1758 You can also write your own function and use the fillpatch functions FillPatchSingleLevel and FillPatchTwoLevels in AMReX_FillPatchUtil.H. |
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
-
Hello,
I'm trying to figure out the best way to map data between two domains that overlap. For context, to make in-situ analysis and generation of png files easier, it is desired to have some sub-region of the total domain mapped onto a grid with constant spacing. I can generate a box with the desired domain and spacing but was wondering if there were functions to do the averaging/mapping between the simulation domain and this newly created box?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions