非構造要素モジュール 非構造格子のベースとなる構造体を定義している
節点構造体(ただの座標配列)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real, | public | :: | coordinate(3) |
セル構造体(節点のID配列)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | nodeID(:) |
節点群の座標の最大最小を返す
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(node_t), | intent(in) | :: | node(:) |