A reduced basis warm-start iterative solver for the parameterized linear systems
Shijin Hou, Yanlai Chen, Yinhua Xia
TL;DR
This work introduces a Reduced Basis Warm-Start (RBWS) strategy that leverages the L1ROC reduced basis method to generate a high-fidelity initial guess for parametrized linear systems arising from discretized PDEs, followed by refinement with a PCG solver. By comparing RBWS against zero-initialization and RB-preconditioned iterations, the study demonstrates substantial reductions in iteration counts and online solve time, particularly when using a multigrid preconditioner (RBI-MGCG). It also analyzes fundamental limitations of using Reduced Basis Methods as preconditioners at machine-precision accuracy, showing that the RB space may need to grow with iteration, which can negate online gains (as shown for RBI-MSRBCG). The numerical results on two 3D diffusion problems establish the practical utility of RBWS for real-time or many-query contexts, while highlighting cost trade-offs between offline training and online performance.
Abstract
This paper proposes and tests the first-ever reduced basis warm-start iterative method for the parametrized linear systems, exemplified by those discretizing the parametric partial differential equations. Traditional iterative methods are usually used to obtain the high-fidelity solutions of these linear systems. However, they typically come with a significant computational cost which becomes challenging if not entirely untenable when the parametrized systems need to be solved a large number of times (e.g. corresponding to different parameter values or time steps). Classical techniques for mitigating this cost mainly include acceleration approaches such as preconditioning. This paper advocates for the generation of an initial prediction with controllable fidelity as an alternative approach to achieve the same goal. The proposed reduced basis warm-start iterative method leverages the mathematically rigorous and efficient reduced basis method to generate a high-quality initial guess thereby decreasing the number of iterative steps. Via comparison with the iterative method initialized with a zero solution and the RBM preconditioned and initialized iterative method tested on two 3D steady-state diffusion equations, we establish the efficacy of the proposed reduced basis warm-start approach.
