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 output options #113

Closed donnaaboise closed 7 years ago

donnaaboise commented 7 years ago

Originally reported by: Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise)


I'd like to have a vtkout option that is true/false. Currently, it takes values 0,1,2 ( with 2 the value the produces the output when outputting a frame).

Can we :

  1. Remove the VTK debugging code and change vtkout to a simple boolean option, or

  2. Introduce a vtkout_debug option, which takes values 0,1,2, and convert vtkout to a simple boolean?


donnaaboise commented 7 years ago

Original comment by Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise):


We removed the "vtk_debug" option from fclaw2d_initialize and fclaw2d_partition.