各セル毎の頂点配列に関連する節点中心データからセル中心データを構築する. 値はセルを構成する節点データの算術平均として計算する.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | cell_data(:) |
出力されるセル中心データ. |
||
integer, | intent(in) | :: | cell2vertices(:,:) |
頂点配列. |
||
integer, | intent(in) | :: | point_data(:) |
任意の節点データ. |