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

Feature VTKHDF output #327

Closed scottaiton closed 3 months ago

scottaiton commented 3 months ago

Adds VTKHDF output that is equivalent to the current vtu output. This is an optional feature defaults to off (-hdf=off in CMake), so this should not affect anything.

cburstedde commented 3 months ago

Cool. How hard would it be to make the configuration available with autotools? I'd like to avoid feature divergence between the build systems as much as possible.

scottaiton commented 3 months ago

Autotools support has been added.