I am trying to use quadtree and octree geometry. 'geometry' means Level is in a hierarchy. Level 3 can only be contiguous to Level 2 and Level 4 but not Level 1. Can I do that by using AMREX?
I learned from other issues that AMREX is not a tree structure. That is fine for me, I am only concerned about the physical geometry contiguous level but not the code structure.
Thanks.