Skip to content

Commit 6b17094

Browse files
committed
deploy: 761e235
1 parent 6bae19b commit 6b17094

File tree

2 files changed

+103
-8
lines changed

2 files changed

+103
-8
lines changed

references/index.html

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

19191919

1920+
</div>
1921+
</li>
1922+
<li><div class="bibtex-entry-container">
1923+
<div>
1924+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1925+
<div class="row">
1926+
<div class="col-md-12 ref-label label label-default">
1927+
PaudelEtAl2025
1928+
</div>
1929+
</div>
1930+
</div>
1931+
1932+
<div class="bibtex-ref-entry">
1933+
<span id="PaudelEtAl2025">S. Paudel and N. K. Yamaleev, “A Combined Parallel-in-time Direct Inverse (ParaDIn)-Parareal Method for Nonlinear Differential Equations,” arXiv:2506.10820v1 [math.NA], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2506.10820v1" target="_blank">http://arxiv.org/abs/2506.10820v1</a></span>
1934+
</div>
1935+
1936+
1937+
<div class="row mt-4">
1938+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1939+
<div class="btn-group btn-group-xs" role="group">
1940+
1941+
<button class="button" data-toggle="modal" data-target="#modalPaudelEtAl2025Bibtex" aria-expanded="false"
1942+
aria-controls="modalPaudelEtAl2025Bibtex">
1943+
BibTeX
1944+
</button>
1945+
1946+
</div>
1947+
<div class="btn-group btn-group-xs" role="group">
1948+
1949+
<button class="button" data-toggle="modal" data-target="#modalPaudelEtAl2025Abstract" aria-expanded="false"
1950+
aria-controls="modalPaudelEtAl2025Abstract">
1951+
Abstract
1952+
</button>
1953+
1954+
</div>
1955+
</div>
1956+
</div>
1957+
</div>
1958+
1959+
<div class="modal" id="modalPaudelEtAl2025Bibtex" tabindex="-1" role="dialog"
1960+
aria-labelledby="modalPaudelEtAl2025BibtexTitle" aria-hidden="true">
1961+
<div class="modal-background">
1962+
<div class="modal-card">
1963+
<div class="modal-content">
1964+
<header class="modal-card-head">
1965+
<div class="modal-card-head-content">
1966+
<div>
1967+
<p class="modal-card-title" id="modalPaudelEtAl2025BibtexTitle">
1968+
BibTeX entry <code>PaudelEtAl2025</code>
1969+
</p>
1970+
</div>
1971+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1972+
aria-hidden="true">&times;</span></button>
1973+
</div>
1974+
</header>
1975+
<section class="modal-card-body">
1976+
<pre class="abstract">@unpublished{PaudelEtAl2025,
1977+
author = {Paudel, Subhash and Yamaleev, Nail K.},
1978+
howpublished = {arXiv:2506.10820v1 [math.NA]},
1979+
title = {A Combined Parallel-in-time Direct Inverse (ParaDIn)-Parareal Method for Nonlinear Differential Equations},
1980+
url = {http://arxiv.org/abs/2506.10820v1},
1981+
year = {2025}
1982+
}
1983+
</pre>
1984+
</section>
1985+
</div>
1986+
</div>
1987+
</div>
1988+
</div>
1989+
1990+
1991+
<div class="modal" id="modalPaudelEtAl2025Abstract" tabindex="-1" role="dialog"
1992+
aria-labelledby="modalPaudelEtAl2025AbstractTitle" aria-hidden="true">
1993+
<div class="modal-background">
1994+
<div class="modal-card">
1995+
<div class="modal-content">
1996+
<header class="modal-card-head">
1997+
<div class="modal-card-head-content">
1998+
<div>
1999+
<p class="modal-card-title" id="modalPaudelEtAl2025AbstractTitle">
2000+
Abstract for BibTeX entry <code>PaudelEtAl2025</code>
2001+
</p>
2002+
</div>
2003+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
2004+
aria-hidden="true">&times;</span></button>
2005+
</div>
2006+
</header>
2007+
<section class="modal-card-body">
2008+
As has been shown in our previous work, the parallel-in-time direct inverse (ParaDIn) method introduced by Yamaleev and Paudel in (arXiv: 2406.00878v1, 2024) imposes some constraint on the maximum number of time levels, N_t, that can be integrated in parallel. To circumvent this problem and further increase the speedup, we combine the ParaDIn method with the Parareal algorithm to efficiently parallelize the first-order time derivative term in nonlinear partial differential equations discretized by the method of lines. The main idea of the proposed approach is to use a block-Jacobi preconditioner, so that each block is solved by using the ParaDIn method. To accelerate the convergence of Jacobi iterations, we use the Parareal method which can be interpreted as a two-level multigrid method in time. In contrast to the conventional Parareal algorithm whose coarse grid correction step is performed sequentially, both the coarse- and fine-grid propagators in the proposed approach are implemented in parallel by using the ParaDIn method, thus significantly increasing the parallel performance of the combined algorithm. Numerical results show that the new combined ParaDIn-Parareal method provides the speedup of up to 124 on 480 computing cores as compared with the sequential first-order implicit backward difference (BDF1) scheme for the 2-D nonlinear heat and Burgers equations with both smooth and discontinuous solutions.
2009+
</section>
2010+
</div>
2011+
</div>
2012+
</div>
2013+
</div>
2014+
19202015
</div>
19212016
</li>
19222017
<li><div class="bibtex-entry-container">

sitemap.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,28 +354,28 @@
354354
<loc>http://parallel-in-time.org/about/imprint.html</loc>
355355
</url>
356356
<url>
357-
<loc>http://parallel-in-time.org/references/</loc>
357+
<loc>http://parallel-in-time.org/codes/</loc>
358358
</url>
359359
<url>
360-
<loc>http://parallel-in-time.org/projects/</loc>
360+
<loc>http://parallel-in-time.org/events/upcoming/</loc>
361361
</url>
362362
<url>
363-
<loc>http://parallel-in-time.org/codes/</loc>
363+
<loc>http://parallel-in-time.org/events/past/</loc>
364364
</url>
365365
<url>
366-
<loc>http://parallel-in-time.org/methods/</loc>
366+
<loc>http://parallel-in-time.org/events/</loc>
367367
</url>
368368
<url>
369-
<loc>http://parallel-in-time.org/groups/</loc>
369+
<loc>http://parallel-in-time.org/methods/</loc>
370370
</url>
371371
<url>
372-
<loc>http://parallel-in-time.org/events/upcoming/</loc>
372+
<loc>http://parallel-in-time.org/references/</loc>
373373
</url>
374374
<url>
375-
<loc>http://parallel-in-time.org/events/past/</loc>
375+
<loc>http://parallel-in-time.org/projects/</loc>
376376
</url>
377377
<url>
378-
<loc>http://parallel-in-time.org/events/</loc>
378+
<loc>http://parallel-in-time.org/groups/</loc>
379379
</url>
380380
<url>
381381
<loc>http://parallel-in-time.org/about/</loc>

0 commit comments

Comments
 (0)