「*.gn」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Mike留言 | 貢獻
Mike留言 | 貢獻
 
第8行: 第8行:


=='''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日 (四) 02: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).