NANAApr 26, 2019

A parallel shared-memory implementation of a high-order accurate solution technique for variable coefficient Helmholtz problems

arXiv:1812.0716712 citations
AI Analysis

For computational scientists needing high-accuracy Helmholtz solvers, this parallel implementation makes the HPS method practical for large-scale simulations, though it is incremental as it adapts existing serial work to shared-memory parallelism.

The paper presents the first parallel shared-memory implementation of the Hierarchical Poincaré-Steklov (HPS) method for solving variable coefficient Helmholtz problems, achieving high accuracy without pollution. Performance results on a desktop computer demonstrate practical feasibility for large-scale simulations.

The recently developed Hierarchical Poincaré-Steklov (HPS) method is a high-order discretization technique that comes with a direct solver. Results from previous papers demonstrate the method's ability to solve Helmholtz problems to high accuracy without the so-called pollution effect. While the asymptotic scaling of the direct solver's computational cost is the same as the nested dissection method, serial implementations of the solution technique are not practical for large scale numerical simulations. This manuscript presents the first parallel implementation of the HPS method. Specifically, we introduce an approach for a shared memory implementation of the solution technique utilizing parallel linear algebra. This approach is the foundation for future large scale simulations on supercomputers and clusters with large memory nodes. Performance results on a desktop computer (resembling a large memory node) are presented.

Foundations

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

Your Notes