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

(3/5) 3d Support for Main ForestClaw Library #311

Closed scottaiton closed 5 months ago

scottaiton commented 5 months ago

These are the changes needed in the main ForestClaw library. Most of the changes are relatively minor (like changing loops to loop over all siblings depending on the refinement dimension). This adds edge function to fclaw_patch.c and adds fclaw_edge_neighbors.c. The changes needed in fclaw_face_neighbors.c are minor, but fclaw_corner_neighbors.c needed some rework. This depends on #308.

scottaiton commented 5 months ago

updated with develop added hanging-edge corner workaround