"*.gn" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(Format)
(Format)
行 3: 行 3:
 
''N<sub>y</sub>''
 
''N<sub>y</sub>''
 
''N<sub>z</sub>''
 
''N<sub>z</sub>''
''dt'' <font color=green>// ''Nx, Ny, Nz'' are integers, but ''dt'' is floating-point.</font>
+
''dt'' <font color=green>// ''Nx'', ''Ny'', ''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.

於 2018年10月25日 (四) 10:36 的修訂

Format

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

This file outputs the final number nodes in each direction.

Example

 101
 101
 121

It means there are 101 nodes in x and y direction, and 121 nodes in z direction.