".ind" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(Format)
(Format)
行 14: 行 14:
   
 
indx<sub>O</sub>(i): the index of i<sub>th</sub> node. <br>
 
indx<sub>O</sub>(i): the index of i<sub>th</sub> node. <br>
indx<sub>L</sub>(N): left <br>
+
indx<sub>L</sub>(i): left <br>
indx<sub>R</sub>(N): right <br>
+
indx<sub>R</sub>(i): right <br>
indx<sub>B</sub>(N): back <br>
+
indx<sub>B</sub>(i): back <br>
indx<sub>F</sub>(N): in front of <br>
+
indx<sub>F</sub>(i): in front of <br>
indx<sub>D</sub>(N): down <br>
+
indx<sub>D</sub>(i): down <br>
indx<sub>U</sub>(N): up <br>
+
indx<sub>U</sub>(i): up <br>

於 2018年10月12日 (五) 10:55 的修訂

Format

indxO(1)   indxL(1)   indxR(1)   indxB(1)   indxF(1)   indxD(1)   indxU(1)
indxO(2)   indxL(2)   indxR(2)   indxB(2)   indxF(2)   indxD(2)   indxU(2)
   .          .          .          .          .          .          .
   .          .          .          .          .          .          .
   .          .          .          .          .          .          .
indxO(i)   indxL(i)   indxR(i)   indxB(i)   indxF(i)   indxD(i)   indxU(i)
   .          .          .          .          .          .          .
   .          .          .          .          .          .          .
   .          .          .          .          .          .          .
indxO(N)   indxL(N)   indxR(N)   indxB(N)   indxF(N)   indxD(N)   indxU(N)            // all are integers.

This outputs the indices of each nodes and the its neighbor indices.

indxO(i): the index of ith node.
indxL(i): left
indxR(i): right
indxB(i): back
indxF(i): in front of
indxD(i): down
indxU(i): up