Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _bibliography/pint.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6288,6 +6288,17 @@ @article{ZhangEtAl2022
year = {2022},
}

@inproceedings{BarmanEtAl2023,
author = {Abhishek Barman and Anupam Sharma},
booktitle = {{AIAA} {AVIATION} 2023 Forum},
doi = {10.2514/6.2023-3431},
month = {jun},
publisher = {American Institute of Aeronautics and Astronautics},
title = {A Space-Time framework for compressible flow simulations using Finite Volume Method},
url = {https://doi.org/10.2514/6.2023-3431},
year = {2023},
}

@unpublished{BouillonEtAl2023,
abstract = {The ParaDiag family of algorithms solves differential equations by using preconditioners that can be inverted in parallel through diagonalization. In the context of optimal control of linear parabolic PDEs, the state-of-the-art ParaDiag method is limited to solving self-adjoint problems with a tracking objective. We propose three improvements to the ParaDiag method: the use of alpha-circulant matrices to construct an alternative preconditioner, a generalization of the algorithm for solving non-self-adjoint equations, and the formulation of an algorithm for terminal-cost objectives. We present novel analytic results about the eigenvalues of the preconditioned systems for all discussed ParaDiag algorithms in the case of self-adjoint equations, which proves the favorable properties the alpha-circulant preconditioner. We use these results to perform a theoretical parallel-scaling analysis of ParaDiag for self-adjoint problems. Numerical tests confirm our findings and suggest that the self-adjoint behavior, which is backed by theory, generalizes to the non-self-adjoint case. We provide a sequential, open-source reference solver in Matlab for all discussed algorithms.},
author = {Arne Bouillon and Giovanni Samaey and Karl Meerbergen},
Expand Down