An optimal complexity spectral solver for the Poisson equation
Ouyuan Qin
TL;DR
This work develops a unified, spectrally accurate Poisson solver on a square by marrying the ultraspherical spectral method with alternating direction implicit iterations. By deriving sharp spectrum bounds and employing Zolotarev-optimal shifts, the authors prove that a fixed number of ADI iterations suffices for sufficiently smooth solutions, yielding true $O(n^2)$ complexity. The method accommodates Neumann/Robin and separable coefficients, supports fourth-order and nonhomogeneous boundary conditions, and enables low-rank acceleration when the right-hand side is compressible. Numerical experiments show the solver handles millions of unknowns rapidly and outperforms competing approaches, with practical impact for high-accuracy PDE simulations and potential extensions to broader elliptic problems.
Abstract
We propose a spectral solver for the Poisson equation on a square domain, achieving optimal complexity through the ultraspherical spectral method and the alternating direction implicit (ADI) method. Compared with the state-of-the-art spectral solver for the Poisson equation \cite{for}, our method not only eliminates the need for conversions between Chebyshev and Legendre bases but also is applicable to more general boundary conditions while maintaining spectral accuracy. We prove that, for solutions with sufficient smoothness, a fixed number of ADI iterations suffices to meet a specified tolerance, yielding an optimal complexity of $\mathcal{O}(n^2)$. The solver can also be extended to other equations as long as they can be split into two one-dimensional operators with nearly real and disjoint spectra. Numerical experiments demonstrate that our algorithm can resolve solutions with millions of unknowns in under a minute, with significant speedups when leveraging low-rank approximations.
