RBF-MGN:Solving spatiotemporal PDEs with Physics-informed Graph Neural Network
Zixue Xiang, Wei Peng, Wen Yao
TL;DR
This work addresses solving spatiotemporal PDEs on irregular domains where standard PINNs struggle with boundary enforcement and unstructured meshes. It introduces RBF-MGN, a physics-informed graph neural network that couples MeshGraphNets with a hard constraint PDE residual computed via radial basis function finite difference ($\text{RBF-FD}$). Key contributions include leveraging GNNs to handle unstructured geometries, employing $\text{RBF-FD}$ to construct high-precision differential operators and enforce boundary conditions, and validating the approach on Poisson and wave equations across diverse domains, time steps, and RBF choices. Results demonstrate accurate solutions on complex domains (e.g., amoeba, butterfly) and robust extrapolation with unstructured meshes, highlighting practical potential for solving challenging PDEs in engineering and physics.
Abstract
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 PINNs use automatic differentiation to construct loss functions that suffer from slow convergence and difficult boundary enforcement. In addition, although convolutional neural network (CNN)-based PINNs can significantly improve training efficiency, CNNs have difficulty in dealing with irregular geometries with unstructured meshes. Therefore, we propose a novel framework based on graph neural networks (GNNs) and radial basis function finite difference (RBF-FD). We introduce GNNs into physics-informed learning to better handle irregular domains with unstructured meshes. RBF-FD is used to construct a high-precision difference format of the differential equations to guide model training. Finally, we perform numerical experiments on Poisson and wave equations on irregular domains. We illustrate the generalizability, accuracy, and efficiency of the proposed algorithms on different PDE parameters, numbers of collection points, and several types of RBFs.
