A scalable high-order multigrid-FFT Poisson solver for unbounded domains on adaptive multiresolution grids
Gilles Poncelet, Jonathan Lambrechts, Thomas Gillis, Philippe Chatelain
TL;DR
This work presents a scalable Poisson solver for unbounded domains implemented on adaptive multiresolution grids by coupling a multigrid V-cycle with a FFT-based coarse-grid solver. It achieves high-order accuracy using compact Mehrstellen stencils and ensures compatibility between lattice Green's functions and the discrete operator to handle unbounded directions. Validation on periodic and unbounded domains demonstrates both accuracy and scalability, with strong weak scaling observed on European HPC platforms. The approach enables efficient resolution of multi-scale Poisson problems common in CFD and electromagnetism, while maintaining load balance through a coarse-grid direct solve. Future work includes relaxing refinement constraints and porting to heterogeneous CPU-GPU architectures.
Abstract
Multigrid solvers are among the most efficient methods for solving the Poisson equation, which is ubiquitous in computational physics. For example, in the context of incompressible flows, it is typically the costliest operation. The present document expounds upon the implementation of a flexible multigrid solver that is capable of handling any type of boundary conditions within murphy, a multiresolution framework for solving partial differential equations (PDEs) on collocated adaptive grids. The utilization of a Fourier-based direct solver facilitates the attainment of flexibility and enhanced performance by accommodating any combination of unbounded and semi-unbounded boundary conditions. The employment of high-order compact stencils contributes to the reduction of communication demands while concurrently enhancing the accuracy of the system. The resulting solver is validated against analytical solutions for periodic and unbounded domains. In conclusion, the solver has been demonstrated to demonstrate scalability to 16,384 cores within the context of leading European high-performance computing infrastructures.
