Skip to content

Commit 8dce48c

Browse files
authored
Merge pull request #995 from Parallel-in-Time/bibtex-arxivbot-987-d34c100
pint.bib updates
2 parents d34c100 + 7b537a2 commit 8dce48c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_bibliography/pint.bib

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6853,6 +6853,15 @@ @unpublished{ZhouEtAl2023b
68536853
year = {2023},
68546854
}
68556855

6856+
@unpublished{AppelEtAl2024,
6857+
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.},
6858+
author = {Magnus Appel and Joe Alexandersen},
6859+
howpublished = {arXiv:2411.19030v1 [cs.CE]},
6860+
title = {One-shot Parareal Approach for Topology Optimisation of Transient Heat Flow},
6861+
url = {http://arxiv.org/abs/2411.19030v1},
6862+
year = {2024},
6863+
}
6864+
68566865
@article{BaumannEtAl2024,
68576866
abstract = {Spectral Deferred Correction (SDC) is an iterative method for the numerical solution of ordinary differential equations. It works by refining the numerical solution for an initial value problem by approximately solving differential equations for the error, and can be interpreted as a preconditioned fixed-point iteration for solving the fully implicit collocation problem. We adopt techniques from embedded Runge-Kutta Methods (RKM) to SDC in order to provide a mechanism for adaptive time step size selection and thus increase computational efficiency of SDC. We propose two SDC-specific estimates of the local error that are generic and do not rely on problem specific quantities. We demonstrate a gain in efficiency over standard SDC with fixed step size and compare efficiency favorably against state-of-the-art adaptive RKM.},
68586867
author = {Baumann, Thomas and G{\"o}tschel, Sebastian and Lunet, Thibaut and Ruprecht, Daniel and Speck, Robert},
@@ -7681,12 +7690,12 @@ @unpublished{AlexandersenEtAl2025
76817690
year = {2025},
76827691
}
76837692

7684-
@unpublished{AppelEtAl2025,
7685-
abstract = {This paper presents Space-Time MultiGrid (STMG) methods which are suitable for performing topology optimisation of transient heat conduction problems. The proposed methods use a pointwise smoother and uniform Cartesian space-time meshes. For problems with high contrast in the diffusivity, it was found that it is beneficial to define a coarsening strategy based on the geometric mean of the minimum and maximum diffusivity. However, other coarsening strategies may be better for other smoothers. Several methods of discretising the coarse levels were tested. Of these, it was best to use a method which averages the thermal resistivities on the finer levels. However, this was likely a consequence of the fact that only one spatial dimension was considered for the test problems. A second coarsening strategy was proposed which ensures spatial resolution on the coarse grids. Mixed results were found for this strategy. The proposed STMG methods were used as a solver for a one-dimensional topology optimisation problem. In this context, the adjoint problem was also solved using the STMG methods. The STMG methods were sufficiently robust for this application, since they converged during every optimisation cycle. It was found that the STMG methods also work for the adjoint problem when the prolongation operator only sends information forwards in time, even although the direction of time for the adjoint problem is backwards.},
7686-
author = {Magnus Appel and Joe Alexandersen},
7687-
howpublished = {arXiv:2505.10168v1 [cs.CE]},
7693+
@article{AppelEtAl2025,
7694+
author = {Appel, Magnus and Alexandersen, Joe},
7695+
doi = {10.2139/ssrn.5256438},
7696+
publisher = {Elsevier BV},
76887697
title = {Space-Time Multigrid Methods Suitable for Topology Optimisation of Transient Heat Conduction},
7689-
url = {http://arxiv.org/abs/2505.10168v1},
7698+
url = {http://dx.doi.org/10.2139/ssrn.5256438},
76907699
year = {2025},
76917700
}
76927701

@@ -8368,12 +8377,3 @@ @article{HeEtAl2026
83688377
volume = {152},
83698378
year = {2026},
83708379
}
8371-
8372-
@unpublished{AppelEtAl2024,
8373-
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.},
8374-
author = {Magnus Appel and Joe Alexandersen},
8375-
howpublished = {arXiv:2411.19030v1 [cs.CE]},
8376-
title = {One-shot Parareal Approach for Topology Optimisation of Transient Heat Flow},
8377-
url = {http://arxiv.org/abs/2411.19030v1},
8378-
year = {2024},
8379-
}

0 commit comments

Comments
 (0)