hidden text to trigger early load of fonts ПродукцияПродукцияПродукцияПродукция Các sản phẩmCác sản phẩmCác sản phẩmCác sản phẩm المنتجاتالمنتجاتالمنتجاتالمنتجات מוצריםמוצריםמוצריםמוצרים
Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7176 讨论

PARDISO on multiple systems with the same sparsity pattern

styc
初学者
323 次查看

I need to use PARDISO on multiple (millions) structurally-symmetric systems with the same sparsity pattern. These systems are relatively small (only a few hundred unknowns per system) but tend to be wildly different in conditioning. I use the default parameters (and mtype=11 because mtype=1 gives bad results) and solve the systems with a single phase=11 run and multiple phase=23 runs. I want to know if the same nonsymmetric permutation and scaling matrices are used for all systems and, if that is the case, whether that will has any impact on numerical accuracy.

0 项奖励
1 回复
Alexander_K_Intel2
323 次查看
Hi,
Nonsymmetric permutation and scaling matrices are calculated during reordering step of PARDISO, so it's strongly recommended to calculate it for each stiffness matrix independently.
With best regards,
Alexander Kalinkin
0 项奖励
回复