Anisotropic mesh refinement with Fortran #2487
-
For various reasons, I am using AMReX built and linked in 3D, but I'd like to run simulations in "2D" or "1D" where the unused dimensions have Is there a technical or design constraint that prevents anisotropic refinement? I can see that the way to access and store the refinement ratios in Fortran would need to change because right now it is a 1D array of integers and to support different values, it would need to be either a 2D array |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are no fundamental reasons for the limitation other than we have not tried. If you want to give this a try and it requires changes in AMReX, please feel free to submit PRs. |
Beta Was this translation helpful? Give feedback.
There are no fundamental reasons for the limitation other than we have not tried. If you want to give this a try and it requires changes in AMReX, please feel free to submit PRs.