Skip to content

Commit 3665c0b

Browse files
committed
deploy: f337102
1 parent 631b5ae commit 3665c0b

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
@@ -1818,6 +1818,101 @@ <h2 id="year2025" class="year">2025 <span class="count-stat"></span></h2>
18181818
</div>
18191819
</div>
18201820

1821+
</div>
1822+
</li>
1823+
<li><div class="bibtex-entry-container">
1824+
<div>
1825+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1826+
<div class="row">
1827+
<div class="col-md-12 ref-label label label-default">
1828+
GriebelEtAl2025
1829+
</div>
1830+
</div>
1831+
</div>
1832+
1833+
<div class="bibtex-ref-entry">
1834+
<span id="GriebelEtAl2025">M. Griebel, M. A. Schweitzer, and L. Troska, “A Parallel-in-Time Combination Method for Parabolic Problems,” arXiv:2509.22156v1 [math.NA], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2509.22156v1" target="_blank">http://arxiv.org/abs/2509.22156v1</a></span>
1835+
</div>
1836+
1837+
1838+
<div class="row mt-4">
1839+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1840+
<div class="btn-group btn-group-xs" role="group">
1841+
1842+
<button class="button" data-toggle="modal" data-target="#modalGriebelEtAl2025Bibtex" aria-expanded="false"
1843+
aria-controls="modalGriebelEtAl2025Bibtex">
1844+
BibTeX
1845+
</button>
1846+
1847+
</div>
1848+
<div class="btn-group btn-group-xs" role="group">
1849+
1850+
<button class="button" data-toggle="modal" data-target="#modalGriebelEtAl2025Abstract" aria-expanded="false"
1851+
aria-controls="modalGriebelEtAl2025Abstract">
1852+
Abstract
1853+
</button>
1854+
1855+
</div>
1856+
</div>
1857+
</div>
1858+
</div>
1859+
1860+
<div class="modal" id="modalGriebelEtAl2025Bibtex" tabindex="-1" role="dialog"
1861+
aria-labelledby="modalGriebelEtAl2025BibtexTitle" aria-hidden="true">
1862+
<div class="modal-background">
1863+
<div class="modal-card">
1864+
<div class="modal-content">
1865+
<header class="modal-card-head">
1866+
<div class="modal-card-head-content">
1867+
<div>
1868+
<p class="modal-card-title" id="modalGriebelEtAl2025BibtexTitle">
1869+
BibTeX entry <code>GriebelEtAl2025</code>
1870+
</p>
1871+
</div>
1872+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1873+
aria-hidden="true">&times;</span></button>
1874+
</div>
1875+
</header>
1876+
<section class="modal-card-body">
1877+
<pre class="abstract">@unpublished{GriebelEtAl2025,
1878+
author = {Griebel, Michael and Schweitzer, Marc Alexander and Troska, Lukas},
1879+
howpublished = {arXiv:2509.22156v1 [math.NA]},
1880+
title = {A Parallel-in-Time Combination Method for Parabolic Problems},
1881+
url = {http://arxiv.org/abs/2509.22156v1},
1882+
year = {2025}
1883+
}
1884+
</pre>
1885+
</section>
1886+
</div>
1887+
</div>
1888+
</div>
1889+
</div>
1890+
1891+
1892+
<div class="modal" id="modalGriebelEtAl2025Abstract" tabindex="-1" role="dialog"
1893+
aria-labelledby="modalGriebelEtAl2025AbstractTitle" aria-hidden="true">
1894+
<div class="modal-background">
1895+
<div class="modal-card">
1896+
<div class="modal-content">
1897+
<header class="modal-card-head">
1898+
<div class="modal-card-head-content">
1899+
<div>
1900+
<p class="modal-card-title" id="modalGriebelEtAl2025AbstractTitle">
1901+
Abstract for BibTeX entry <code>GriebelEtAl2025</code>
1902+
</p>
1903+
</div>
1904+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1905+
aria-hidden="true">&times;</span></button>
1906+
</div>
1907+
</header>
1908+
<section class="modal-card-body">
1909+
In this article, we present a parallel discretization and solution method for parabolic problems with a higher number of space dimensions. It consists of a parallel-in-time approach using the multigrid reduction-in-time algorithm MGRIT with its implementation in the library XBraid, the sparse grid combination method for discretizing the resulting elliptic problems in space, and a domain decomposition method for each of the subproblems in the combination method based on the space-filling curve approach. As a result, we obtain an extremely fast and embarrassingly parallel solver with excellent speedup and scale-up qualities, which is perfectly suited for parabolic problems with up to six space dimensions. We describe our new parallel approach and show its superior parallelization properties for the heat equation, the chemical master equation and some exemplary stochastic differential equations.
1910+
</section>
1911+
</div>
1912+
</div>
1913+
</div>
1914+
</div>
1915+
18211916
</div>
18221917
</li>
18231918
<li><div class="bibtex-entry-container">

sitemap.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,28 +366,28 @@
366366
<loc>http://parallel-in-time.org/about/imprint.html</loc>
367367
</url>
368368
<url>
369-
<loc>http://parallel-in-time.org/methods/</loc>
369+
<loc>http://parallel-in-time.org/references/</loc>
370370
</url>
371371
<url>
372-
<loc>http://parallel-in-time.org/groups/</loc>
372+
<loc>http://parallel-in-time.org/events/upcoming/</loc>
373373
</url>
374374
<url>
375-
<loc>http://parallel-in-time.org/projects/</loc>
375+
<loc>http://parallel-in-time.org/events/past/</loc>
376376
</url>
377377
<url>
378-
<loc>http://parallel-in-time.org/events/past/</loc>
378+
<loc>http://parallel-in-time.org/events/</loc>
379379
</url>
380380
<url>
381-
<loc>http://parallel-in-time.org/events/upcoming/</loc>
381+
<loc>http://parallel-in-time.org/projects/</loc>
382382
</url>
383383
<url>
384-
<loc>http://parallel-in-time.org/events/</loc>
384+
<loc>http://parallel-in-time.org/groups/</loc>
385385
</url>
386386
<url>
387-
<loc>http://parallel-in-time.org/codes/</loc>
387+
<loc>http://parallel-in-time.org/methods/</loc>
388388
</url>
389389
<url>
390-
<loc>http://parallel-in-time.org/references/</loc>
390+
<loc>http://parallel-in-time.org/codes/</loc>
391391
</url>
392392
<url>
393393
<loc>http://parallel-in-time.org/news/</loc>

0 commit comments

Comments
 (0)