Skip to content

Commit 5761f08

Browse files
authored
Merge pull request #871 from Parallel-in-Time/bibtex-bibbot-870-ddf2358
pint.bib updates
2 parents ddf2358 + b87694e commit 5761f08

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

_bibliography/pint.bib

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6921,6 +6921,15 @@ @unpublished{ZhouEtAl2023b
69216921
year = {2023},
69226922
}
69236923

6924+
@unpublished{AppelEtAl2024,
6925+
abstract = {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.},
6926+
author = {Magnus Appel and Joe Alexandersen},
6927+
howpublished = {arXiv:2411.19030v1 [cs.CE]},
6928+
title = {One-shot Parareal Approach for Topology Optimisation of Transient Heat Flow},
6929+
url = {http://arxiv.org/abs/2411.19030v1},
6930+
year = {2024},
6931+
}
6932+
69246933
@unpublished{BetckeEtAl2024,
69256934
abstract = {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.},
69266935
author = {Marta M. Betcke and Lisa Maria Kreusser and Davide Murari},
@@ -6969,6 +6978,21 @@ @unpublished{FungEtAl2024
69696978
year = {2024},
69706979
}
69716980

6981+
@article{FungEtAl2024b,
6982+
author = {Fung, Po Yin and Hon, Sean},
6983+
doi = {10.1137/23m1601432},
6984+
issn = {1095-7162},
6985+
journal = {SIAM Journal on Matrix Analysis and Applications},
6986+
month = {December},
6987+
number = {4},
6988+
pages = {2263–2286},
6989+
publisher = {Society for Industrial & Applied Mathematics (SIAM)},
6990+
title = {Block \(\boldsymbol{\omega }\)-Circulant Preconditioners for Parabolic Optimal Control Problems},
6991+
url = {http://dx.doi.org/10.1137/23M1601432},
6992+
volume = {45},
6993+
year = {2024},
6994+
}
6995+
69726996
@unpublished{GanderEtAl2024,
69736997
abstract = {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.},
69746998
author = {Martin J. Gander and Mario Ohlberger and Stephan Rave},
@@ -7014,6 +7038,20 @@ @unpublished{GuEtAl2024b
70147038
year = {2024},
70157039
}
70167040

7041+
@article{HeEtAl2024,
7042+
author = {He, Tingting and Lu, Jian and Li, Min},
7043+
doi = {10.3934/cac.2024021},
7044+
issn = {2837-0562},
7045+
journal = {Communications on Analysis and Computation},
7046+
number = {0},
7047+
pages = {0–0},
7048+
publisher = {American Institute of Mathematical Sciences (AIMS)},
7049+
title = {The parareal algorithm for Caputo-Hadamard fractional differential equations},
7050+
url = {http://dx.doi.org/10.3934/cac.2024021},
7051+
volume = {0},
7052+
year = {2024},
7053+
}
7054+
70177055
@article{HeinkenschlossEtAl2024,
70187056
author = {Heinkenschloss, Matthias and Kroeger, Nathaniel J.},
70197057
doi = {10.1051/cocv/2024051},

0 commit comments

Comments
 (0)