AGIPC: Adaptive In-Solve Algebraic Coarsening for GPU IPC
Xuan Wang, Zhaofeng Luo, Minchen Li, Taku Komura, Kemeng Huang

TL;DR
This paper introduces a GPU-oriented algebraic adaptive in-solve coarsening method for implicit time integration, reducing computational cost without topological changes, achieving up to 3x speedup.
Contribution
It presents a novel algebraic coarsening technique that dynamically reduces degrees of freedom during Newton solves on GPUs without explicit remeshing.
Findings
Up to 3x speedup over existing GPU IPC solvers.
Produces visually indistinguishable results from traditional methods.
Seamless integration with IPC's barrier energy and GPU parallelism.
Abstract
Implicit time integration is key to robustly simulating stiff materials and large deformations, but its performance is often dominated by repeatedly solving large linear systems. Adaptive coarsening can reduce this cost by concentrating degrees of freedom (DoF) to where it is most needed, yet conventional explicit remeshing changes connectivity (and often vertex ordering), complicating parallel implementations, harming memory locality, and sometimes being disallowed when it may introduce local geometry intersections. Adaptive subspace approaches avoid topological changes, but basis construction and updates incur irregular data access patterns and typically produce dense system matrices, limiting GPU efficiency and keeping many practical systems CPU-centric. We present algebraic adaptive in-solve coarsening, a GPU-oriented method that dynamically reduces DoF within the Newton solve of…
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.
