Skip to content

Commit 46f8bb4

Browse files
committed
deploy: 318a2ae
1 parent c309186 commit 46f8bb4

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

.doctrees/3_numerical.doctree

0 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

3_numerical.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
\[\frac{d\mathbf{x}}{dt} = \sigma\,\mathbf{u}(\mathbf{x},t)\,,
104104
\mathbf{x}(t_n)=\mathbf{x}_n\,,\]</div>
105105
<p>where <span class="math notranslate nohighlight">\(\sigma = \pm1\)</span> selects forward or backward integration.
106-
During the time integration process, the algorithm frequently queries the flow velocity vector <span class="math notranslate nohighlight">\(\mathbf{v}(\mathbf{x},t)\)</span> at specific locations and moments with very high precision requirements.
106+
During the time integration process, the algorithm frequently queries the flow velocity vector <span class="math notranslate nohighlight">\(\mathbf{u}(\mathbf{x},t)\)</span> at specific locations and moments with very high precision requirements.
107107
However, since the data grid is inherently spatially discretized, high-order interpolation methods are required by the program to keep numerical stability and obtain a physically meaningful flow map.
108108
Furthermore, when querying the velocity, special wall treatment must be applied at the boundaries to avoid value discontinuities and to represent certain real physical conditions.</p>
109109
<section id="time-integration">

_sources/3_numerical.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To obtain this map, one must numerically integrate the underlying dynamical syst
1818
\mathbf{x}(t_n)=\mathbf{x}_n\,,
1919
2020
where :math:`\sigma = \pm1` selects forward or backward integration.
21-
During the time integration process, the algorithm frequently queries the flow velocity vector :math:`\mathbf{v}(\mathbf{x},t)` at specific locations and moments with very high precision requirements.
21+
During the time integration process, the algorithm frequently queries the flow velocity vector :math:`\mathbf{u}(\mathbf{x},t)` at specific locations and moments with very high precision requirements.
2222
However, since the data grid is inherently spatially discretized, high-order interpolation methods are required by the program to keep numerical stability and obtain a physically meaningful flow map.
2323
Furthermore, when querying the velocity, special wall treatment must be applied at the boundaries to avoid value discontinuities and to represent certain real physical conditions.
2424

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)