「$OutputName」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
|||
| 第4行: | 第4行: | ||
<font size=3> | <font size=3> | ||
This function tells what the output name should be | This function tells what the output name should be. | ||
</font> | </font> | ||
=='''Example'''== | =='''Example'''== | ||
於 2018年8月27日 (一) 02:22 的修訂
Format
$OutputName name // name is a string.
This function tells what the output name should be.
Example
$OutputName test
All the first few words of output files name are test_, such as test_field-coefficients.set, test_Ex_10000.dat and so on.
$OutputName
If you do not give a name, the name of output files will like these field-coefficients.set, Ex_10000.dat and so on.