Multigrid Poisson Solver for Complex Geometries Using Finite Difference Method
Deepak Gautam, Bhooshan Paradkar
TL;DR
The paper addresses solving Poisson/Laplace equations on complex geometries by mapping the physical domain to a uniform computational grid via a coordinate transformation, which induces a spatially varying anisotropic permittivity tensor on the grid. This enables the use of a standard, highly efficient Geometric Multigrid solver on the uniform grid, preserving second-order accuracy while avoiding expensive unstructured-mesh assembly. The authors validate the approach with analytical mappings and numerically generated grids, demonstrating second-order convergence and substantial speedups over traditional SOR, including applications to stretched grids and immersed boundaries. The technique offers a practical, scalable path to handle intricate geometries in electrostatic and flow problems, with clear avenues for extension to 3D, higher-order discretizations, and time-evolving domains.
Abstract
We present an efficient numerical method, inspired by transformation optics, for solving the Poisson equation in complex and arbitrarily shaped geometries. The approach operates by mapping the physical domain to a uniform computational domain through coordinate transformations, which can be applied either to the entire domain or selectively to specific boundaries inside the domain. This flexibility allows both homogeneous (Laplace equation) and inhomogeneous (Poisson equation) problems to be solved efficiently using iterative or fast direct solvers, with only the material parameters and source terms modified according to the transformation. The method is formulated within a finite difference framework, where the modified material properties are computed from the coordinate transformation equations, either analytically or numerically. This enables accurate treatment of arbitrary geometric shapes while retaining the simplicity of a uniform grid solver. Numerical experiments confirm that the method achieves second-order accuracy , and offers a straightforward pathway to integrate fast solvers such as multigrid methods on the uniform computational grid.
