"*.tri" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*.tri file is mesh definition file. For the finite element method, the mesh structure is constructed by triangular mesh. Usually there is only 1 tri file for differe...")
 
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 10: 行 10:
   
   
For example: If we have total N elelments <br>
+
For example: If we have total 32 elelments and 25 nodes as shown in figures <br>
1 2 1233
+
1 6 7
2 1233 1234
+
1 7 2
3 1234 4
+
2 7 8
3 1234 1235
+
2 8 3
  +
3 8 9
  +
3 9 4
  +
4 9 10
  +
4 40 5
 
...
 
...
...
 
 
...
 
...
 
...
  +
18 23 24
  +
18 24 19
  +
19 24 25
  +
19 25 20
  +
  +
  +
[[檔案:2dmeshdef.png]]

於 2017年8月27日 (日) 20:56 的最新修訂

  • .tri file is mesh definition file. For the finite element method, the mesh structure is constructed by triangular mesh. Usually there is only 1 tri file for different bias. The format is
Node1 node2 node3    ->element 1
Nodexx1 nodexx2 nodexx3    ->element 2
...
...
...
...
Nodexx1 nodexx2 nodexx3    ->element N


For example: If we have total 32 elelments and 25 nodes as shown in figures

1 6 7 
1 7 2 
2 7 8
2 8 3 
3 8 9 
3 9 4
4 9 10
4 40 5
...
...
...
18 23 24 
18 24 19 
19 24 25
19 25 20 


2dmeshdef.png