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

· Source: Machine Learning · Field: Science & Research — Artificial Intelligence & Machine Learning, Engineering & Applied Sciences · Depth: Expert, quick

Summary

A new Mesh Graph Neural Network (MGN) framework is presented to accelerate Finite Element Analysis (FEA) for 2D structural components featuring arbitrary hole geometries. This approach addresses the computational expense of FEA and the generalization limitations of traditional machine learning surrogate models across varying geometries. The MGN encodes node types (e.g., fixed boundary, free surface, hole edge), relative edge features (distance between neighbors), and global features (applied load), making it inherently translation- and rotation-invariant. This design enables generalization to unseen geometries without requiring retraining. The model was trained on 11 plate geometries under 20 load conditions and evaluated on 7 unseen geometries and 3 unseen loads. It achieved an R^2 ≥ 0.97 on an unseen geometry and load, significantly outperforming conventional models like Random Forest, Gradient Boosting, and K-Nearest Neighbors, which yielded R^2 ≈ 0.01–0.86 on identical data. This work extends existing mesh-based simulation frameworks to structural mechanics.

Key takeaway

For Machine Learning Engineers developing simulation surrogates, this Mesh Graph Neural Network approach offers a robust solution for generalizing across diverse geometries. You should consider adopting MGNs to create models that are inherently translation- and rotation-invariant, significantly reducing the need for retraining when evaluating new structural designs or load scenarios. This method can drastically accelerate design iterations and improve the efficiency of your finite element analysis workflows.

Key insights

Mesh Graph Networks effectively generalize finite element analysis predictions across arbitrary structural geometries by encoding relative features.

Principles

Method

The MGN framework predicts von Mises stress fields by encoding node types, relative edge features, and global loads into a graph structure, trained on diverse geometries and load conditions.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.