Skip to content

Tutorial 7: Optimize: Using a Preconditioner

Goran Flegar edited this page May 4, 2018 · 2 revisions

Previous: Optimize: More Suitable Matrix Formats; Next: Optimize: Using GPUs

Objectives

After changing the matrix format and significantly increasing the performance of each iteration of your solver, in this tutorial we will try to decrease the number of iterations our solver needs to converge by using a preconditioner. You will learn about gko::preconditioner::BlockJacobi, gko::pattern::BlockIdentification and gko::pattern::SupervariableAgglomeration, as well as their respective factories.

Previous: Optimize: More Suitable Matrix Formats; Next: Optimize: Using GPUs

Clone this wiki locally