Skip to content

Commit 5046460

Browse files
committed
deploy: 71319a4
1 parent 35d079b commit 5046460

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

references/index.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,6 +1533,101 @@ <h2 id="year2025" class="year">2025 <span class="count-stat"></span></h2>
15331533
</div>
15341534

15351535

1536+
</div>
1537+
</li>
1538+
<li><div class="bibtex-entry-container">
1539+
<div>
1540+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1541+
<div class="row">
1542+
<div class="col-md-12 ref-label label label-default">
1543+
GanderEtAl2025b
1544+
</div>
1545+
</div>
1546+
</div>
1547+
1548+
<div class="bibtex-ref-entry">
1549+
<span id="GanderEtAl2025b">M. J. Gander, M. Ohlberger, and S. Rave, “A Parareal Algorithm with Spectral Coarse Solver,” arXiv:2508.08873v1 [math.NA], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2508.08873v1" target="_blank">http://arxiv.org/abs/2508.08873v1</a></span>
1550+
</div>
1551+
1552+
1553+
<div class="row mt-4">
1554+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1555+
<div class="btn-group btn-group-xs" role="group">
1556+
1557+
<button class="button" data-toggle="modal" data-target="#modalGanderEtAl2025bBibtex" aria-expanded="false"
1558+
aria-controls="modalGanderEtAl2025bBibtex">
1559+
BibTeX
1560+
</button>
1561+
1562+
</div>
1563+
<div class="btn-group btn-group-xs" role="group">
1564+
1565+
<button class="button" data-toggle="modal" data-target="#modalGanderEtAl2025bAbstract" aria-expanded="false"
1566+
aria-controls="modalGanderEtAl2025bAbstract">
1567+
Abstract
1568+
</button>
1569+
1570+
</div>
1571+
</div>
1572+
</div>
1573+
</div>
1574+
1575+
<div class="modal" id="modalGanderEtAl2025bBibtex" tabindex="-1" role="dialog"
1576+
aria-labelledby="modalGanderEtAl2025bBibtexTitle" aria-hidden="true">
1577+
<div class="modal-background">
1578+
<div class="modal-card">
1579+
<div class="modal-content">
1580+
<header class="modal-card-head">
1581+
<div class="modal-card-head-content">
1582+
<div>
1583+
<p class="modal-card-title" id="modalGanderEtAl2025bBibtexTitle">
1584+
BibTeX entry <code>GanderEtAl2025b</code>
1585+
</p>
1586+
</div>
1587+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1588+
aria-hidden="true">&times;</span></button>
1589+
</div>
1590+
</header>
1591+
<section class="modal-card-body">
1592+
<pre class="abstract">@unpublished{GanderEtAl2025b,
1593+
author = {Gander, Martin J. and Ohlberger, Mario and Rave, Stephan},
1594+
howpublished = {arXiv:2508.08873v1 [math.NA]},
1595+
title = {A Parareal Algorithm with Spectral Coarse Solver},
1596+
url = {http://arxiv.org/abs/2508.08873v1},
1597+
year = {2025}
1598+
}
1599+
</pre>
1600+
</section>
1601+
</div>
1602+
</div>
1603+
</div>
1604+
</div>
1605+
1606+
1607+
<div class="modal" id="modalGanderEtAl2025bAbstract" tabindex="-1" role="dialog"
1608+
aria-labelledby="modalGanderEtAl2025bAbstractTitle" aria-hidden="true">
1609+
<div class="modal-background">
1610+
<div class="modal-card">
1611+
<div class="modal-content">
1612+
<header class="modal-card-head">
1613+
<div class="modal-card-head-content">
1614+
<div>
1615+
<p class="modal-card-title" id="modalGanderEtAl2025bAbstractTitle">
1616+
Abstract for BibTeX entry <code>GanderEtAl2025b</code>
1617+
</p>
1618+
</div>
1619+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1620+
aria-hidden="true">&times;</span></button>
1621+
</div>
1622+
</header>
1623+
<section class="modal-card-body">
1624+
We consider a new class of Parareal algorithms, which use ideas from localized reduced basis methods to construct the coarse solver from spectral approximations of the transfer operators mapping initial values for a given time interval to the solution at the end of the interval. By leveraging randomized singular value decompositions, these spectral approximations are obtained embarrassingly parallel by computing local fine solutions for random initial values. We show a priori and a posteriori error bounds in terms of the computed singular values of the transfer operators. Our numerical experiments demonstrate that our approach can significantly outperform Parareal with single-step coarse solvers. At the same time, it permits to further increase parallelism in Parareal by trading global iterations for a larger number of independent local solves.
1625+
</section>
1626+
</div>
1627+
</div>
1628+
</div>
1629+
</div>
1630+
15361631
</div>
15371632
</li>
15381633
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)