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

(4/5) Dimension independent clawpatch w/ 3D support #313

Closed scottaiton closed 5 months ago

scottaiton commented 5 months ago

This converts clawpatch to a dimension-independent style, and adds in 3D support.

This depends on #311. For all the unit tests to pass, we need #312 for edge neighbors and #309 for hanging edge corners (or adding in the workaround).