Skip to content

Commit b32c136

Browse files
authored
updated pint.bib using bibbot
1 parent 87b3fe9 commit b32c136

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_bibliography/pint.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6582,6 +6582,15 @@ @article{JiangEtAl2023b
65826582
year = {2023},
65836583
}
65846584

6585+
@unpublished{JinEtAl2023,
6586+
abstract = {The parareal algorithm represents an important class of parallel-in-time algorithms for solving evolution equations and has been widely applied in practice. To achieve effective speedup, the choice of the coarse propagator in the algorithm is vital. In this work, we investigate the use of learned coarse propagators. Building upon the error estimation framework, we present a systematic procedure for constructing coarse propagators that enjoy desirable stability and consistent order. Additionally, we provide preliminary mathematical guarantees for the resulting parareal algorithm. Numerical experiments on a variety of settings, e.g., linear diffusion model, Allen-Cahn model, and viscous Burgers model, show that learning can significantly improve parallel efficiency when compared with the more ad hoc choice of some conventional and widely used coarse propagators.},
6587+
author = {Bangti Jin and Qingle Lin and Zhi Zhou},
6588+
howpublished = {arXiv:2311.15320v1 [math.NA]},
6589+
title = {Learning Coarse Propagators in Parareal Algorithm},
6590+
url = {http://arxiv.org/abs/2311.15320v1},
6591+
year = {2023},
6592+
}
6593+
65856594
@unpublished{KraftEtAl2023,
65866595
abstract = {Speeding up computationally expensive problems, such as numerical simulations of large micromagnetic systems, requires efficient use of parallel computing infrastructures. While parallelism across space is commonly exploited in micromagnetics, this strategy performs poorly once a minimum number of degrees of freedom per core is reached. We use magnum.pi, a finite-element micromagnetic simulation software, to investigate the Parallel Full Approximation Scheme in Space and Time (PFASST) as a space- and time-parallel solver for the Landau-Lifshitz-Gilbert equation (LLG). Numerical experiments show that PFASST enables efficient parallel-in-time integration of the LLG, significantly improving the speedup gained from using a given number of cores as well as allowing the code to scale beyond spatial limits.},
65876596
author = {Robert Kraft and Sabri Koraltan and Markus Gattringer and Florian Bruckner and Dieter Suess and Claas Abert},

0 commit comments

Comments
 (0)