clawpack / amrclaw

AMR version of Clawpack
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
26 stars 46 forks source link

add checks to region_tools to assert lower <= upper in RuledRectangles #278

Closed rjleveque closed 1 year ago

rjleveque commented 1 year ago

Ruled rectangles should have lower <= upper and L<=U for columns in slu array. Add a few assertion checks to throw errors if this is not true, to make it easier to debug problems in the future if the user specifies these incorrectly.

mandli commented 1 year ago

Looks good to me.