Robust parallel nonlinear solvers for implicit time discretizations of the Bidomain equations
Nicolás A. Barnafi, Ngoc Mai Monica Huynh, Luca F. Pavarino, Simone Scacchi
TL;DR
This work develops and analyzes robust parallel nonlinear solvers for the Bidomain equations in cardiac electrophysiology, casting the decoupled ODE-PDE time discretization into a variational potential $\Psi$ whose stationary points reproduce the discrete system. The authors prove global convergence for Quasi-Newton methods (notably BFGS) and nonlinear Conjugate Gradient (Fletcher--Reeves) under precise regularity and convexity assumptions, and they validate these results with extensive parallel numerical experiments. Across a range of scenarios, including ischemia and full activation-recovery, quasi-Newton methods consistently deliver superior convergence and scalability, while first-order methods offer advantages in matrix-free, GPU-enabled settings. The practical impact is a set of robust, scalable solvers that can outperform standard Newton-based approaches and potentially halve solve times relative to IMEX discretizations, enabling faster, more reliable cardiac simulations.
Abstract
In this work, we study the convergence and performance of nonlinear solvers for the Bidomain equations after decoupling the ordinary and partial differential equations of the cardiac system. Firstly, we provide a rigorous proof of the global convergence of Quasi-Newton methods, such as BFGS, and nonlinear Conjugate-Gradient methods, such as Fletcher--Reeves, for the Bidomain system, by analyzing an auxiliary variational problem under physically reasonable hypotheses. Secondly, we compare several nonlinear Bidomain solvers in terms of execution time, robustness with respect to the data and parallel scalability. Our findings indicate that Quasi-Newton methods are the best choice for nonlinear Bidomain systems, since they exhibit faster convergence rates compared to standard Newton-Krylov methods, while maintaining robustness and scalability. Furthermore, first-order methods also demonstrate competitiveness and serve as a viable alternative, particularly for matrix-free implementations that are well-suited for GPU computing.
