Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1708ab2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Sep 16, 2024
1 parent db5e679 commit 4b7cb8d
Show file tree
Hide file tree
Showing 375 changed files with 1,025 additions and 1,027 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/projects/Hamiltonian.doctree
Binary file not shown.
Binary file modified .doctrees/projects/doc_fput.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_2_C.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_3_B.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_4_D.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_7_A.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_7_B.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_7_C.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_7_D.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/doc_step_8_C.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/step_2.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/step_3.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/step_4.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/step_7.doctree
Binary file not shown.
Binary file modified .doctrees/tutorial/step_8.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _images/coverage-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/timings_SDC_variants_Fisher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/timings_SDC_variants_GrayScott.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions _modules/implementations/datatype_classes/mesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ <h1>Source code for implementations.datatype_classes.mesh</h1><div class="highli
<span class="sd"> float: absolute maximum of all mesh values</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="c1"># take absolute values of the mesh values</span>
<span class="n">local_absval</span> <span class="o">=</span> <span class="nb">float</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">amax</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">ndarray</span><span class="o">.</span><span class="fm">__abs__</span><span class="p">(</span><span class="bp">self</span><span class="p">)))</span>
<span class="n">local_absval</span> <span class="o">=</span> <span class="nb">float</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">max</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">ndarray</span><span class="o">.</span><span class="fm">__abs__</span><span class="p">(</span><span class="bp">self</span><span class="p">)))</span>

<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">comm</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">comm</span><span class="o">.</span><span class="n">Get_size</span><span class="p">()</span> <span class="o">&gt;</span> <span class="mi">1</span><span class="p">:</span>
<span class="n">global_absval</span> <span class="o">=</span> <span class="mf">0.0</span>
<span class="n">global_absval</span> <span class="o">=</span> <span class="nb">max</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">comm</span><span class="o">.</span><span class="n">allreduce</span><span class="p">(</span><span class="n">sendobj</span><span class="o">=</span><span class="n">local_absval</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="n">MPI</span><span class="o">.</span><span class="n">MAX</span><span class="p">),</span> <span class="n">global_absval</span><span class="p">)</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">comm</span><span class="o">.</span><span class="n">size</span> <span class="o">&gt;</span> <span class="mi">1</span><span class="p">:</span>
<span class="n">global_absval</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">comm</span><span class="o">.</span><span class="n">allreduce</span><span class="p">(</span><span class="n">sendobj</span><span class="o">=</span><span class="n">local_absval</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="n">MPI</span><span class="o">.</span><span class="n">MAX</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">global_absval</span> <span class="o">=</span> <span class="n">local_absval</span>
<span class="k">else</span><span class="p">:</span>
Expand Down
20 changes: 10 additions & 10 deletions coverage/class_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -939,14 +939,14 @@ <h2>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t12">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t12"><data value='mesh'>mesh</data></a></td>
<td>27</td>
<td>2</td>
<td>26</td>
<td>1</td>
<td>1</td>
<td class="right" data-ratio="25 27">93%</td>
<td class="right" data-ratio="25 26">96%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t129">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t129"><data value='MultiComponentMesh'>MultiComponentMesh</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t128">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t128"><data value='MultiComponentMesh'>MultiComponentMesh</data></a></td>
<td>8</td>
<td>0</td>
<td>2</td>
Expand Down Expand Up @@ -5381,10 +5381,10 @@ <h2>
<tr class="total">
<td class="name left">Total</td>
<td class="name left">&nbsp;</td>
<td>26116</td>
<td>5713</td>
<td>26115</td>
<td>5712</td>
<td>4997</td>
<td class="right" data-ratio="20403 26116">78%</td>
<td class="right" data-ratio="20403 26115">78%</td>
</tr>
</tfoot>
</table>
Expand All @@ -5397,7 +5397,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
<aside class="hidden">
Expand Down
2 changes: 1 addition & 1 deletion coverage/coverage-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions coverage/function_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -3139,46 +3139,46 @@ <h2>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t65">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t65"><data value='abs__'>mesh.__abs__</data></a></td>
<td>8</td>
<td>2</td>
<td>7</td>
<td>1</td>
<td>0</td>
<td class="right" data-ratio="6 8">75%</td>
<td class="right" data-ratio="6 7">86%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t86">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t86"><data value='isend'>mesh.isend</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t85">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t85"><data value='isend'>mesh.isend</data></a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="1 1">100%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t100">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t100"><data value='irecv'>mesh.irecv</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t99">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t99"><data value='irecv'>mesh.irecv</data></a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="1 1">100%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t114">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t114"><data value='bcast'>mesh.bcast</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t113">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t113"><data value='bcast'>mesh.bcast</data></a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="2 2">100%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t167">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t167"><data value='new__'>MultiComponentMesh.__new__</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t166">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t166"><data value='new__'>MultiComponentMesh.__new__</data></a></td>
<td>5</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="5 5">100%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t176">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t176"><data value='getattr__'>MultiComponentMesh.__getattr__</data></a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t175">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html#t175"><data value='getattr__'>MultiComponentMesh.__getattr__</data></a></td>
<td>3</td>
<td>0</td>
<td>2</td>
Expand Down Expand Up @@ -16629,10 +16629,10 @@ <h2>
<tr class="total">
<td class="name left">Total</td>
<td class="name left">&nbsp;</td>
<td>26116</td>
<td>5713</td>
<td>26115</td>
<td>5712</td>
<td>4997</td>
<td class="right" data-ratio="20403 26116">78%</td>
<td class="right" data-ratio="20403 26115">78%</td>
</tr>
</tfoot>
</table>
Expand All @@ -16645,7 +16645,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
<aside class="hidden">
Expand Down
16 changes: 8 additions & 8 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -359,10 +359,10 @@ <h2>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_mesh_py.html">pySDC/implementations/datatype_classes/mesh.py</a></td>
<td>57</td>
<td>2</td>
<td>56</td>
<td>1</td>
<td>3</td>
<td class="right" data-ratio="55 57">96%</td>
<td class="right" data-ratio="55 56">98%</td>
</tr>
<tr class="region">
<td class="name left"><a href="z_3017878c2b4bc866_particles_py.html">pySDC/implementations/datatype_classes/particles.py</a></td>
Expand Down Expand Up @@ -2412,10 +2412,10 @@ <h2>
<tfoot>
<tr class="total">
<td class="name left">Total</td>
<td>26116</td>
<td>5713</td>
<td>26115</td>
<td>5712</td>
<td>5000</td>
<td class="right" data-ratio="20403 26116">78%</td>
<td class="right" data-ratio="20403 26115">78%</td>
</tr>
</tfoot>
</table>
Expand All @@ -2428,7 +2428,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
<aside class="hidden">
Expand Down
2 changes: 1 addition & 1 deletion coverage/status.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions coverage/z_020efe120a771d8a_fput_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>
<a id="nextFileLink" class="nav" href="z_020efe120a771d8a_hamiltonian_and_energy_output_py.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
<aside class="hidden">
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
Expand Down Expand Up @@ -328,7 +328,7 @@ <h2>
<a class="nav" href="z_020efe120a771d8a_hamiltonian_and_energy_output_py.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>
<a id="nextFileLink" class="nav" href="z_020efe120a771d8a_hamiltonian_output_py.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
<aside class="hidden">
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>
<a class="nav" href="z_020efe120a771d8a_hamiltonian_output_py.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.1">coverage.py v7.6.1</a>,
created at 2024-09-16 12:43 +0000
created at 2024-09-16 18:10 +0000
</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit 4b7cb8d

Please sign in to comment.