Fast and accurate multigrid solution of Poissons equation using diagonally oriented grids
A. J. Roberts
TL;DR
The paper develops diagonally oriented multigrid hierarchies for the Poisson equation $\nabla^2u=f$, introducing 2D grids with spacings $2^{-\ abla/2}$ aligned at $45^\circ$ and a more complex 3D scheme with $2^{-\ abla/3}$ spacings across multiple intermediate grids. It replaces conventional interpolation with red-black Jacobi-based prolongation and uses simple smoothing restriction, achieving rapid convergence in a basic V-cycle; with optimized over-relaxation parameters, the method can be about twice as fast as simple conventional multigrid in 2D, and yields strong convergence in 3D as well (e.g., $\bar{\rho}\approx0.043$ on a $17^3$ grid after optimization). Second-order diagonals yield substantial speedups, while fourth-order residuals are less beneficial and may require staged approaches; the work points to the potential of W-cycles to further enhance performance on diagonal grids. Overall, the diagonal-grid multigrid framework offers a simple yet effective path to faster Poisson solvers with potential broad applicability.
Abstract
We solve Poisson's equation using new multigrid algorithms that converge rapidly. The novel feature of the 2D and 3D algorithms are the use of extra diagonal grids in the multigrid hierarchy for a much richer and effective communication between the levels of the multigrid. Numerical experiments solving Poisson's equation in the unit square and unit cube show simple versions of the proposed algorithms are up to twice as fast as correspondingly simple multigrid iterations on a conventional hierarchy of grids.
