$SaveType
Format
$SaveType int // where int is an integer.
This function can change the type of output files. Besides text file and binary file, the program also supports VTK format.
| int | format of output files |
| 0 | text file |
| 1 | binary file |
| 2 | text file in VTK format |
| 3 | binary file in VTK format |
The default value is 0.
Example
$SaveType 1
Then the program will output binary files.