[examples] Add convenience utility for FastAMG preconditioner and use it in Poisson example
- Jan 22, 2025
-
-
Carsten Gräser authored
* The way the `FastAMG` preconditioner is set up only works in 2.10. * Using non-blocked matrices only works in master (>2.10) which is now tested as >=2.11, because in the 2.10 CI job, checking fo >2.10 succeeds.
-
Carsten Gräser authored
-
Carsten Gräser authored
* Use logger to unify messages. * Fix matrix and vector types (no nesting since we have flat indices). * Use AMG instead of ILDL preconditioner if available.
-
Carsten Gräser authored
-