An adaptive finite element multigrid solver using GPU acceleration
Manuel Liebchen, Robert Jendersie, Utku Kaya, Christian Lessig, Thomas Richter

TL;DR
This paper presents a GPU-accelerated adaptive finite element multigrid solver that significantly speeds up complex PDE simulations, achieving up to 20 times faster performance than CPU-based methods.
Contribution
It introduces a method to efficiently integrate GPU acceleration into existing finite element software using linear algebra, with minimal code changes.
Findings
Achieved up to 20X speedup over CPU implementations.
Successfully applied to transport-diffusion, elasticity, and Navier-Stokes equations.
Demonstrated effective GPU utilization with minimal code modifications.
Abstract
Adaptive finite elements combined with geometric multigrid solvers are one of the most efficient numerical methods for problems such as the instationary Navier-Stokes equations. Yet despite their efficiency, computations remain expensive and the simulation of, for example, complex flow problems can take many hours or days. GPUs provide an interesting avenue to speed up the calculations due to their very large theoretical performance. However, the large degree of parallelism and non-standard API make the use of GPUs in scientific computing challenging. In this work, we develop a GPU acceleration for the adaptive finite element library Gascoigne and study its effectiveness for different systems of partial differential equations. Our goal is thereby to integrate the GPU acceleration into the existing code with minimal changes, even when this requires a penalty in the GPU acceleration.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Numerical Methods in Computational Mathematics · Contact Mechanics and Variational Inequalities · Soil, Finite Element Methods
