Skip to content

Commit

Permalink
deploy: 5761f08
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Dec 5, 2024
1 parent e2c944a commit 9557eb3
Showing 1 changed file with 250 additions and 0 deletions.
250 changes: 250 additions & 0 deletions references/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,101 @@ <h2>Statistics</h2>
<h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>

<ol class="bibliography"><li><div class="bibtex-entry-container">
<div>
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
<div class="row">
<div class="col-md-12 ref-label label label-default">
AppelEtAl2024
</div>
</div>
</div>

<div class="bibtex-ref-entry">
<span id="AppelEtAl2024">M. Appel and J. Alexandersen, “One-shot Parareal Approach for Topology Optimisation of Transient Heat Flow,” arXiv:2411.19030v1 [cs.CE], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2411.19030v1" target="_blank">http://arxiv.org/abs/2411.19030v1</a></span>
</div>


<div class="row mt-4">
<div class="btn-group btn-group-xs btn-group-justified" role="group">
<div class="btn-group btn-group-xs" role="group">

<button class="button" data-toggle="modal" data-target="#modalAppelEtAl2024Bibtex" aria-expanded="false"
aria-controls="modalAppelEtAl2024Bibtex">
BibTeX
</button>

</div>
<div class="btn-group btn-group-xs" role="group">

<button class="button" data-toggle="modal" data-target="#modalAppelEtAl2024Abstract" aria-expanded="false"
aria-controls="modalAppelEtAl2024Abstract">
Abstract
</button>

</div>
</div>
</div>
</div>

<div class="modal" id="modalAppelEtAl2024Bibtex" tabindex="-1" role="dialog"
aria-labelledby="modalAppelEtAl2024BibtexTitle" aria-hidden="true">
<div class="modal-background">
<div class="modal-card">
<div class="modal-content">
<header class="modal-card-head">
<div class="modal-card-head-content">
<div>
<p class="modal-card-title" id="modalAppelEtAl2024BibtexTitle">
BibTeX entry <code>AppelEtAl2024</code>
</p>
</div>
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
</div>
</header>
<section class="modal-card-body">
<pre class="abstract">@unpublished{AppelEtAl2024,
author = {Appel, Magnus and Alexandersen, Joe},
howpublished = {arXiv:2411.19030v1 [cs.CE]},
title = {One-shot Parareal Approach for Topology Optimisation of Transient Heat Flow},
url = {http://arxiv.org/abs/2411.19030v1},
year = {2024}
}
</pre>
</section>
</div>
</div>
</div>
</div>


<div class="modal" id="modalAppelEtAl2024Abstract" tabindex="-1" role="dialog"
aria-labelledby="modalAppelEtAl2024AbstractTitle" aria-hidden="true">
<div class="modal-background">
<div class="modal-card">
<div class="modal-content">
<header class="modal-card-head">
<div class="modal-card-head-content">
<div>
<p class="modal-card-title" id="modalAppelEtAl2024AbstractTitle">
Abstract for BibTeX entry <code>AppelEtAl2024</code>
</p>
</div>
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
</div>
</header>
<section class="modal-card-body">
This paper presents a method of performing topology optimisation of transient heat conduction problems using the parallel-in-time method Parareal. To accommodate the adjoint analysis, the Parareal method was modified to store intermediate time steps. Preliminary tests revealed that Parareal requires many iterations to achieve accurate results and, thus, achieves no appreciable speedup. To mitigate this, a one-shot approach was used, where the time history is iteratively refined over the optimisation process. The method estimates objectives and sensitivities by introducing cumulative objectives and sensitivities and solving for these using a single iteration of Parareal, after which it updates the design using the Method of Moving Asymptotes. The resulting method was applied to a test problem where a power mean of the temperature was minimised. It achieved a peak speedup relative to a sequential reference method of 5\times using 16 threads. The resulting designs were similar to the one found by the reference method, both in terms of objective values and qualitative appearance. The one-shot Parareal method was compared to the Parallel Local-in-Time method of topology optimisation. This revealed that the Parallel Local-in-Time method was unstable for the considered test problem, but it achieved a peak speedup of 12\times using 32 threads. It was determined that the dominant bottleneck in the one-shot Parareal method was the time spent on computing coarse propagators.
</section>
</div>
</div>
</div>
</div>

</div>
</li>
<li><div class="bibtex-entry-container">
<div>
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
<div class="row">
Expand Down Expand Up @@ -693,6 +788,84 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
</div>
</div>

</div>
</li>
<li><div class="bibtex-entry-container">
<div>
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
<div class="row">
<div class="col-md-12 ref-label label label-default">
FungEtAl2024b
</div>
</div>
</div>

<div class="bibtex-ref-entry">
<span id="FungEtAl2024b">P. Y. Fung and S. Hon, “Block \(\boldsymbolω\)-Circulant Preconditioners for Parabolic Optimal Control Problems,” <i>SIAM Journal on Matrix Analysis and Applications</i>, vol. 45, no. 4, pp. 2263–2286, Dec. 2024, doi: 10.1137/23m1601432. [Online]. Available at: <a href="http://dx.doi.org/10.1137/23M1601432" target="_blank">http://dx.doi.org/10.1137/23M1601432</a></span>
</div>


<div class="row mt-4">
<div class="btn-group btn-group-xs btn-group-justified" role="group">
<div class="btn-group btn-group-xs" role="group">

<button class="button" data-toggle="modal" data-target="#modalFungEtAl2024bBibtex" aria-expanded="false"
aria-controls="modalFungEtAl2024bBibtex">
BibTeX
</button>

</div>
<div class="btn-group btn-group-xs" role="group">

<button class="button" disabled="disabled" data-toggle="modal" data-target="#modalFungEtAl2024bAbstract"
aria-expanded="false" aria-controls="modalFungEtAl2024bAbstract">
Abstract
</button>

</div>
</div>
</div>
</div>

<div class="modal" id="modalFungEtAl2024bBibtex" tabindex="-1" role="dialog"
aria-labelledby="modalFungEtAl2024bBibtexTitle" aria-hidden="true">
<div class="modal-background">
<div class="modal-card">
<div class="modal-content">
<header class="modal-card-head">
<div class="modal-card-head-content">
<div>
<p class="modal-card-title" id="modalFungEtAl2024bBibtexTitle">
BibTeX entry <code>FungEtAl2024b</code>
</p>
</div>
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
</div>
</header>
<section class="modal-card-body">
<pre class="abstract">@article{FungEtAl2024b,
author = {Fung, Po Yin and Hon, Sean},
doi = {10.1137/23m1601432},
issn = {1095-7162},
journal = {SIAM Journal on Matrix Analysis and Applications},
month = dec,
number = {4},
pages = {2263–2286},
publisher = {Society for Industrial & Applied Mathematics (SIAM)},
title = {Block \(\boldsymbol{\omega }\)-Circulant Preconditioners for Parabolic Optimal Control Problems},
url = {http://dx.doi.org/10.1137/23M1601432},
volume = {45},
year = {2024}
}
</pre>
</section>
</div>
</div>
</div>
</div>


</div>
</li>
<li><div class="bibtex-entry-container">
Expand Down Expand Up @@ -1168,6 +1341,83 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
</div>
</div>

</div>
</li>
<li><div class="bibtex-entry-container">
<div>
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
<div class="row">
<div class="col-md-12 ref-label label label-default">
HeEtAl2024
</div>
</div>
</div>

<div class="bibtex-ref-entry">
<span id="HeEtAl2024">T. He, J. Lu, and M. Li, “The parareal algorithm for Caputo-Hadamard fractional differential equations,” <i>Communications on Analysis and Computation</i>, vol. 0, no. 0, pp. 0–0, 2024, doi: 10.3934/cac.2024021. [Online]. Available at: <a href="http://dx.doi.org/10.3934/cac.2024021" target="_blank">http://dx.doi.org/10.3934/cac.2024021</a></span>
</div>


<div class="row mt-4">
<div class="btn-group btn-group-xs btn-group-justified" role="group">
<div class="btn-group btn-group-xs" role="group">

<button class="button" data-toggle="modal" data-target="#modalHeEtAl2024Bibtex" aria-expanded="false"
aria-controls="modalHeEtAl2024Bibtex">
BibTeX
</button>

</div>
<div class="btn-group btn-group-xs" role="group">

<button class="button" disabled="disabled" data-toggle="modal" data-target="#modalHeEtAl2024Abstract"
aria-expanded="false" aria-controls="modalHeEtAl2024Abstract">
Abstract
</button>

</div>
</div>
</div>
</div>

<div class="modal" id="modalHeEtAl2024Bibtex" tabindex="-1" role="dialog"
aria-labelledby="modalHeEtAl2024BibtexTitle" aria-hidden="true">
<div class="modal-background">
<div class="modal-card">
<div class="modal-content">
<header class="modal-card-head">
<div class="modal-card-head-content">
<div>
<p class="modal-card-title" id="modalHeEtAl2024BibtexTitle">
BibTeX entry <code>HeEtAl2024</code>
</p>
</div>
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
</div>
</header>
<section class="modal-card-body">
<pre class="abstract">@article{HeEtAl2024,
author = {He, Tingting and Lu, Jian and Li, Min},
doi = {10.3934/cac.2024021},
issn = {2837-0562},
journal = {Communications on Analysis and Computation},
number = {0},
pages = {0–0},
publisher = {American Institute of Mathematical Sciences (AIMS)},
title = {The parareal algorithm for Caputo-Hadamard fractional differential equations},
url = {http://dx.doi.org/10.3934/cac.2024021},
volume = {0},
year = {2024}
}
</pre>
</section>
</div>
</div>
</div>
</div>


</div>
</li>
<li><div class="bibtex-entry-container">
Expand Down

0 comments on commit 9557eb3

Please sign in to comment.