A Comparative Study of 2D Numerical Methods with GPU Computing
Ben J. Zimmerman, Jonathan D. Regele, Bong Wie

TL;DR
This paper compares the efficiency and accuracy of various 2D numerical methods implemented on GPUs, analyzing their performance on smooth and discontinuous problems to identify optimal schemes for different scenarios.
Contribution
It provides a comprehensive GPU-based comparison of multiple high-order numerical methods for 2D simulations, highlighting their relative efficiencies and accuracies.
Findings
FV methods are faster but less accurate for smooth problems.
High-order methods achieve better accuracy at similar computational costs.
For discontinuous problems, several methods show comparable performance.
Abstract
Graphics Processing Unit (GPU) computing is becoming an alternate computing platform for numerical simulations. However, it is not clear which numerical scheme will provide the highest computational efficiency for different types of problems. To this end, numerical accuracies and computational work of several numerical methods are compared using a GPU computing implementation. The Correction Procedure via Reconstruction (CPR), Discontinuous Galerkin (DG), Nodal Discontinuous Galerkin (NDG), Spectral Difference (SD), and Finite Volume (FV) methods are investigated using various reconstruction orders. Both smooth and discontinuous cases are considered for two-dimensional simulations. For discontinuous problems, MUSCL schemes are employed with FV, while CPR, DG, NDG, and SD use slope limiting. The computation time to reach a set error criteria and total time to complete solutions are…
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 · Model Reduction and Neural Networks · Seismic Imaging and Inversion Techniques
