@@ -9,8 +9,7 @@ It is intended for users who prefer an interactive workflow for setting up ``.pa
99solver runs, monitoring progress, and previewing FTLE results without typing the full command line
1010manually.
1111
12- Unlike the archived legacy GUI, the current interface no longer offers multiple backends.
13- It always launches the native CUDA solver, using the same ``.par ``-based workflow described in
12+ The interface launches the native CUDA solver, using the same ``.par ``-based workflow described in
1413:ref: `inputdeck ` and the same structured-VTK input assumptions described in :ref: `input `.
1514
1615
@@ -144,8 +143,8 @@ The GUI then launches the native solver executable with that generated parameter
144143If the solver executable cannot be found, the GUI reports where it looked and instructs the user to
145144build or install the solver first.
146145
147- At present, the GUI does not launch an alternative Python backend, nor does it expose command-line
148- style ad hoc overrides outside the parameter pages .
146+ The current interaction model is centered on the parameter pages and the native solver workflow,
147+ instead of ad hoc command-line style overrides .
149148
150149
151150Run Monitoring
@@ -176,7 +175,7 @@ The right side of the main window contains an embedded VTK viewer.
176175It can open:
177176
178177- ``*.vts `` result files;
179- - legacy ``*.vtk `` files for general inspection;
178+ - ``*.vtk `` files for general inspection;
180179- ``*.pvd `` collections for time-series browsing.
181180
182181Once a result is loaded, the viewer shows:
@@ -259,12 +258,11 @@ If ``ffmpeg`` is missing, the export fails with an explicit error message.
259258Important Notes and Limits
260259--------------------------
261260
262- - The GUI is a front end to the native CUDA solver only; the legacy Python GUI is not the active
263- mainline path.
261+ - The GUI is a front end to the native CUDA solver.
264262- The GUI does not create missing input or output folders automatically; they should exist before a
265263 run is started.
266264- The GUI-side result viewer can open ``.vtk `` files, but the solver input workflow itself still
267- expects a folder of qualified legacy ``.vtk `` frames as described in :ref: `input `.
265+ expects a folder of qualified ``.vtk `` frames as described in :ref: `input `.
268266- Interactive plotting through ``if_visual `` is not the mainline command-solver workflow. Result
269267 inspection is expected to happen through the embedded viewer or an external post-processor.
270268- The embedded viewer is intentionally lightweight. For more advanced clipping, transfer functions,
0 commit comments