セル重心計算がうまく行っているかをテストする。 具体的には、重心をテトラの内外判定にかけている。
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(FlowFieldUnstructuredGrid) | :: | grid | ||||
real, | allocatable | :: | centers(:,:) | |||
real, | allocatable | :: | vertices(:,:) | |||
real | :: | center(3) | ||||
integer | :: | i | ||||
integer | :: | imax | ||||
integer | :: | n |