「$SaveType」:修訂間差異
跳至導覽
跳至搜尋
已建立頁面,內容為 "=='''Format'''== $SaveType ''int'' <font color=green>// where ''int'' is an integer.</font> <font size=3> This function can change the tyoe of out..." |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 4 次修訂) | |||
| 第4行: | 第4行: | ||
<font size=3> | <font size=3> | ||
This function can change the | This function can change the type of output files. Besides text file and binary file, the program also supports special sequence format for VTK. | ||
{| class=wikitable style="text-align: | |||
|+ | |||
|- | |||
|| ''int'' || format of output files | |||
|- | |||
|| 0 || text file | |||
|- | |||
|| 1 || binary file | |||
|- | |||
|| 2 || text file for VTK | |||
|- | |||
|| 3 || binary file for VTK | |||
|} | |||
<br> | |||
The default value is 0. | The default value is 0. | ||
</font> | </font> | ||
=='''Example'''== | =='''Example'''== | ||
| 第13行: | 第27行: | ||
1 | 1 | ||
Then the program will output binary files. | |||
於 2018年10月19日 (五) 05:38 的最新修訂
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 special sequence format for VTK.
| int | format of output files |
| 0 | text file |
| 1 | binary file |
| 2 | text file for VTK |
| 3 | binary file for VTK |
The default value is 0.
Example
$SaveType 1
Then the program will output binary files.