GridGeneratorDefinition

格子生成プログラムの定義情報を保持します。

リスト 137 GridGeneratorDefinition の定義例
 1<GridGeneratorDefinition
 2  name="samplecreator"
 3  caption="Sample Grid Creator"
 4  version="1.0"
 5  copyright="Example Company"
 6  executable="generator.exe"
 7  gridtype="structured2d"
 8>
 9  <GridGeneratingCondition>
10    <Tab name="basic" caption="Basic Setting">
11
12      (略)
13
14    </Tab>
15  </GridGeneratingCondition>
16</GridGeneratorDefinition>

属性

表 34 GridGeneratorDefinition の属性

名前

必須

説明

name

文字列

格子生成プログラムの識別名 (英数字のみ)

caption

文字列

格子生成プログラムの名前 (任意の文字を利用可能)

version

文字列

バージョン番号。\"1.0\", \"1.3.2\" などの型式で

copyright

文字列

著作権者の名前。基本的に英語で記述

release

文字列

リリース日。\"2010.01.01\" などの型式で

homepage

文字列

格子生成プログラム情報を示す Web ページの URL

executable

文字列

実行プログラムのファイル名 (例: GridGen.exe)

gridtype

下の表を参照

生成する格子の種類

表 35 gridType の値

意味

structured2d

2次元構造格子

unstructured2d

2次元非構造格子

子要素

表 36 GridGeneratingCondition の子要素

名前

必須

説明

GridGeneratingCondition

格子生成条件

ErrorCodes

エラーコードのリスト