"AMReX: Domain size mismatch when using BoxArray and MFIter in 2D simulation" #4437
-
I would like to set up a 2D fluid domain where nx is not equal to ny. Here's how I define the domain:
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
ba.maxSize(16)
chopped into two Boxes. Each Box has 16x16 cells. https://amrex-codes.github.io/amrex/docs_html/Basics.html#boxarray might be helpful.