DGNN: A Neural PDE Solver Induced by Discontinuous Galerkin Methods
Guanyu Chen, Shengze Xu, Dong Ni, Tieyong Zeng
TL;DR
DGNN introduces a neural PDE solver that inherits the discontinuous Galerkin philosophy by assigning a local neural surrogate to each mesh element and coupling them via numerically computed fluxes. By optimizing a weak-form loss built from per-element residuals, boundary terms, and penalties, DGNN achieves local conservation, robust performance on irregular geometries, and efficient training on nonuniform meshes. Across 1D/2D Poisson and Burgers tests, DGNN outperforms strong- and weak-form baselines in convergence speed, stability, and accuracy, particularly for high-frequency or discontinuous solutions. This framework offers a scalable, parallelizable, and physics-informed approach to PDE solving with practical impact for complex domains and multiscale problems, and code is available on GitHub.
Abstract
We propose a general framework for the Discontinuous Galerkin-induced Neural Network (DGNN), inspired by the Interior Penalty Discontinuous Galerkin Method (IPDGM). In this approach, the trial space consists of piecewise neural network space defined over the computational domain, while the test function space is composed of piecewise polynomials. We demonstrate the advantages of DGNN in terms of accuracy and training efficiency across several numerical examples, including stationary and time-dependent problems. Specifically, DGNN easily handles high perturbations, discontinuous solutions, and complex geometric domains.
