$GmshTag

出自 DDCC TCAD TOOL Manual
於 2019年7月30日 (二) 17:03 由 Mike (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "=='''Format'''== $GmshTag ''N type'' ''tag<sub>1</sub>'' ''tag<sub>2</sub>'' '' .'' '' .'' '' .'' ''tag<sub>N</sub>'' <font color=green>...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

Format

$GmshTag
 N    type
 tag1
 tag2
  .
  .
  .
 tagN            // All are integers.

This function defines how many objects you want to use from the Gmsh file and what their indices are.


N: the number of tag you want to define.
type: 1 means the program will read the tag of the physical entity, and 2 means the program will read the tag of the elementary model entity.
tagi : the index of i-th tag.

Example

$GmshTag
 2  2
 4
 1

Related commands

$UseGmsh, $GmshTag