NALGApr 30, 2023

SRL-Assisted AFM: Generating Planar Unstructured Quadrilateral Meshes with Supervised and Reinforcement Learning-Assisted Advancing Front Method

arXiv:2305.00540v126 citationsh-index: 20
Originality Incremental advance
AI Analysis

This work addresses the time-consuming bottleneck of manual mesh generation in finite element analysis for engineering and computational domains, though it is incremental as it builds on existing advancing front methods with learning enhancements.

The paper tackles the challenge of generating high-quality quadrilateral meshes for complex planar domains by introducing a computational framework that combines the advancing front method with neural networks trained via supervised and reinforcement learning. The result is an automated system that achieves over 98% accuracy in predicting commercial software outputs and produces meshes with controlled quality and extraordinary points.

High-quality mesh generation is the foundation of accurate finite element analysis. Due to the vast interior vertices search space and complex initial boundaries, mesh generation for complicated domains requires substantial manual processing and has long been considered the most challenging and time-consuming bottleneck of the entire modeling and analysis process. In this paper, we present a novel computational framework named ``SRL-assisted AFM" for meshing planar geometries by combining the advancing front method with neural networks that select reference vertices and update the front boundary using ``policy networks." These deep neural networks are trained using a unique pipeline that combines supervised learning with reinforcement learning to iteratively improve mesh quality. First, we generate different initial boundaries by randomly sampling points in a square domain and connecting them sequentially. These boundaries are used for obtaining input meshes and extracting training datasets in the supervised learning module. We then iteratively improve the reinforcement learning model performance with reward functions designed for special requirements, such as improving the mesh quality and controlling the number and distribution of extraordinary points. Our proposed supervised learning neural networks achieve an accuracy higher than 98% on predicting commercial software. The final reinforcement learning neural networks automatically generate high-quality quadrilateral meshes for complex planar domains with sharp features and boundary layers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes