Skip to content

Commit

Permalink
deploy: d77fa60
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Nov 18, 2024
1 parent d0e3a63 commit 343bae4
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions references/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4080,6 +4080,101 @@ <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">
YangEtAl2024
</div>
</div>
</div>

<div class="bibtex-ref-entry">
<span id="YangEtAl2024">Z. Yang, Y. Wang, and W. T. Leung, “Parallel in time partially explicit splitting scheme for high contrast multiscale problems,” arXiv:2411.09244v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2411.09244v1" target="_blank">http://arxiv.org/abs/2411.09244v1</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="#modalYangEtAl2024Bibtex" aria-expanded="false"
aria-controls="modalYangEtAl2024Bibtex">
BibTeX
</button>

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

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

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

<div class="modal" id="modalYangEtAl2024Bibtex" tabindex="-1" role="dialog"
aria-labelledby="modalYangEtAl2024BibtexTitle" 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="modalYangEtAl2024BibtexTitle">
BibTeX entry <code>YangEtAl2024</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{YangEtAl2024,
author = {Yang, Zhengya and Wang, Yating and Leung, Wing Tat},
howpublished = {arXiv:2411.09244v1 [math.NA]},
title = {Parallel in time partially explicit splitting scheme for high contrast multiscale problems},
url = {http://arxiv.org/abs/2411.09244v1},
year = {2024}
}
</pre>
</section>
</div>
</div>
</div>
</div>


<div class="modal" id="modalYangEtAl2024Abstract" tabindex="-1" role="dialog"
aria-labelledby="modalYangEtAl2024AbstractTitle" 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="modalYangEtAl2024AbstractTitle">
Abstract for BibTeX entry <code>YangEtAl2024</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">
Solving multiscale diffusion problems is often computationally expensive due to the spatial and temporal discretization challenges arising from high-contrast coefficients. To address this issue, a partially explicit temporal splitting scheme is proposed. By appropriately constructing multiscale spaces, the spatial multiscale property is effectively managed, and it has been demonstrated that the temporal step size is independent of the contrast. To enhance simulation speed, we propose a parallel algorithm for the multiscale flow problem that leverages the partially explicit temporal splitting scheme. The idea is first to evolve the partially explicit system using a coarse time step size, then correct the solution on each coarse time interval with a fine propagator, for which we consider both the sequential solver and all-at-once solver. This procedure is then performed iteratively till convergence. We analyze the stability and convergence of the proposed algorithm. The numerical experiments demonstrate that the proposed algorithm achieves high numerical accuracy for high-contrast problems and converges in a relatively small number of iterations. The number of iterations stays stable as the number of coarse intervals increases, thus significantly improving computational efficiency through parallel processing.
</section>
</div>
</div>
</div>
</div>

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

0 comments on commit 343bae4

Please sign in to comment.