You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/3_numerical.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To obtain this map, one must numerically integrate the underlying dynamical syst
18
18
\mathbf{x}(t_n)=\mathbf{x}_n\,,
19
19
20
20
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.
22
22
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.
23
23
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.
0 commit comments