cs.LGJun 6, 2026

Mesh Graph Neural Network Framework for Accelerating Finite Element Simulation for Arbitrary Geometries

Authors: Josiah D. KunzKamal Choudhary

Organizations: Illinois College, Jacksonville, IL, USA · Department of Materials Science and Engineering, Whiting School of Engineering, The Johns Hopkins University, Baltimore, MD 21218, USA

Abstract

Finite element analysis (FEA) is essential for structural design but remains computationally expensive, particularly when evaluating multiple design iterations or load scenarios. Machine learning surrogate models offer a promising alternative, yet most approaches struggle with a critical limitation: generalizing across varying geometries. This work presents a mesh graph network (MGN) for predicting von Mises stress fields in 2D structural components with arbitrary hole geometries. Unlike traditional machine learning approaches that use absolute node coordinates as features, the proposed model builds on existing MGN frameworks that encode node types (e.g., fixed boundary, free surface, hole edge), relative edge features (distance between neighbors), and global features (applied load). This architecture is inherently translation- and rotation-invariant, enabling generalization to unseen geometries without retraining. The MGN was trained on 11 plate geometries under 20 load conditions and evaluated on 7 unseen geometries and 3 unseen loads. In the most favorable case, the model achieves R20.97R^2 \geq 0.97 on an unseen geometry and unseen load, compared to R20.01R^2 \approx 0.01--0.860.86 for conventional models (Random Forest, Gradient Boosting , K-Nearest Neighbors) trained on identical data. However, even in less favorable cases, the MGN model still outperforms conventional models. This work extends the mesh-based simulation framework of Pfaff et al. (arXiv:2010.03409) to structural mechanics, demonstrating that graph neural networks can serve as efficient surrogates for finite element analysis across varying geometries.

Explore similar work

CardsList
  1. DeepFEAv2: Deep Learning for Transient Finite Element Analysis Beyond Structured Meshes

    Sep 22, 2026Georgios Triantafyllou, Panagiotis G. Kalozoumis, Dimitris K. IakovidisFinite Element MethodSurrogate Models