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.
7174 Discussions

PARDISO on multiple systems with the same sparsity pattern

styc
Débutant
320 Visites

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 Compliments
1 Répondre
Alexander_K_Intel2
320 Visites
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 Compliments
Répondre