Iterative Linear Solvers on GPUs#
Natalia Tylek — TU Wien
NGSolve User Meeting 2026, Winterthur
This presentation: two model problems demonstrating the use of CUDA Graph solvers
Problem |
Solver |
Status |
|
|---|---|---|---|
Part 1 |
Poisson (symmetric SPD) |
|
available in pre-release |
Part 2 |
Convection (non-symmetric) |
|
(not) available in pre-release |
Thesis context: both solvers are needed in the IPCS Navier–Stokes timestepper
NS component |
Symmetric |
Solver |
GPU solver |
|---|---|---|---|
Convection |
No |
TFQMR |
|
Viscous / mass |
Yes (SPD) |
CG + preconditioner |
|
Pressure proj. |
Yes (SPD) |
CG + preconditioner |
|
GPU Implementations and CUDA Graph Acceleration of Krylov Solvers for Incompressible Navier–Stokes in NGSolve
How to use#
Local GPU —
pip install ngsolve, then open the tutorial notebookHPC cluster — see Getting Started for build and job submission