-
We build all of our dependencies via external projects. We also build Metis (currently 5.1) including GKlib. We configure ginkgo with We can reorder the FEM-system ourselves via Metis before giving it to ginkgo. Is it worth that I try to squeeze our Metis into ginkgo or doesn't it matter as we reorder manually? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you are re-ordering the matrix before passing it to Ginkgo, then I think it should not matter. I believe we don't have any solvers/preconditioners which implicitly re-order the input data (A, b, x). |
Beta Was this translation helpful? Give feedback.
If you are re-ordering the matrix before passing it to Ginkgo, then I think it should not matter. I believe we don't have any solvers/preconditioners which implicitly re-order the input data (A, b, x).