Skip to content

Commit

Permalink
deploy: 81873bc
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 13, 2024
1 parent 277b8ad commit 3fca7d1
Show file tree
Hide file tree
Showing 262 changed files with 2,266 additions and 982 deletions.
Binary file added _images/rt_average_9_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>Overview: module code &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../_static/documentation_options.js?v=31c99141"></script>
<script src="../_static/documentation_options.js?v=7785025e"></script>
<script src="../_static/doctools.js?v=9bcbadda"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/advective_fluxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.advective_fluxes &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.advective_fluxes &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.interface &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.interface &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/problems/smooth.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.problems.smooth &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.problems.smooth &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/problems/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.problems.test &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.problems.test &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/problems/tophat.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.problems.tophat &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.problems.tophat &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection.simulation &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection.simulation &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection_fv4/fluxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection_fv4.fluxes &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection_fv4.fluxes &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection_fv4/problems/smooth.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection_fv4.problems.smooth &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection_fv4.problems.smooth &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection_fv4/problems/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection_fv4.problems.test &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection_fv4.problems.test &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _modules/pyro/advection_fv4/problems/tophat.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyro.advection_fv4.problems.tophat &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
<title>pyro.advection_fv4.problems.tophat &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -189,6 +189,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../advection-error.html">Error Measurement of the <code class="docutils literal notranslate"><span class="pre">advection_fv4</span></code> Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
</ul>
Expand Down
Loading

0 comments on commit 3fca7d1

Please sign in to comment.