Open ktbolt opened 3 years ago
The -nonbinary
option description is Read/Write files in ASCII format
so the crash occurs because svpost
is trying to read simulation results in ASCII format.
It seems that the -nonbinary
option is not used to write VTK ASCII files as I thought it might.
I'm not sure how useful this option is since results must be in ASCII to write results in ASCII. It would be nice to write results to VTK ASCII files.
The
svpost
program has a-nonbinary
option to convert results to VTK ASCII format. However, using this option causessvpost
to crash withThe
-vis
option does work, converts results to Spectrum Visualizer (!) ASCII results.And I can only wonder why the
-nonbinary
option is not named-ascii
.