MeshONet: A Generalizable and Efficient Operator Learning Method for Structured Mesh Generation
Jing Xiao, Xinhai Chen, Qingling Wang, Jie Liu
TL;DR
MeshONet reframes structured mesh generation as a multivariable operator-learning problem to overcome generalization limits of physics-informed approaches. It introduces a dual-branch, shared-trunk architecture with a Lift-Layer to jointly map boundary functions to physical coordinates, trained with an interior/boundary loss $L( heta)=\alpha L_{ ext{interior}}+\beta L_{ ext{boundary}}$ and data-fidelity terms. Empirical results show up to four orders of magnitude speedup over traditional methods while maintaining high mesh quality and enabling generalization across unseen geometries without retraining. The method also demonstrates robust mesh refinement performance, suggesting strong practical impact for real-time and large-scale mesh generation tasks, with future work extending to 3D and optimizing boundary sampling to control parameter size.
Abstract
Mesh generation plays a crucial role in scientific computing. Traditional mesh generation methods, such as TFI and PDE-based methods, often struggle to achieve a balance between efficiency and mesh quality. To address this challenge, physics-informed intelligent learning methods have recently emerged, significantly improving generation efficiency while maintaining high mesh quality. However, physics-informed methods fail to generalize when applied to previously unseen geometries, as even small changes in the boundary shape necessitate burdensome retraining to adapt to new geometric variations. In this paper, we introduce MeshONet, the first generalizable intelligent learning method for structured mesh generation. The method transforms the mesh generation task into an operator learning problem with multiple input and solution functions. To effectively overcome the multivariable mapping restriction of operator learning methods, we propose a dual-branch, shared-trunk architecture to approximate the mapping between function spaces based on input-output pairs. Experimental results show that MeshONet achieves a speedup of up to four orders of magnitude in generation efficiency over traditional methods. It also enables generalization to different geometries without retraining, greatly enhancing the practicality of intelligent methods.
