-
Notifications
You must be signed in to change notification settings - Fork 90
Tutorial 13: Customize: Preconditioners
Goran Flegar edited this page May 4, 2018
·
2 revisions
Previous: Customize: Solvers; Top: Building a 2D Poisson Solver
Welcome to the last tutorial of this series! This final advanced session will show you how to create a custom version of the block-Jacobi preconditioner, which exploits the special structure of your matrix for huge memory and performance savings.
Previous: Customize: Solvers; Top: Building a 2D Poisson Solver
Tutorial: Building a Poisson Solver
- Getting Started
- Implement: Matrices
- Implement: Solvers
- Optimize: Measuring Performance
- Optimize: Monitoring Progress
- Optimize: More Suitable Matrix Formats
- Optimize: Using a Preconditioner
- Optimize: Using GPUs
- Customize: Loggers
- Customize: Stopping Criterions
- Customize: Matrix Formats
- Customize: Solvers
- Customize: Preconditioners