ForestClaw / forestclaw

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

feature-p8est: add some 3D convenience functions #204

Closed cburstedde closed 2 years ago

cburstedde commented 2 years ago

These are a couple translations to 3D, notably the point search. The smooth refinement does not yet know about edges in 3D. The neighbor list functions work but still ignore edge neighbors.

Note that the point search needs an update to eliminate multiple matches on different processes since the very beginning. Addressing this will solve it for both 2D and 3D at the same time.