amrex
amrex copied to clipboard
EB grid generation abort
I'm generating some EB grids that abort with "amrex::EB2::build_faces: more than 2 cuts not supported", which I assume is AMReX's way of telling me that it doesn't allow multi-valued cells.
Is there a simple way I can bypass this, e.g. by setting the cell to regular/covered? This is just for testing and I don't care about the correctness of the final EB grid -- I just need the grid generation to go through.
Try to run with eb2.cover_multiple_cuts=1.
Thanks. I tested two geometries and one worked, while the other broke with "amrex::EB2:build_cells: apnorm==0"