Skip to content

Commit a4e5391

Browse files
committed
deploy: 80a894a
1 parent 4b01315 commit a4e5391

File tree

2 files changed

+195
-5
lines changed

2 files changed

+195
-5
lines changed

references/index.html

Lines changed: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,101 @@ <h2>Statistics</h2>
218218
<h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
219219

220220
<ol class="bibliography"><li><div class="bibtex-entry-container">
221+
<div>
222+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
223+
<div class="row">
224+
<div class="col-md-12 ref-label label label-default">
225+
BetckeEtAl2024
226+
</div>
227+
</div>
228+
</div>
229+
230+
<div class="bibtex-ref-entry">
231+
<span id="BetckeEtAl2024">M. M. Betcke, L. M. Kreusser, and D. Murari, “Parallel-in-Time Solutions with Random Projection Neural Networks,” arXiv:2408.09756v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2408.09756v1" target="_blank">http://arxiv.org/abs/2408.09756v1</a></span>
232+
</div>
233+
234+
235+
<div class="row mt-4">
236+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
237+
<div class="btn-group btn-group-xs" role="group">
238+
239+
<button class="button" data-toggle="modal" data-target="#modalBetckeEtAl2024Bibtex" aria-expanded="false"
240+
aria-controls="modalBetckeEtAl2024Bibtex">
241+
BibTeX
242+
</button>
243+
244+
</div>
245+
<div class="btn-group btn-group-xs" role="group">
246+
247+
<button class="button" data-toggle="modal" data-target="#modalBetckeEtAl2024Abstract" aria-expanded="false"
248+
aria-controls="modalBetckeEtAl2024Abstract">
249+
Abstract
250+
</button>
251+
252+
</div>
253+
</div>
254+
</div>
255+
</div>
256+
257+
<div class="modal" id="modalBetckeEtAl2024Bibtex" tabindex="-1" role="dialog"
258+
aria-labelledby="modalBetckeEtAl2024BibtexTitle" aria-hidden="true">
259+
<div class="modal-background">
260+
<div class="modal-card">
261+
<div class="modal-content">
262+
<header class="modal-card-head">
263+
<div class="modal-card-head-content">
264+
<div>
265+
<p class="modal-card-title" id="modalBetckeEtAl2024BibtexTitle">
266+
BibTeX entry <code>BetckeEtAl2024</code>
267+
</p>
268+
</div>
269+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
270+
aria-hidden="true">&times;</span></button>
271+
</div>
272+
</header>
273+
<section class="modal-card-body">
274+
<pre class="abstract">@unpublished{BetckeEtAl2024,
275+
author = {Betcke, Marta M. and Kreusser, Lisa Maria and Murari, Davide},
276+
howpublished = {arXiv:2408.09756v1 [math.NA]},
277+
title = {Parallel-in-Time Solutions with Random Projection Neural Networks},
278+
url = {http://arxiv.org/abs/2408.09756v1},
279+
year = {2024}
280+
}
281+
</pre>
282+
</section>
283+
</div>
284+
</div>
285+
</div>
286+
</div>
287+
288+
289+
<div class="modal" id="modalBetckeEtAl2024Abstract" tabindex="-1" role="dialog"
290+
aria-labelledby="modalBetckeEtAl2024AbstractTitle" aria-hidden="true">
291+
<div class="modal-background">
292+
<div class="modal-card">
293+
<div class="modal-content">
294+
<header class="modal-card-head">
295+
<div class="modal-card-head-content">
296+
<div>
297+
<p class="modal-card-title" id="modalBetckeEtAl2024AbstractTitle">
298+
Abstract for BibTeX entry <code>BetckeEtAl2024</code>
299+
</p>
300+
</div>
301+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
302+
aria-hidden="true">&times;</span></button>
303+
</div>
304+
</header>
305+
<section class="modal-card-body">
306+
This paper considers one of the fundamental parallel-in-time methods for the solution of ordinary differential equations, Parareal, and extends it by adopting a neural network as a coarse propagator. We provide a theoretical analysis of the convergence properties of the proposed algorithm and show its effectiveness for several examples, including Lorenz and Burgers’ equations. In our numerical simulations, we further specialize the underpinning neural architecture to Random Projection Neural Networks (RPNNs), a 2-layer neural network where the first layer weights are drawn at random rather than optimized. This restriction substantially increases the efficiency of fitting RPNN’s weights in comparison to a standard feedforward network without negatively impacting the accuracy, as demonstrated in the SIR system example.
307+
</section>
308+
</div>
309+
</div>
310+
</div>
311+
</div>
312+
313+
</div>
314+
</li>
315+
<li><div class="bibtex-entry-container">
221316
<div>
222317
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
223318
<div class="row">
@@ -598,6 +693,101 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
598693
</div>
599694
</div>
600695

696+
</div>
697+
</li>
698+
<li><div class="bibtex-entry-container">
699+
<div>
700+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
701+
<div class="row">
702+
<div class="col-md-12 ref-label label label-default">
703+
GanderEtAl2024
704+
</div>
705+
</div>
706+
</div>
707+
708+
<div class="bibtex-ref-entry">
709+
<span id="GanderEtAl2024">M. J. Gander, M. Ohlberger, and S. Rave, “A Parareal algorithm without Coarse Propagator?,” arXiv:2409.02673v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2409.02673v1" target="_blank">http://arxiv.org/abs/2409.02673v1</a></span>
710+
</div>
711+
712+
713+
<div class="row mt-4">
714+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
715+
<div class="btn-group btn-group-xs" role="group">
716+
717+
<button class="button" data-toggle="modal" data-target="#modalGanderEtAl2024Bibtex" aria-expanded="false"
718+
aria-controls="modalGanderEtAl2024Bibtex">
719+
BibTeX
720+
</button>
721+
722+
</div>
723+
<div class="btn-group btn-group-xs" role="group">
724+
725+
<button class="button" data-toggle="modal" data-target="#modalGanderEtAl2024Abstract" aria-expanded="false"
726+
aria-controls="modalGanderEtAl2024Abstract">
727+
Abstract
728+
</button>
729+
730+
</div>
731+
</div>
732+
</div>
733+
</div>
734+
735+
<div class="modal" id="modalGanderEtAl2024Bibtex" tabindex="-1" role="dialog"
736+
aria-labelledby="modalGanderEtAl2024BibtexTitle" aria-hidden="true">
737+
<div class="modal-background">
738+
<div class="modal-card">
739+
<div class="modal-content">
740+
<header class="modal-card-head">
741+
<div class="modal-card-head-content">
742+
<div>
743+
<p class="modal-card-title" id="modalGanderEtAl2024BibtexTitle">
744+
BibTeX entry <code>GanderEtAl2024</code>
745+
</p>
746+
</div>
747+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
748+
aria-hidden="true">&times;</span></button>
749+
</div>
750+
</header>
751+
<section class="modal-card-body">
752+
<pre class="abstract">@unpublished{GanderEtAl2024,
753+
author = {Gander, Martin J. and Ohlberger, Mario and Rave, Stephan},
754+
howpublished = {arXiv:2409.02673v1 [math.NA]},
755+
title = {A Parareal algorithm without Coarse Propagator?},
756+
url = {http://arxiv.org/abs/2409.02673v1},
757+
year = {2024}
758+
}
759+
</pre>
760+
</section>
761+
</div>
762+
</div>
763+
</div>
764+
</div>
765+
766+
767+
<div class="modal" id="modalGanderEtAl2024Abstract" tabindex="-1" role="dialog"
768+
aria-labelledby="modalGanderEtAl2024AbstractTitle" aria-hidden="true">
769+
<div class="modal-background">
770+
<div class="modal-card">
771+
<div class="modal-content">
772+
<header class="modal-card-head">
773+
<div class="modal-card-head-content">
774+
<div>
775+
<p class="modal-card-title" id="modalGanderEtAl2024AbstractTitle">
776+
Abstract for BibTeX entry <code>GanderEtAl2024</code>
777+
</p>
778+
</div>
779+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
780+
aria-hidden="true">&times;</span></button>
781+
</div>
782+
</header>
783+
<section class="modal-card-body">
784+
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.
785+
</section>
786+
</div>
787+
</div>
788+
</div>
789+
</div>
790+
601791
</div>
602792
</li>
603793
<li><div class="bibtex-entry-container">

sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
<loc>http://parallel-in-time.org/about/imprint.html</loc>
355355
</url>
356356
<url>
357-
<loc>http://parallel-in-time.org/methods/</loc>
357+
<loc>http://parallel-in-time.org/groups/</loc>
358358
</url>
359359
<url>
360360
<loc>http://parallel-in-time.org/references/</loc>
@@ -372,18 +372,18 @@
372372
<loc>http://parallel-in-time.org/projects/</loc>
373373
</url>
374374
<url>
375-
<loc>http://parallel-in-time.org/groups/</loc>
376-
</url>
377-
<url>
378375
<loc>http://parallel-in-time.org/codes/</loc>
379376
</url>
380377
<url>
381-
<loc>http://parallel-in-time.org/about/</loc>
378+
<loc>http://parallel-in-time.org/methods/</loc>
382379
</url>
383380
<url>
384381
<loc>http://parallel-in-time.org/news/</loc>
385382
</url>
386383
<url>
384+
<loc>http://parallel-in-time.org/about/</loc>
385+
</url>
386+
<url>
387387
<loc>http://parallel-in-time.org/</loc>
388388
</url>
389389
<url>

0 commit comments

Comments
 (0)