Skip to content

Commit 128a543

Browse files
committed
deploy: 2febd86
1 parent 733151a commit 128a543

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
@@ -1244,6 +1244,101 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
12441244
</div>
12451245
</div>
12461246

1247+
</div>
1248+
</li>
1249+
<li><div class="bibtex-entry-container">
1250+
<div>
1251+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1252+
<div class="row">
1253+
<div class="col-md-12 ref-label label label-default">
1254+
HonEtAl2024
1255+
</div>
1256+
</div>
1257+
</div>
1258+
1259+
<div class="bibtex-ref-entry">
1260+
<span id="HonEtAl2024">S. Y. Hon, P. Y. Fung, and X.-lei Lin, “An optimal parallel-in-time preconditioner for parabolic optimal control problems,” arXiv:2410.22686v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2410.22686v1" target="_blank">http://arxiv.org/abs/2410.22686v1</a></span>
1261+
</div>
1262+
1263+
1264+
<div class="row mt-4">
1265+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1266+
<div class="btn-group btn-group-xs" role="group">
1267+
1268+
<button class="button" data-toggle="modal" data-target="#modalHonEtAl2024Bibtex" aria-expanded="false"
1269+
aria-controls="modalHonEtAl2024Bibtex">
1270+
BibTeX
1271+
</button>
1272+
1273+
</div>
1274+
<div class="btn-group btn-group-xs" role="group">
1275+
1276+
<button class="button" data-toggle="modal" data-target="#modalHonEtAl2024Abstract" aria-expanded="false"
1277+
aria-controls="modalHonEtAl2024Abstract">
1278+
Abstract
1279+
</button>
1280+
1281+
</div>
1282+
</div>
1283+
</div>
1284+
</div>
1285+
1286+
<div class="modal" id="modalHonEtAl2024Bibtex" tabindex="-1" role="dialog"
1287+
aria-labelledby="modalHonEtAl2024BibtexTitle" aria-hidden="true">
1288+
<div class="modal-background">
1289+
<div class="modal-card">
1290+
<div class="modal-content">
1291+
<header class="modal-card-head">
1292+
<div class="modal-card-head-content">
1293+
<div>
1294+
<p class="modal-card-title" id="modalHonEtAl2024BibtexTitle">
1295+
BibTeX entry <code>HonEtAl2024</code>
1296+
</p>
1297+
</div>
1298+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1299+
aria-hidden="true">&times;</span></button>
1300+
</div>
1301+
</header>
1302+
<section class="modal-card-body">
1303+
<pre class="abstract">@unpublished{HonEtAl2024,
1304+
author = {Hon, Sean Y. and Fung, Po Yin and Lin, Xue-lei},
1305+
howpublished = {arXiv:2410.22686v1 [math.NA]},
1306+
title = {An optimal parallel-in-time preconditioner for parabolic optimal control problems},
1307+
url = {http://arxiv.org/abs/2410.22686v1},
1308+
year = {2024}
1309+
}
1310+
</pre>
1311+
</section>
1312+
</div>
1313+
</div>
1314+
</div>
1315+
</div>
1316+
1317+
1318+
<div class="modal" id="modalHonEtAl2024Abstract" tabindex="-1" role="dialog"
1319+
aria-labelledby="modalHonEtAl2024AbstractTitle" aria-hidden="true">
1320+
<div class="modal-background">
1321+
<div class="modal-card">
1322+
<div class="modal-content">
1323+
<header class="modal-card-head">
1324+
<div class="modal-card-head-content">
1325+
<div>
1326+
<p class="modal-card-title" id="modalHonEtAl2024AbstractTitle">
1327+
Abstract for BibTeX entry <code>HonEtAl2024</code>
1328+
</p>
1329+
</div>
1330+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1331+
aria-hidden="true">&times;</span></button>
1332+
</div>
1333+
</header>
1334+
<section class="modal-card-body">
1335+
In this work, we propose a novel diagonalization-based preconditioner for the all-at-once linear system arising from the optimal control problem of parabolic equations. The proposed preconditioner is constructed based on an ε-circulant modification to the rotated block diagonal (RBD) preconditioning technique, which can be efficiently diagonalized by fast Fourier transforms in a parallel-in-time fashion. To our knowledge, this marks the first application of the ε-circulant modification to RBD preconditioning. Before our work, the studies of PinT preconditioning techniques for the optimal control problem are mainly focused on ε-circulant modification to Schur complement based preconditioners, which involves multiplication of forward and backward evolutionary processes and thus square the condition number. Compared with those Schur complement based preconditioning techniques in the literature, the advantage of the proposed ε-circulant modified RBD preconditioning is that it does not involve the multiplication of forward and backward evolutionary processes. When the generalized minimal residual method is deployed on the preconditioned system, we prove that when choosing ε=\mathcalO(\sqrtτ) with τbeing the temporal step-size , the convergence rate of the preconditioned GMRES solver is independent of the matrix size and the regularization parameter. Such restriction on εis more relax than the assumptions on εfrom other works related to ε-circulant based preconditioning techniques for the optimal control problem. Numerical results are provided to demonstrate the effectiveness of our proposed solvers.
1336+
</section>
1337+
</div>
1338+
</div>
1339+
</div>
1340+
</div>
1341+
12471342
</div>
12481343
</li>
12491344
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)