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

VTK for Clawpack 5.0 #145

Open donnaaboise opened 5 years ago

donnaaboise commented 5 years ago

This is an easy fix but requires a way for the Clawpatch to detect whether version 4 or version 5 is being used. Probably best to set up a virtual function that returns the correct values.

cburstedde commented 2 years ago

Can the virtual function to export the data to the VTK writer not handle this, if it is made different between clawpack 4 and 5?