"*.XX.ps" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(Format)
(format for VTK:)
行 14: 行 14:
   
 
where ''N'' is the number of nodes.<br><br>
 
where ''N'' is the number of nodes.<br><br>
===format for VTK:===
+
===Format for VTK:===
 
x<sub>1</sub>
 
x<sub>1</sub>
 
.
 
.

於 2018年10月19日 (五) 13:39 的修訂

Format

Normal format:

 x1    y1    z1
 x2    y2    z2
 x3    y3    z3
 .     .     .
 .     .     .
 .     .     .
 xi    yi    zi
 .     .     .
 .     .     .
 .     .     .
 xN    yN    zN

where N is the number of nodes.

Format for VTK:

 x1
 .
 .
 .
 xi
 .
 .
 .
 xNx
 y1
 .
 .
 .
 yi
 .
 .
 .
 yNy
 z1
 .
 .
 .
 zi
 .
 .
 .
 zNz

where Nx, Ny, and Nz are the number of nodes in x, y, and z directions.