"*.gn" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "=='''Format'''== ''N<sub>x</sub>'' ''N<sub>y</sub>'' ''N<sub>z</sub>'' <font color=green>// all are integers.</font> This file outputs the final nu...")
 
(Example)
 
(未顯示同一使用者於中間所作的 3 次修訂)
行 2: 行 2:
 
''N<sub>x</sub>''
 
''N<sub>x</sub>''
 
''N<sub>y</sub>''
 
''N<sub>y</sub>''
''N<sub>z</sub>'' <font color=green>// all are integers.</font>
 
  +
''N<sub>z</sub>''
 
''dt'' <font color=green>// ''Nx'', ''Ny'', and ''Nz'' are integers, but ''dt'' is floating-point.</font>
   
 
This file outputs the final number nodes in each direction.
 
This file outputs the final number nodes in each direction.
 
   
 
=='''Example'''==
 
=='''Example'''==
101
+
101
101
+
101
121
+
121
+
1.00000E-14
It means there are 101 nodes in ''x'' and ''y'' direction, and 121 nodes in ''z'' direction.
+
It means there are 101 nodes in ''x'' and ''y'' direction, and 121 nodes in ''z'' direction, and ''dt'' is 1e-14 (s).

於 2018年10月25日 (四) 10:38 的最新修訂

Format

 Nx
 Ny
 Nz
 dt            // Nx, Ny, and Nz are integers, but dt is floating-point.

This file outputs the final number nodes in each direction.

Example

         101
         101
         121
 1.00000E-14

It means there are 101 nodes in x and y direction, and 121 nodes in z direction, and dt is 1e-14 (s).