Skip to content

Commit

Permalink
Deploying to pdoc from @ 6100931 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 25, 2024
1 parent 6312e82 commit df9c9bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PyMPDATA/solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h1 class="modulename">
<div id="PostStepNull.class_type" class="classattr">
<div class="attr variable">
<span class="name">class_type</span> =
<span class="default_value">jitclass.PostStepNull#7fcc0b6b5ee0&lt;&gt;</span>
<span class="default_value">jitclass.PostStepNull#7f8390561ee0&lt;&gt;</span>


</div>
Expand Down Expand Up @@ -395,7 +395,7 @@ <h1 class="modulename">
<div id="PostIterNull.class_type" class="classattr">
<div class="attr variable">
<span class="name">class_type</span> =
<span class="default_value">jitclass.PostIterNull#7fcc04233520&lt;&gt;</span>
<span class="default_value">jitclass.PostIterNull#7f83890bf520&lt;&gt;</span>


</div>
Expand Down
6 changes: 3 additions & 3 deletions PyMPDATA_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2 id="in-2d">in 2D</h2>
</tr>
<tr>
<td style="text-align:left;"><mark>Spectral-spatial advection</mark>, particle population condensational growth in a vertical column of air, time dependent flow</td>
<td style="text-align:left;"><code><a href="PyMPDATA_examples/Shipway_and_Hill_2012.html">PyMPDATA_examples.Shipway_and_Hill_2012</a></code></td>
<td style="text-align:left;"><code><a href="PyMPDATA_examples/Shipway_and_Hill_2012.html">PyMPDATA_examples.Shipway_and_Hill_2012</a></code><br/><img src="https://github.com/open-atmos/PyMPDATA/wiki/files/KiD-1D_PyMPDATA_n_iters=3.gif" width="50%" alt="spectral-spatial"></td>
</tr>
<tr>
<td style="text-align:left;"><mark>shallow-water equations</mark><br/>$$\begin{eqnarray} \partial_t h + \partial_x (uh) + \partial_y (vh) &amp;=&amp; 0~ \\ \partial_t (uh) + \partial_x ( uuh) + \partial_y (vuh) &amp;=&amp; - h \partial_x h~ \\ \partial_t (vh) + \partial_x ( uvh) + \partial_y (vvh) &amp;=&amp; - h \partial_y h~ \end{eqnarray}$$</td>
Expand All @@ -170,7 +170,7 @@ <h2 id="in-2d">in 2D</h2>
<td style="text-align:left;"><code><a href="PyMPDATA_examples/Molenkamp_test_as_in_Jaruga_et_al_2015_Fig_12.html">PyMPDATA_examples.Molenkamp_test_as_in_Jaruga_et_al_2015_Fig_12</a></code>*</td>
</tr>
<tr>
<td style="text-align:left;"><mark>advection equation</mark>, coordinate transformation, spherical coordinates, see also examples in <a href="https://pypi.org/project/PyMPDATA-MPI/">PYMPDATA-MPI</a> $$ \partial_t (G \psi) + \nabla \cdot (Gu \psi) = 0 $$</td>
<td style="text-align:left;"><mark>advection equation</mark>, coordinate transformation, spherical coordinates, see also examples in <a href="https://pypi.org/project/PyMPDATA-MPI/">PyMPDATA-MPI</a> $$ \partial_t (G \psi) + \nabla \cdot (Gu \psi) = 0 $$</td>
<td style="text-align:left;"><code><a href="PyMPDATA_examples/Williamson_and_Rasch_1989_as_in_Jaruga_et_al_2015_Fig_14.html">PyMPDATA_examples.Williamson_and_Rasch_1989_as_in_Jaruga_et_al_2015_Fig_14</a></code><br><img src="https://github.com/open-atmos/PyMPDATA-MPI/releases/download/latest-generated-plots/n_iters.1_rank_0_size_1_c_field_.0.5.0.25._mpi_dim_0_n_threads_1-SphericalScenario-anim.gif", width="50%" alt="mpi-gif"></td>
</tr>
</tbody>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h1 id="installation">Installation</h1>
<label class="view-source-button" for="mod-PyMPDATA_examples-view-source"><span>View Source</span></label>

<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos"> 1</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos"> 2</span></a><span class="sd">.. include:: ../../docs/markdown/pympdata_examples_landing.md</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos"> 2</span></a><span class="sd">.. include:: ../docs/pympdata_examples_landing.md</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos"> 3</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-4"><a href="#L-4"><span class="linenos"> 4</span></a>
</span><span id="L-5"><a href="#L-5"><span class="linenos"> 5</span></a><span class="kn">from</span> <span class="nn">importlib.metadata</span> <span class="kn">import</span> <span class="n">PackageNotFoundError</span><span class="p">,</span> <span class="n">version</span>
Expand Down
Loading

0 comments on commit df9c9bd

Please sign in to comment.