"$OutputStep" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "<font size=5>'''Format'''</font> $OutputStep ''int'' <font color=green>// where ''int'' is an integer.</font> <font size=3>When the running step '...")
 
行 1: 行 1:
<font size=5>'''Format'''</font>
+
=='''Format'''==
 
$OutputStep
 
$OutputStep
 
''int'' <font color=green>// where ''int'' is an integer.</font>
 
''int'' <font color=green>// where ''int'' is an integer.</font>
行 6: 行 6:
   
   
<font size=5>'''Example'''</font>
+
=='''Example'''==
 
$TimeStep
 
$TimeStep
 
500
 
500

於 2018年7月11日 (三) 13:56 的修訂

Format

$OutputStep
 int                // where int is an integer.

When the running step n is the multiple of int, the program outputs the results at this step.


Example

$TimeStep
 500

$OutputStep
 100

Then the program is going to output the results at 100, 200, 300, 400, and 500 step.