Skip to content

Commit 3fca7d1

Browse files
committed
deploy: 81873bc
1 parent 277b8ad commit 3fca7d1

File tree

262 files changed

+2266
-982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+2266
-982
lines changed

_images/rt_average_9_1.png

19.3 KB
Loading

_modules/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>Overview: module code &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>Overview: module code &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/advective_fluxes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.advective_fluxes &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.advective_fluxes &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/interface.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.interface &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.interface &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/problems/smooth.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.problems.smooth &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.problems.smooth &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/problems/test.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.problems.test &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.problems.test &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/problems/tophat.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.problems.tophat &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.problems.tophat &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection/simulation.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection.simulation &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection.simulation &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection_fv4/fluxes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection_fv4.fluxes &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection_fv4.fluxes &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

_modules/pyro/advection_fv4/problems/smooth.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyro.advection_fv4.problems.smooth &#8212; pyro 4.4.0.post12+g8f5723ca documentation</title>
10+
<title>pyro.advection_fv4.problems.smooth &#8212; pyro 4.4.0.post13+g81873bc4 documentation</title>
1111

1212

1313

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

44-
<script src="../../../../_static/documentation_options.js?v=31c99141"></script>
44+
<script src="../../../../_static/documentation_options.js?v=7785025e"></script>
4545
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -189,6 +189,7 @@
189189
<ul class="nav bd-sidenav">
190190
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-rt-compare.html">Comparing the Compressible Solvers</a></li>
191191
<li class="toctree-l1"><a class="reference internal" href="../../../../adding_a_problem_jupyter.html">Defining our own problem in Jupyter</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="../../../../rt_average.html">Horizontal Averages of Rayleigh-Taylor</a></li>
192193
<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>
193194
<li class="toctree-l1"><a class="reference internal" href="../../../../compressible-convergence.html">Convergence of the compressible solvers</a></li>
194195
</ul>

0 commit comments

Comments
 (0)