General Field Evaluation in High-Order Meshes on GPUs
Ketan Mittal, Aditya Parik, Som Dutta, Paul Fischer, Tzanio Kolev,, James Lottes

TL;DR
This paper introduces a robust, scalable method for evaluating fields in high-order meshes on GPUs, enabling efficient point location and coordinate computation for complex finite element analyses.
Contribution
It presents a novel combination of global and local mapping techniques with Newton's method for efficient point evaluation in high-order meshes on GPUs.
Findings
Achieves robust point location in large-scale high-order meshes.
Demonstrates efficient GPU implementation with specialized kernels.
Enables applications like mesh transfer and particle tracking.
Abstract
Robust and scalable function evaluation at any arbitrary point in the finite/spectral element mesh is required for querying the partial differential equation solution at points of interest, comparison of solution between different meshes, and Lagrangian particle tracking. This is a challenging problem, particularly for high-order unstructured meshes partitioned in parallel with MPI, as it requires identifying the element that overlaps a given point and computing the corresponding reference space coordinates. We present a robust and efficient technique for general field evaluation in large-scale high-order meshes with quadrilaterals and hexahedra. In the proposed method, a combination of globally partitioned and processor-local maps are used to first determine a list of candidate MPI ranks, and then locally candidate elements that could contain a given point. Next, element-wise bounding…
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
TopicsFluid Dynamics Simulations and Interactions · Lattice Boltzmann Simulation Studies · Surface Modification and Superhydrophobicity
