Skip to content

Commit bdfceea

Browse files
committed
deploy: 5581443
1 parent 0a86b34 commit bdfceea

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.doctrees/6_inputdeck.doctree

147 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

6_inputdeck.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ <h2>Numerical Methods<a class="headerlink" href="#numerical-methods" title="Link
286286
</tbody>
287287
</table>
288288
<p>As for your reference, and configured as defaults, the <em>Berkeley LCS Tutorials</em> used <code class="docutils literal notranslate"><span class="pre">RK4</span></code> for advection.
289-
The velocity fields were interpolated by <code class="docutils literal notranslate"><span class="pre">tricubic-FL</span></code>, originating from <span id="id2">[Lekien2005]</span>, which has higher performance by solving a 64*64 linear system using the function values, gradients, and mixed partial derivatives at its eight corners, which is in future plan for <code class="docutils literal notranslate"><span class="pre">Py3DFTLE</span></code> with high priority.
290-
Although not detailed, <code class="docutils literal notranslate"><span class="pre">grad_order=2</span></code> was employed by them from the equation, supposing the mesh is sufficiently refined.
291-
Please always notice that, although providing much better numerical precision and looks cool in papers, high-order methods could be resource-consuming, even hundreds of times.</p>
289+
The velocity fields were interpolated with <code class="docutils literal notranslate"><span class="pre">tricubic-FL</span></code> by them, originating from <span id="id2">[Lekien2005]</span>, which has higher performance by solving a 64*64 linear system using the function values, gradients, and mixed partial derivatives at its eight corners, which is in future development plan for <code class="docutils literal notranslate"><span class="pre">Py3DFTLE</span></code> with high priority.
290+
Although not detailed, <code class="docutils literal notranslate"><span class="pre">grad_order=2</span></code> was employed by them from the equation, supposing the mesh is sufficiently refined.</p>
291+
<p>Please always notice that, although providing much better numerical precision and looks cool in papers, high-order methods could be resource-consuming, even several hundred times.</p>
292292
</section>
293293
<section id="dynamic-lcs-window">
294294
<h2>Dynamic LCS Window<a class="headerlink" href="#dynamic-lcs-window" title="Link to this heading"></a></h2>

_sources/6_inputdeck.rst.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ Numerical Methods
8787
+-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
8888

8989
As for your reference, and configured as defaults, the *Berkeley LCS Tutorials* used ``RK4`` for advection.
90-
The velocity fields were interpolated by ``tricubic-FL``, originating from [Lekien2005]_, which has higher performance by solving a 64*64 linear system using the function values, gradients, and mixed partial derivatives at its eight corners, which is in future plan for ``Py3DFTLE`` with high priority.
90+
The velocity fields were interpolated with ``tricubic-FL`` by them, originating from [Lekien2005]_, which has higher performance by solving a 64*64 linear system using the function values, gradients, and mixed partial derivatives at its eight corners, which is in future development plan for ``Py3DFTLE`` with high priority.
9191
Although not detailed, ``grad_order=2`` was employed by them from the equation, supposing the mesh is sufficiently refined.
92-
Please always notice that, although providing much better numerical precision and looks cool in papers, high-order methods could be resource-consuming, even hundreds of times.
92+
93+
Please always notice that, although providing much better numerical precision and looks cool in papers, high-order methods could be resource-consuming, even several hundred times.
9394

9495
Dynamic LCS Window
9596
---------------------------------

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)