VTK output options
Closed this issue · 1 comments
donnaaboise commented
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 :
-
Remove the VTK debugging code and change
vtkout
to a simple boolean option, or -
Introduce a
vtkout_debug
option, which takes values 0,1,2, and convertvtkout
to a simple boolean?
donnaaboise commented
Original comment by Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise):
We removed the "vtk_debug" option from fclaw2d_initialize and fclaw2d_partition.