Skip to content

Commit b598793

Browse files
committed
deploy: 7a38069
1 parent 891979c commit b598793

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.doctrees/6_inputdeck.doctree

142 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

6_inputdeck.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ <h2>Numerical Methods<a class="headerlink" href="#numerical-methods" title="Link
181181
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">if_backward</span></code></p></td>
182182
<td><p>Backward integration flag</p></td>
183183
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code></p></td>
184-
<td><p>Only compute forward advection.</p></td>
184+
<td><p>Only compute forward advection (repelling LCS structures).</p></td>
185185
</tr>
186186
<tr class="row-odd"><td></td>
187187
<td></td>
188188
<td><p>(<code class="docutils literal notranslate"><span class="pre">1</span></code>)</p></td>
189-
<td><p>Compute in both side.</p></td>
189+
<td><p>Compute in both side (both repelling and attracting structures).</p></td>
190190
</tr>
191191
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">wall_treatment</span></code></p></td>
192192
<td><p>Wall-treatment strategy</p></td>
@@ -330,8 +330,8 @@ <h2>Utilizations<a class="headerlink" href="#utilizations" title="Link to this h
330330
<tbody>
331331
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">if_visual</span></code></p></td>
332332
<td><p>Glace visualization enabler</p></td>
333-
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code> or <code class="docutils literal notranslate"><span class="pre">1</span></code></p></td>
334-
<td><p>Take a pop-up glance on the results after computation for check with a rudimentary appearance.</p></td>
333+
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code> / <code class="docutils literal notranslate"><span class="pre">1</span></code></p></td>
334+
<td><p>Take a pop-up glance on FTLE coutours after computation for check with a rudimentary appearance.</p></td>
335335
</tr>
336336
</tbody>
337337
</table>

_sources/6_inputdeck.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Numerical Methods
4343
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
4444
| Key | Description | Value(s) | Explaination |
4545
+===================+======================================================+=========================+=========================================================================================================+
46-
| ``if_backward`` | Backward integration flag | ``0`` | Only compute forward advection. |
46+
| ``if_backward`` | Backward integration flag | ``0`` | Only compute forward advection (repelling LCS structures). |
4747
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
48-
| | | (``1``) | Compute in both side. |
48+
| | | (``1``) | Compute in both side (both repelling and attracting structures). |
4949
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
5050
| ``wall_treatment``| Wall-treatment strategy | (``clamp``) | |
5151
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
@@ -108,7 +108,7 @@ Utilizations
108108
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
109109
| Key | Description | Value(s) | Explaination |
110110
+===================+======================================================+=========================+=========================================================================================================+
111-
| ``if_visual`` | Glace visualization enabler | ``0`` or ``1`` | Take a pop-up glance on the results after computation for check with a rudimentary appearance. |
111+
| ``if_visual`` | Glace visualization enabler | ``0`` / ``1`` | Take a pop-up glance on FTLE coutours after computation for check with a rudimentary appearance. |
112112
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
113113

114114
.. _flow_vars:

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)