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

Remove remaining uses conn_map constructor #285

Closed scottaiton closed 8 months ago

scottaiton commented 8 months ago

This removes the remaining usage of the conn_map constructors.

With relation to issue #276 , it should be safe to remove the conn_map constructor. For the examples that aren't compiled, we'll just update them when/if we want to use them.

donnaaboise commented 8 months ago

Can the context mapping now be completely removed from any ForestClaw code?