Towards Universal Mesh Movement Networks
Mingrui Zhang, Chunyang Wang, Stephan Kramer, Joseph G. Wallwork, Siyi Li, Jiancheng Liu, Xiang Chen, Matthew D. Piggott
TL;DR
The paper tackles the challenge of delivering accurate, efficient mesh movement for PDE solvers across varying equations and geometries without retraining. It introduces UM2N, a two-stage graph-based architecture (Graph Transformer encoder and Graph Attention Network decoder) trained on a PDE-independent dataset, with an element-volume loss to prevent inverted elements. By decoupling movement from the underlying PDE through Monge-Ampère-based supervision and employing a PDE-agnostic monitor function, UM2N achieves zero-shot generalization and strong performance on advection, Navier–Stokes, and tsunami simulations, often matching or exceeding traditional MA methods while being far faster. The work demonstrates robustness to complex boundaries, highlights failure modes in extreme geometries, and provides thorough ablations to justify architectural and loss choices, offering a practical, scalable path toward universal mesh adaptation in scientific computing.
Abstract
Solving complex Partial Differential Equations (PDEs) accurately and efficiently is an essential and challenging problem in all scientific and engineering disciplines. Mesh movement methods provide the capability to improve the accuracy of the numerical solution without increasing the overall mesh degree of freedom count. Conventional sophisticated mesh movement methods are extremely expensive and struggle to handle scenarios with complex boundary geometries. However, existing learning-based methods require re-training from scratch given a different PDE type or boundary geometry, which limits their applicability, and also often suffer from robustness issues in the form of inverted elements. In this paper, we introduce the Universal Mesh Movement Network (UM2N), which -- once trained -- can be applied in a non-intrusive, zero-shot manner to move meshes with different size distributions and structures, for solvers applicable to different PDE types and boundary geometries. UM2N consists of a Graph Transformer (GT) encoder for extracting features and a Graph Attention Network (GAT) based decoder for moving the mesh. We evaluate our method on advection and Navier-Stokes based examples, as well as a real-world tsunami simulation case. Our method outperforms existing learning-based mesh movement methods in terms of the benchmarks described above. In comparison to the conventional sophisticated Monge-Ampère PDE-solver based method, our approach not only significantly accelerates mesh movement, but also proves effective in scenarios where the conventional method fails. Our project page is at https://erizmr.github.io/UM2N/.
