clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 47 forks source link

Various updates to Matlab code in VisClaw #298

Closed donnaaboise closed 7 months ago

donnaaboise commented 9 months ago

These are mostly minor updates to fix style issues.

A more substantial fix is to remove masking in ForestClaw when drawing contour lines. Patch masking (needed in AMRClaw, but not in ForestClaw) was being called in ForestClaw to mask contour lines on "covered" patches. This basically was hiding the entire patch, leaving holes in the patch in some cases.

donnaaboise commented 7 months ago

These are all changes that are mostly cosmetic and should have little affect on the API for the Matlab routines.

rjleveque commented 7 months ago

Thanks @donnaaboise!