- Th をメッシュとするとき、
Th.nt は三角形の数 (the number of triangles)、
Th.nv は節点の数 (the number of vertices)、
Th.area は領域の面積 (area) である。
- Th(
) は
番目の節点 (
)で、その座標は
Th(
).x と Th(
).y である。
Th(
).label はその接点が領域内部にあるか (0)、
境界にあるか (0以外)、境界のどの部分にあるかを示す
(ラベルの値ということらしい)。
- Th[
] は
番目の三角形 (
)、
Th[
][
] は
番目の三角形の
番目の節点 (
)
の全体節点番号、
その節点の座標は Th[
][
].x と Th[
][
].y である。
三角形の面積は Th[
].area である。
- 点
を含む三角形の番号は Th(
,
).nuTriangle で得られる。
桂田 祐史