いわて駐在研究日誌

OpenCAE、電子工作、R/C等、徒然なるままに

2011-08-03から1日間の記事一覧

改良コードの計算時間の内訳

+ [0:geometry] viewfactor preparation completed: total cpu = 1812.060 + + [1:isfaced] viewfactor preparation completed: total cpu = 16.15417 + Max. surface mesh edge length: 0.1216534522120750 Now searching obstacle mesh ... + [2:isfinishe…

オリジナルコードの計算時間の内訳

+ [0:geometry] viewfactor preparation completed: total cpu = 1891.191 + + [1:isfaced] viewfactor preparation completed: total cpu = 35.65332 + Max. surface mesh edge length: 0.1216534522120750 + [2:isfinished/isobstacle] viewfactor prepara…

各ポイントの改良

0:Geometry Do nothing 1:isfaced メッシュ同士の対向判定関数の呼び出しを1回に削減 2:isobstacle メッシュ間の障害物存在判定を、半分のメッシュIDのみに変更(結果は対称行例になるので) 障害物となっているメッシュ探索対称を、バウンディングボック…

VF計算(その2)

CUDA化する前にアルゴリズム的に見直してみる。