Replies: 1 comment 3 replies
-
It inherits from the Amr class. For example during regrid, the DistributionMapping is created here Line 2654 in 69ad456 If you want to use you own DistributionMapping, you can ignore the provided DistributionMapping in you AmrLevel derived class' constructor. |
Beta Was this translation helpful? Give feedback.
3 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.
-
In the example Wave_AmrLevel, I wasn't able to find where the
DistributionMapping
object is explicitly defined or initialized. Could you please clarify how and where it's constructed in this example?Beta Was this translation helpful? Give feedback.
All reactions