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
+31-16Lines changed: 31 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,15 @@ Lagrangian Advection
10
10
11
11
12
12
13
-
.. _intp:
14
-
15
-
Velocity Interpolation
16
-
~~~~~~~~~~~~~~~~~~~~~~~
17
-
18
-
.. _wall:
19
-
20
-
Wall Treatment
21
-
~~~~~~~~~~~~~~~
22
13
23
14
.. _marching:
24
15
25
16
Time Integration
26
17
~~~~~~~~~~~~~~~~~~
27
18
28
-
Consider the initial-value problem for passive tracer advection in a continuous velocity field
19
+
In the numerical computation of the FTLE (Finite-Time Lyapunov Exponent), we first compute the *flow map* :math:`\varphi_{t_n}^{t_{n+1}}(y_n)`, which maps the initial point :math:`y_n` at time :math:`t_n` to time :math:`t_{n+1}`.
20
+
21
+
To obtain this map, one must numerically integrate the underlying dynamical system, which is described by the ordinary differential equation (ODE)::
29
22
30
23
.. math::
31
24
@@ -39,10 +32,11 @@ where :math:`\sigma = \pm1` selects forward or backward integration.
39
32
The first-order explicit Euler scheme advances the position by sampling the velocity at the beginning of the time step:
0 commit comments