GeoWarp: An automatically differentiable and GPU-accelerated implicit MPM framework for geomechanics based on NVIDIA Warp
Yidong Zhao, Xuan Li, Chenfanfu Jiang, Jinhyun Choo
TL;DR
GeoWarp presents a differentiable, implicit MPM framework for geomechanics built on NVIDIA Warp, enabling automatic Jacobian construction via reverse-mode AD to support Newton solvers without manual tangent derivations. A key contribution is a sparse Jacobian construction that leverages the localized particle-grid coupling in MPM, reducing the number of backward AD passes to a small, problem-size–independent count and delivering strong scalability on GPUs. The paper verifies forward and inverse capabilities across large-deformation elastoplasticity and poromechanics, demonstrating accurate constitutive response, convergence, and gradient-based inversion, with open-source release to foster reproducibility. This work enables robust, differentiable, large-scale MPM simulations in geomechanics, with potential for parameter identification, optimization, and learning-guided modeling on modern heterogeneous hardware.
Abstract
The material point method (MPM), a hybrid Lagrangian-Eulerian particle method, is increasingly used to simulate large-deformation and history-dependent behavior of geomaterials. While explicit time integration dominates current MPM implementations due to its algorithmic simplicity, such schemes are unsuitable for quasi-static and long-term processes typical in geomechanics. Implicit MPM formulations are free of these limitations but remain less adopted, largely due to the difficulty of computing the Jacobian matrix required for Newton-type solvers, especially when consistent tangent operators should be derived for complex constitutive models. In this paper, we introduce GeoWarp -- an implicit MPM framework for geomechanics built on NVIDIA Warp -- that exploits GPU parallelism and reverse-mode automatic differentiation to compute Jacobians without manual derivation. To enhance efficiency, we develop a sparse Jacobian construction algorithm that leverages the localized particle-grid interactions intrinsic to MPM. The framework is verified through forward and inverse examples in large-deformation elastoplasticity and coupled poromechanics. Results demonstrate that GeoWarp provides a robust, scalable, and extensible platform for differentiable implicit MPM simulation in computational geomechanics.
