get_cell_data_from_cellvertices Subroutine

public subroutine get_cell_data_from_cellvertices(cell_data, cell2vertices, point_data)

各セル毎の頂点配列に関連する節点中心データからセル中心データを構築する. 値はセルを構成する節点データの算術平均として計算する.

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: cell_data(:)

出力されるセル中心データ.

integer, intent(in) :: cell2vertices(:,:)

頂点配列.

integer, intent(in) :: point_data(:)

任意の節点データ.


Contents