Skip to content

Commit 08395d7

Browse files
committed
deploy: 8e0eea2
1 parent 6bc184f commit 08395d7

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
@@ -1455,6 +1455,101 @@ <h2 id="year2025" class="year">2025 <span class="count-stat"></span></h2>
14551455
</div>
14561456

14571457

1458+
</div>
1459+
</li>
1460+
<li><div class="bibtex-entry-container">
1461+
<div>
1462+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1463+
<div class="row">
1464+
<div class="col-md-12 ref-label label label-default">
1465+
HahnEtAl2025
1466+
</div>
1467+
</div>
1468+
</div>
1469+
1470+
<div class="bibtex-ref-entry">
1471+
<span id="HahnEtAl2025">R. Hahn and S. Schöps, “Multi-Level Monte Carlo sampling with Parallel-in-Time Integration for Uncertainty Quantification in Electric Machine Simulation,” arXiv:2507.19246v1 [cs.CE], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2507.19246v1" target="_blank">http://arxiv.org/abs/2507.19246v1</a></span>
1472+
</div>
1473+
1474+
1475+
<div class="row mt-4">
1476+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1477+
<div class="btn-group btn-group-xs" role="group">
1478+
1479+
<button class="button" data-toggle="modal" data-target="#modalHahnEtAl2025Bibtex" aria-expanded="false"
1480+
aria-controls="modalHahnEtAl2025Bibtex">
1481+
BibTeX
1482+
</button>
1483+
1484+
</div>
1485+
<div class="btn-group btn-group-xs" role="group">
1486+
1487+
<button class="button" data-toggle="modal" data-target="#modalHahnEtAl2025Abstract" aria-expanded="false"
1488+
aria-controls="modalHahnEtAl2025Abstract">
1489+
Abstract
1490+
</button>
1491+
1492+
</div>
1493+
</div>
1494+
</div>
1495+
</div>
1496+
1497+
<div class="modal" id="modalHahnEtAl2025Bibtex" tabindex="-1" role="dialog"
1498+
aria-labelledby="modalHahnEtAl2025BibtexTitle" aria-hidden="true">
1499+
<div class="modal-background">
1500+
<div class="modal-card">
1501+
<div class="modal-content">
1502+
<header class="modal-card-head">
1503+
<div class="modal-card-head-content">
1504+
<div>
1505+
<p class="modal-card-title" id="modalHahnEtAl2025BibtexTitle">
1506+
BibTeX entry <code>HahnEtAl2025</code>
1507+
</p>
1508+
</div>
1509+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1510+
aria-hidden="true">&times;</span></button>
1511+
</div>
1512+
</header>
1513+
<section class="modal-card-body">
1514+
<pre class="abstract">@unpublished{HahnEtAl2025,
1515+
author = {Hahn, Robert and Schöps, Sebastian},
1516+
howpublished = {arXiv:2507.19246v1 [cs.CE]},
1517+
title = {Multi-Level Monte Carlo sampling with Parallel-in-Time Integration for Uncertainty Quantification in Electric Machine Simulation},
1518+
url = {http://arxiv.org/abs/2507.19246v1},
1519+
year = {2025}
1520+
}
1521+
</pre>
1522+
</section>
1523+
</div>
1524+
</div>
1525+
</div>
1526+
</div>
1527+
1528+
1529+
<div class="modal" id="modalHahnEtAl2025Abstract" tabindex="-1" role="dialog"
1530+
aria-labelledby="modalHahnEtAl2025AbstractTitle" aria-hidden="true">
1531+
<div class="modal-background">
1532+
<div class="modal-card">
1533+
<div class="modal-content">
1534+
<header class="modal-card-head">
1535+
<div class="modal-card-head-content">
1536+
<div>
1537+
<p class="modal-card-title" id="modalHahnEtAl2025AbstractTitle">
1538+
Abstract for BibTeX entry <code>HahnEtAl2025</code>
1539+
</p>
1540+
</div>
1541+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1542+
aria-hidden="true">&times;</span></button>
1543+
</div>
1544+
</header>
1545+
<section class="modal-card-body">
1546+
While generally considered computationally expensive, Uncertainty Quantification using Monte Carlo sampling remains beneficial for applications with uncertainties of high dimension. As an extension of the naive Monte Carlo method, the Multi-Level Monte Carlo method reduces the overall computational effort, but is unable to reduce the time to solution in a sufficiently parallel computing environment. In this work, we propose a Uncertainty Quantification method combining Multi-Level Monte Carlo sampling and Parallel-in-Time integration for select samples, exploiting remaining parallel computing capacity to accelerate the computation. While effective at reducing the time-to-solution, Parallel-in-Time integration methods greatly increase the total computational effort. We investigate the tradeoff between time-to-solution and total computational effort of the combined method, starting from theoretical considerations and comparing our findings to two numerical examples. There, a speedup of 12 - 45% compared to Multi-Level Monte Carlo sampling is observed, with an increase of 15 - 18% in computational effort.
1547+
</section>
1548+
</div>
1549+
</div>
1550+
</div>
1551+
</div>
1552+
14581553
</div>
14591554
</li>
14601555
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)