ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
57 stars 21 forks source link

VTU write: Adjust patch_threshold semantic #297

Closed tim-griesbach closed 5 months ago

tim-griesbach commented 5 months ago

This PR changes the patch_threshold value indicating unlimited patch buffering from -1 to 0. This means that 0 becomes an invalid patch threshold. The patch threshold values strictly greater than zero and the functionality stays untouched. The changes of this PR give us a contiguous range for valid patch_threshold values.