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/1_requirements.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
@@ -56,7 +56,7 @@ You can install them after installing ``pip`` by:
56
56
When it does not work, consider if your current dir is incorrect. It should be run from the project root of ``Py3DFTLE`` when undergoing configurations and under :ref:`command-line <command>` mode. Please feel free about such thing under GUI mode.
57
57
58
58
59
-
Add-on Libs
59
+
Add-on Libs (Optional)
60
60
-----------------
61
61
62
62
**1. ParaView** is a powerful beloved open-source visualization platform based on *vtk* that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
Copy file name to clipboardExpand all lines: source/7_command.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,5 @@
3
3
Command-Line Mode (Commands)
4
4
============================
5
5
6
-
This page describes how to perform
6
+
This page describes how to perform FTLE computation under command mode via terminal and save results to standard ``.vts`` (Visualization Toolbox Structured data) files,
7
+
which is a variation of ``.vtk`` format and supported by official ``.vtk`` API and many other post-processing platforms like ``ParaView``.
Copy file name to clipboardExpand all lines: source/9_references.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ References
5
5
6
6
.. .. rubric:: References
7
7
8
+
Cited and Suggested by ``Py3DFTLE``
9
+
------------------------------------
8
10
9
11
.. [Lekien2005] Lekien, F., Marsden, J. "Tricubic interpolation in three dimensions," *International Journal for Numerical Methods in Engineering* **63** (2005).
Copy file name to clipboardExpand all lines: source/index.rst
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ PyFTLE3D: 3D LCS Research Toolkit with GUI
4
4
.. note::
5
5
6
6
**The toolkit is undergoing an internal testing, and currently not publicly released. Who would like to use it in advance to release for non-profit use as early birds, please feel free contact me. The planned release time is 2025.06 - 2025.07 with high-freedom opensource license type, while the author still holds the right to change the release time. **
7
+
7
8
**Terms marked with ``I.P.`` flag are under development. If they will be released with the toolkit at the same time is without my control due to my limited time and effort.**
9
+
8
10
**- Huanxia with Regards.**
9
11
10
12
@@ -19,11 +21,7 @@ As most computers have larger RAM than GPU memory, the toolkit also supports CPU
19
21
Although, the new features would firstly be added to the GPU version, and the CPU version would be updated with a month-scale delay.
20
22
21
23
For the start, it is strongly suggested to begin with reading the review by Prof. George Haller in regard to LCS `here <https://www.georgehaller.com/reprints/annurev-fluid-010313-141322.pdf>`__, published on Annual Review of Fluid Mechanics, instead of directly use this toolkit without any theoretical foundation.
22
-
Some of the theories can be found in this section, it is more encouraged to learn LCS theories and numerical methods by reading the technical papers.
23
-
24
-
The author has invested countless off-work hours developing this software, with the goal of making such a powerful turbulence/complex-systems research tool by Professor Haller's team available to a wider audience and, through it, exploring charming phenomena in flow structures and instability.
25
-
The author is not short of money anymore and therefore does not accept donations or sponsorships. As the *"price"* for using this toolbox, if you publish a paper that employs it, you are asked to notify the author by email. These publications will be collected and listed in :ref:`References <references>` section for reference by peers.
26
-
The author also encourages peers who have cited this toolbox for reference to inform the author, even if they did not directly use it in their investigation. Those works would likewise be advertised in the documentation and repository.
24
+
Some of the theories can be found in this section, but it is still more encouraged to learn LCS theories and numerical methods by reading the technical papers.
0 commit comments