paper-with-me

홈 › Papers

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

2026-06-06 · Josiah D. Kunz, Kamal Choudhary arxiv

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 $R^2 \geq 0.97$ on an unseen geometry and unseen load, compared to $R^2 \approx 0.01$--$0.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.

📄 PDF Abstract BibTeX arXiv:2606.08287

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Mesh-RL: Coupled subgrid reinforcement learning

2026-06-24 · Behnam Gheshlaghi, Bahador Rashidi, Shahin Atakishiyev arxiv

Reinforcement learning in large or sparse-reward environments suffers from slow temporal-difference reward propagation, as value information spreads only locally across the state space. We propose Mesh-RL, a spatial doma…

Reinforcement Learning

Graph Convolutional Networks for Model-Based Learning in Nonlinear Inverse Problems

2021-03-28 · William Herzberg, Daniel B. Rowe, Andreas Hauptmann, Sarah J. Hamilton

The majority of model-based learned image reconstruction methods in medical imaging have been limited to uniform domains, such as pixelated images. If the underlying model is solved on nonuniform meshes, arising from a f…

Image Reconstruction

Mesh-based Super-Resolution of Fluid Flows with Multiscale Graph Neural Networks

2024-09-12 · Shivam Barwey, Pinaki Pal, Saumil Patel, Riccardo Balin 외

A graph neural network (GNN) approach is introduced in this work which enables mesh-based three-dimensional super-resolution of fluid flows. In this framework, the GNN is designed to operate not on the full mesh-based fi…

Graph Neural NetworkSuper-Resolution

A Finite Element-Inspired Hypergraph Neural Network: Application to Fluid Dynamics Simulations

2022-12-30 · Rui Gao, Indu Kant Deo, Rajeev K. Jaiman

An emerging trend in deep learning research focuses on the applications of graph neural networks (GNNs) for mesh-based continuum mechanics simulations. Most of these learning frameworks operate on graphs wherein each edg…

Mesh Based Simulations with Spatial and Temporal awareness

2026-05-02 · Paul Garnier, Vincent Lannelongue, Elie Hachem arxiv

Machine Learning surrogates for Computational Fluid Dynamics (CFD), particularly Graph Neural Networks (GNNs) and Transformers, have become a new important approach for accelerating physics simulations. However, we ident…