amrex icon indicating copy to clipboard operation
amrex copied to clipboard

EB grid generation abort

Open rmrsk opened this issue 3 years ago • 2 comments

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.

rmrsk avatar Mar 03 '22 20:03 rmrsk

Try to run with eb2.cover_multiple_cuts=1.

WeiqunZhang avatar Mar 03 '22 20:03 WeiqunZhang

Thanks. I tested two geometries and one worked, while the other broke with "amrex::EB2:build_cells: apnorm==0"

rmrsk avatar Mar 03 '22 20:03 rmrsk