Closed kawasin73 closed 5 years ago
analyze_cputime.m
https://github.com/kawasin73/todai-ryoiki/commit/560bca6be18907b7449812c97fe21ada7d4acd63
$ octave analyze_cputime.m
warning: function ./pcg.m shadows a core library function
bc =
-15.1757
1.4380
be =
-3.58191
0.76443
expectedDOF = 29907610.06476
expectedTime = 14425.02798
これによると、PCG with EBE
が CG 法
よりも速く収束するのは、DOF が 2.9E7
程度のスケールの時である。
時間は約4時間ほどである。
The Finite Element Method ~ Linear Static and Dynamic Finite Element Analysis の
p 484
にあるMethod 2
を実装して調査するステップ
その他