An Assessment of Solvers for Algebraically Stabilized Discretizations of Convection-Diffusion-Reaction Equations
Abhinav Jha, Ondřej Pártl, Naveed Ahmed, Dmitri Kuzmin
TL;DR
This work analyzes solver efficiency for algebraically stabilized discretizations of 3D convection-diffusion-reaction equations, comparing flux-corrected transport with Zalesak's limiter against monolithic convex limiting under CN and SSP time stepping. By deriving low- and high-order schemes and implementing fixed-point nonlinear solvers with various linear algebra backends in PETSc, it benchmarks CPU time, convergence, and accuracy on new 3D test problems for both time-dependent and stationary cases. Key findings show that the choice of limiter and solver (notably FGMRES with appropriate preconditioners) profoundly affects performance, with implicit schemes often outperforming explicit ones in 3D. The results provide practical guidance on selecting limiter–solver pairings to balance accuracy and computational cost in large-scale AFC simulations, and contribute new 3D benchmarks for the field.
Abstract
We consider flux-corrected finite element discretizations of 3D convection-dominated transport problems and assess the computational efficiency of algorithms based on such approximations. The methods under investigation include flux-corrected transport schemes and monolithic limiters. We discretize in space using a continuous Galerkin method and $\mathbb{P}_1$ or $\mathbb{Q}_1$ finite elements. Time integration is performed using the Crank-Nicolson method or an explicit strong stability preserving Runge-Kutta method. Nonlinear systems are solved using a fixed-point iteration method, which requires solution of large linear systems at each iteration or time step. The great variety of options in the choice of discretization methods and solver components calls for a dedicated comparative study of existing approaches. To perform such a study, we define new 3D test problems for time-dependent and stationary convection-diffusion-reaction equations. The results of our numerical experiments illustrate how the limiting technique, time discretization and solver impact on the overall performance.
