"$GmshTag" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "=='''Format'''== $GmshTag ''N type'' ''tag<sub>1</sub>'' ''tag<sub>2</sub>'' '' .'' '' .'' '' .'' ''tag<sub>N</sub>'' <font color=green>...")
(無差異)

於 2019年7月30日 (二) 17:03 的修訂

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