MeshGraphNet-Transformer: Scalable Mesh-based Learned Simulation for Solid Mechanics
Mikel M. Iparraguirre, Iciar Alfaro, David Gonzalez, Elias Cueto
TL;DR
MeshGraphNet-Transformer (MGN-T) addresses the under-reaching bottleneck of traditional MeshGraphNets by introducing a physics-attention Transformer that updates all nodal states globally, while preserving a mesh-based representation. The architecture blends local MPNN blocks (pre-processor and refinement) with a global, token-based Transformer that models long-range interactions via eidetic state tokens, enabling accurate simulations on high-resolution industrial meshes with varying geometries and boundary conditions. Empirical results on pi-beam impact dynamics and deforming-plate benchmarks show that MGN-T outperforms standard MGN and remains competitive with state-of-the-art, using far fewer parameters and without hierarchical coarsening. The approach demonstrates scalable, end-to-end trainable surrogates for complex solid-mechanics phenomena, including self-contact and plasticity, with practical computational efficiency on modern GPUs.
Abstract
We present MeshGraphNet-Transformer (MGN-T), a novel architecture that combines the global modeling capabilities of Transformers with the geometric inductive bias of MeshGraphNets, while preserving a mesh-based graph representation. MGN-T overcomes a key limitation of standard MGN, the inefficient long-range information propagation caused by iterative message passing on large, high-resolution meshes. A physics-attention Transformer serves as a global processor, updating all nodal states simultaneously while explicitly retaining node and edge attributes. By directly capturing long-range physical interactions, MGN-T eliminates the need for deep message-passing stacks or hierarchical, coarsened meshes, enabling efficient learning on high-resolution meshes with varying geometries, topologies, and boundary conditions at an industrial scale. We demonstrate that MGN-T successfully handles industrial-scale meshes for impact dynamics, a setting in which standard MGN fails due message-passing under-reaching. The method accurately models self-contact, plasticity, and multivariate outputs, including internal, phenomenological plastic variables. Moreover, MGN-T outperforms state-of-the-art approaches on classical benchmarks, achieving higher accuracy while maintaining practical efficiency, using only a fraction of the parameters required by competing baselines.
