Skip to content

Commit

Permalink
deploy: 531dc8d
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Oct 17, 2024
1 parent a0d619b commit 52889d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
12 changes: 5 additions & 7 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ LaSDI maps full-order PDE solutions to a latent space using autoencoders and lea
By interpolating and solving the ODE system in the reduced latent space, fast and accurate ROM predictions can be made by feeding the predicted latent space dynamics into the decoder.
It also supports parametric interpolation of latent dynamics according to uncertainties evaluated via Gaussian process.

.. toctree::
:maxdepth: 2
:caption: Contents:

References
===================

* Fries, William D., Xiaolong He, and Youngsoo Choi. "LaSDI: Parametric latent space dynamics identification." Computer Methods in Applied Mechanics and Engineering 399 (2022): 115436.
* He, Xiaolong, Youngsoo Choi, William D. Fries, Jonathan L. Belof, and Jiun-Shyan Chen. "gLaSDI: Parametric physics-informed greedy latent space dynamics identification." Journal of Computational Physics 489 (2023): 112267.
* Tran, April, Xiaolong He, Daniel A. Messenger, Youngsoo Choi, and David M. Bortz. "Weak-form latent space dynamics identification." Computer Methods in Applied Mechanics and Engineering 427 (2024): 116998.
* Park, Jun Sur Richard, Siu Wun Cheung, Youngsoo Choi, and Yeonjong Shin. "tLaSDI: Thermodynamics-informed latent space dynamics identification." arXiv preprint arXiv:2403.05848 (2024).
* Bonneville, Christophe, Youngsoo Choi, Debojyoti Ghosh, and Jonathan L. Belof. "Gplasdi: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder." Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.
* He, Xiaolong, April Tran, David M. Bortz, and Youngsoo Choi. "Physics-informed active learning with simultaneous weak-form latent space dynamics identification." arXiv preprint arXiv:2407.00337 (2024).

.. toctree::
:maxdepth: 2
:caption: Contents:

lasdi

18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ <h1>LaSDI documentation<a class="headerlink" href="#lasdi-documentation" title="
LaSDI maps full-order PDE solutions to a latent space using autoencoders and learns the system of ODEs governing the latent space dynamics.
By interpolating and solving the ODE system in the reduced latent space, fast and accurate ROM predictions can be made by feeding the predicted latent space dynamics into the decoder.
It also supports parametric interpolation of latent dynamics according to uncertainties evaluated via Gaussian process.</p>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="autoapi/index.html">API Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="autoapi/lasdi/index.html">lasdi</a></li>
</ul>
</li>
</ul>
</div>
</section>
<section id="references">
<h1>References<a class="headerlink" href="#references" title="Permalink to this heading"></a></h1>
Expand All @@ -88,15 +97,6 @@ <h1>References<a class="headerlink" href="#references" title="Permalink to this
<li><p>Bonneville, Christophe, Youngsoo Choi, Debojyoti Ghosh, and Jonathan L. Belof. “Gplasdi: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder.” Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.</p></li>
<li><p>He, Xiaolong, April Tran, David M. Bortz, and Youngsoo Choi. “Physics-informed active learning with simultaneous weak-form latent space dynamics identification.” arXiv preprint arXiv:2407.00337 (2024).</p></li>
</ul>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="autoapi/index.html">API Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="autoapi/lasdi/index.html">lasdi</a></li>
</ul>
</li>
</ul>
</div>
</section>


Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 52889d6

Please sign in to comment.