Skip to content

Commit f49680c

Browse files
authored
Merge pull request #933 from Parallel-in-Time/bibtex-bibbot-932-51df2b2
pint.bib updates
2 parents 51df2b2 + a64d4e7 commit f49680c

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

_bibliography/pint.bib

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7024,6 +7024,16 @@ @article{FungEtAl2024b
70247024
year = {2024},
70257025
}
70267026

7027+
@book{gander2024time,
7028+
author = {Gander, Martin J and Lunet, Thibaut},
7029+
doi = {10.1137/1.9781611978025},
7030+
publisher = {SIAM},
7031+
series = {SIAM Collection},
7032+
title = {Time Parallel Time Integration},
7033+
url = {https://epubs.siam.org/doi/book/10.1137/1.9781611978025},
7034+
year = {2024},
7035+
}
7036+
70277037
@unpublished{GanderEtAl2024,
70287038
abstract = {The Parareal algorithm was invented in 2001 in order to parallelize the solution of evolution problems in the time direction. It is based on parallel fine time propagators called F and sequential coarse time propagators called G, which alternatingly solve the evolution problem and iteratively converge to the fine solution. The coarse propagator G is a very important component of Parareal, as one sees in the convergence analyses. We present here for the first time a Parareal algorithm without coarse propagator, and explain why this can work very well for parabolic problems. We give a new convergence proof for coarse propagators approximating in space, in contrast to the more classical coarse propagators which are approximations in time, and our proof also applies in the absence of the coarse propagator. We illustrate our theoretical results with numerical experiments, and also explain why this approach can not work for hyperbolic problems.},
70297039
author = {Martin J. Gander and Mario Ohlberger and Stephan Rave},
@@ -7587,6 +7597,15 @@ @article{CaklovicEtAl2025
75877597
year = {2025},
75887598
}
75897599

7600+
@unpublished{DurastanteEtAl2025,
7601+
abstract = {Implicit Runge--Kutta (IRK) methods are highly effective for solving stiff ordinary differential equations (ODEs) but can be computationally expensive for large-scale problems due to the need of solving coupled algebraic equations at each step. This study improves IRK efficiency by leveraging parallelism to decouple stage computations and reduce communication overhead, specifically we stably decouple a perturbed version of the stage system of equations and recover the exact solution by solving a Sylvester matrix equation with an explicitly known low-rank right-hand side. Two IRK families -- symmetric methods and collocation methods -- are analyzed, with extensions to nonlinear problems using a simplified Newton method. Implementation details, shared memory parallel code, and numerical examples, particularly for ODEs from spatially discretized PDEs, demonstrate the efficiency of the proposed IRK technique.},
7602+
author = {Fabio Durastante and Mariarosa Mazza},
7603+
howpublished = {arXiv:2505.17719v1 [math.NA]},
7604+
title = {Stage-Parallel Implicit Runge--Kutta methods via low-rank matrix equation corrections},
7605+
url = {http://arxiv.org/abs/2505.17719v1},
7606+
year = {2025},
7607+
}
7608+
75907609
@unpublished{EggerEtAl2025,
75917610
abstract = {A class of abstract nonlinear time-periodic evolution problems is considered which arise in electrical engineering and other scientific disciplines. An efficient solver is proposed for the systems arising after discretization in time based on a fixed-point iteration. Every step of this iteration amounts to the solution of a discretized time-periodic and time-invariant problem for which efficient parallel-in-time methods are available. Global convergence with contraction factors independent of the discretization parameters is established. Together with an appropriate initialization step, a highly efficient and reliable solver is obtained. The applicability and performance of the proposed method is illustrated by simulations of a power transformer. Further comparison is made with other solution strategies proposed in the literature.},
75927611
author = {Herbert Egger and Andreas Schafelner},
@@ -7827,13 +7846,3 @@ @unpublished{ZhangEtAl2025
78277846
url = {http://arxiv.org/abs/2502.02473v1},
78287847
year = {2025},
78297848
}
7830-
7831-
@book{gander2024time,
7832-
title = {Time Parallel Time Integration},
7833-
author = {Gander, Martin J and Lunet, Thibaut},
7834-
year = {2024},
7835-
publisher = {SIAM},
7836-
series = {SIAM Collection},
7837-
url = {https://epubs.siam.org/doi/book/10.1137/1.9781611978025},
7838-
doi = {10.1137/1.9781611978025},
7839-
}

0 commit comments

Comments
 (0)