NALGSep 3, 2021

Semi-Implicit Neural Solver for Time-dependent Partial Differential Equations

arXiv:2109.01467v11 citations
Originality Incremental advance
AI Analysis

This addresses the need for fast and accurate PDE solutions in fields like physics and engineering, but it is incremental as it modifies existing semi-implicit methods with neural networks.

The paper tackles the problem of solving time-dependent partial differential equations (PDEs) by proposing a neural solver that learns an optimal iterative scheme in a data-driven fashion, achieving faster convergence than semi-implicit schemes.

Fast and accurate solutions of time-dependent partial differential equations (PDEs) are of pivotal interest to many research fields, including physics, engineering, and biology. Generally, implicit/semi-implicit schemes are preferred over explicit ones to improve stability and correctness. However, existing semi-implicit methods are usually iterative and employ a general-purpose solver, which may be sub-optimal for a specific class of PDEs. In this paper, we propose a neural solver to learn an optimal iterative scheme in a data-driven fashion for any class of PDEs. Specifically, we modify a single iteration of a semi-implicit solver using a deep neural network. We provide theoretical guarantees for the correctness and convergence of neural solvers analogous to conventional iterative solvers. In addition to the commonly used Dirichlet boundary condition, we adopt a diffuse domain approach to incorporate a diverse type of boundary conditions, e.g., Neumann. We show that the proposed neural solver can go beyond linear PDEs and applies to a class of non-linear PDEs, where the non-linear component is non-stiff. We demonstrate the efficacy of our method on 2D and 3D scenarios. To this end, we show how our model generalizes to parameter settings, which are different from training; and achieves faster convergence than semi-implicit schemes.

Foundations

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

Your Notes