NANAMar 13, 2017

Sparse Hierarchical Solvers with Guaranteed Convergence

Stanford
arXiv:1611.0318915 citationsh-index: 44
Originality Incremental advance
AI Analysis

For computational scientists solving large sparse linear systems, this provides a more robust direct-like solver without quadratic complexity.

The paper proposes a novel hierarchical solver for sparse linear systems from discretized PDEs that improves robustness to condition number while retaining linear cost and memory, achieving guaranteed convergence.

Solving sparse linear systems from discretized PDEs is challenging. Direct solvers have in many cases quadratic complexity (depending on geometry), while iterative solvers require problem dependent preconditioners to be robust and efficient. Approximate factorization preconditioners, such as incomplete LU factorization, provide cheap approximations to the system matrix. However, even a highly accurate preconditioner may have deteriorating performance when the condition number of the system matrix increases. By increasing the accuracy on low-frequency errors, we propose a novel hierarchical solver with improved robustness with respect to the condition number of the linear system. This solver retains the linear computational cost and memory footprint of the original algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes