Speeding up an unsteady flow simulation by adaptive BDDC and Krylov subspace recycling
Martin Hanek, Jan Papež, Jakub Šístek
TL;DR
The paper tackles speeding up solving a sequence of linear systems with a constant matrix and varying RHS arising from the Poisson pressure solve in an unsteady incompressible flow. The authors build a pipeline combining a baseline three-level BDDC preconditioner, a normalization-based stopping criterion, Krylov subspace recycling with deflated PCG (leveraging the largest Ritz vectors), and adaptive enrichment of the BDDC coarse space via local eigenproblems. They demonstrate substantial time savings, including over 50% in transient Re = 100 regimes and over 40% for large-scale problems, with joint recycling and adaptivity delivering the strongest gains; results include careful timing on a parallel supercomputer and robust performance across parameter ranges. The work provides a practical, scalable acceleration framework for time-dependent incompressible flow simulations, showing that combining these established techniques yields synergistic benefits beyond what each achieves individually.
Abstract
We deal with accelerating the solution of a sequence of large linear systems solved by preconditioned conjugate gradient method (PCG). The sequence originates from time-stepping within a simulation of an unsteady incompressible flow. We apply a pressure correction scheme and focus on the solution of the Poisson problem for the pressure corrector. Its scalable solution presents the main computational challenge in many applications. The right-hand side of the problem changes in each time step, while the system matrix is constant and symmetric positive definite. The acceleration techniques are studied on a representative problem of flow around a unit sphere. Our baseline approach is based on a parallel solution of each problem in the sequence by nonoverlapping domain decomposition method. The interface problem is solved by PCG with the three-level BDDC preconditioner. As a preliminary step, an appropriate stopping criterion for the PCG iterations is chosen. Next, two techniques for accelerating the solution are gradually added to the baseline approach. Deflation is used within PCG with several approaches to Krylov subspace recycling. Finally, we add the adaptive selection of the coarse space within the three-level BDDC method. The paper is rich in experiments with careful measurements of computational times on a parallel supercomputer. The combination of the acceleration techniques eventually leads to saving more than 40 % of the computational time.
