paper-with-me

Papers

An Improved Structured Mesh Generation Method Based on Physics-informed Neural Networks

2022-10-18 · Xinhai Chen, Jie Liu, Junjun Yan, Zhichao Wang, Chunye Gong

Mesh generation remains a key technology in many areas where numerical simulations are required. As numerical algorithms become more efficient and computers become more powerful, the percentage of time devoted to mesh generation becomes higher. In this paper, we present an improved structured mesh generation method. The method formulates the meshing problem as a global optimization problem related to a physics-informed neural network. The mesh is obtained by intelligently solving the physical boundary-constrained partial differential equations. To improve the prediction accuracy of the neural network, we also introduce a novel auxiliary line strategy and an efficient network model during meshing. The strategy first employs a priori auxiliary lines to provide ground truth data and then uses these data to construct a loss term to better constrain the convergence of the subsequent training. The experimental results indicate that the proposed method is effective and robust. It can accurately approximate the mapping (transformation) from the computational domain to the physical domain and enable fast high-quality structured mesh generation.

📄 PDF Abstract BibTeX arXiv:2210.09546

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimization

Similar Papers 제목 키워드 기반

MeshONet: A Generalizable and Efficient Operator Learning Method for Structured Mesh Generation

2025-01-21 · Jing Xiao, Xinhai Chen, Qingling Wang, Jie Liu

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 th…

Operator learning

An Operator-Consistent Graph Neural Network for Learning Diffusion Dynamics on Irregular Meshes

2025-12-05 · Yuelian Li, Andrew Rushing Hands arxiv

Classical numerical methods solve partial differential equations (PDEs) efficiently on regular meshes, but many of them become unstable on irregular domains. In practice, multiphysics interactions such as diffusion, dama…

Graph Neural Network

Machine learning for modelling unstructured grid data in computational physics: a review

2025-02-13 · Sibo Cheng, Marc Bocquet, Weiping Ding, Tobias Sebastian Finn 외

Unstructured grid data are essential for modelling complex geometries and dynamics in computational physics. Yet, their inherent irregularity presents significant challenges for conventional machine learning (ML) techniq…

Benchmarking

FEM-Informed Hypergraph Neural Networks for Efficient Elastoplasticity

2026-02-07 · Jianchuan Yang, Xi Chen, Jidong Zhao arxiv

Graph neural networks (GNNs) naturally align with sparse operators and unstructured discretizations, making them a promising paradigm for physics-informed machine learning in computational mechanics. Motivated by discret…

RBF-MGN:Solving spatiotemporal PDEs with Physics-informed Graph Neural Network

2022-12-06 · Zixue Xiang, Wei Peng, Wen Yao

Physics-informed neural networks (PINNs) have lately received significant attention as a representative deep learning-based technique for solving partial differential equations (PDEs). Most fully connected network-based …

Graph Neural Network