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

Change storage of options and vtables #344

Closed scottaiton closed 2 months ago

scottaiton commented 2 months ago

Currently, when storing vtables and options in glob, there are asserts that check that these functions are only be called once. There are some specific applications where these functions need to be called twice, so these asserts have been removed.