arXiv ScienceSearch

arXiv subjects

John Camier

Publications and source records attributed to John Camier.

4 recordsLinked to original sources

Implicit Lagrangian Hydrodynamics with High-Order Finite Elements

We present an implicit time integration capability for high-order curvilinear finite element Lagrangian hydrodynamics. Starting from an existing explicit formulation, the implicit treatment builds directly on the original discretization and operator structure and does not alter the underlying spatial formulation or physics model. We demonstrate our implementation using the Laghos miniapp, which is built on the MFEM finite element library. To support gradient-based nonlinear solution methods, we compute Jacobian actions automatically using MFEM's $\partial$FEM interface together with Enzyme-based automatic differentiation, and apply the resulting Jacobian in a matrix-free or fully-assembled manner within a Newton-Krylov solver. To ensure robust and differentiable nonlinear solves in the presence of shocks, we introduce a smooth artificial viscosity treatment based on smooth approximations of non-differentiable pointwise operations. The differentiable artificial viscosity presently lacks a limiter to ensure high-order scaling away from shocks, but is sufficient for illustrating the benefits of implicit Lagrangian hydrodynamics. The behavior and performance of the implicit method are demonstrated on several standard benchmark problems. We verify high-order convergence on the smooth Taylor-Green vortex in the absence of artificial viscosity, show correct strong-shock behavior on the Sedov blast problem, and obtain significant improvements in accuracy-per-time-to-solution on the Triple Point problem where explicit stability constraints become increasingly severe for high-order discretizations.

physics.comp-ph

Accelerating High-Order Finite Element Simulations at Extreme Scale with FP64 Tensor Cores

Finite element simulations play a critical role in a wide range of applications, from automotive design to tsunami modeling and computational electromagnetics. Performing these simulations efficiently at the high resolutions needed for practical applications and scientific insights necessitates the use of high-order methods and large-scale supercomputing. While much progress has been made in porting finite element codes to GPU systems in recent years, additional improvements in the efficiency and computational speed of GPU-accelerated high-order finite element simulations are in constant demand. In this paper, we demonstrate that the FP64 tensor cores on NVIDIA GPUs can be used to further accelerate such simulations, achieving significant speedups in key kernels of MFEM, a scalable open-source finite element library widely used in HPC applications. By integrating FP64 tensor cores with kernel fusion optimizations, we were able to achieve up to 2$\times$ performance gains and up to 83% energy efficiency gains on NVIDIA's Grace Hopper GH200 and Grace Blackwell GB200 architectures. To the best of our knowledge, this is the first time that FP64 tensor cores have been directly programmed to accelerate large-scale finite element scientific computing applications. We demonstrate the performance of the optimized kernels at exascale by showing near-perfect weak scaling efficiency and 90% strong scaling efficiency across nearly 10,000 GPUs on the Alps system. The new algorithms and MFEM enhancements directly benefit complex production codes, including the 2025 Gordon Bell Prize-winning application for real-time tsunami forecasting.

cs.DC

Real-time Bayesian inference at extreme scale: A digital twin for tsunami early warning applied to the Cascadia subduction zone

We present a Bayesian inversion-based digital twin that employs acoustic pressure data from seafloor sensors, along with 3D coupled acoustic-gravity wave equations, to infer earthquake-induced spatiotemporal seafloor motion in real time and forecast tsunami propagation toward coastlines for early warning with quantified uncertainties. Our target is the Cascadia subduction zone, with one billion parameters. Computing the posterior mean alone would require 50 years on a 512 GPU machine. Instead, exploiting the shift invariance of the parameter-to-observable map and devising novel parallel algorithms, we induce a fast offline-online decomposition. The offline component requires just one adjoint wave propagation per sensor; using MFEM, we scale this part of the computation to the full El Capitan system (43,520 GPUs) with 92% weak parallel efficiency. Moreover, given real-time data, the online component exactly solves the Bayesian inverse and forecasting problems in 0.2 seconds on a modest GPU system, a ten-billion-fold speedup.

cs.DC

High-performance finite elements with MFEM

The MFEM (Modular Finite Element Methods) library is a high-performance C++ library for finite element discretizations. MFEM supports numerous types of finite element methods and is the discretization engine powering many computational physics and engineering applications across a number of domains. This paper describes some of the recent research and development in MFEM, focusing on performance portability across leadership-class supercomputing facilities, including exascale supercomputers, as well as new capabilities and functionality, enabling a wider range of applications. Much of this work was undertaken as part of the Department of Energy's Exascale Computing Project (ECP) in collaboration with the Center for Efficient Exascale Discretizations (CEED).

cs.MS