Skip to content

Commit dc5af17

Browse files
committed
deploy: b023024
1 parent 2f3f59c commit dc5af17

5 files changed

Lines changed: 13 additions & 17 deletions

File tree

.doctrees/5_gui.doctree

-481 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

5_gui.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
It is intended for users who prefer an interactive workflow for setting up <code class="docutils literal notranslate"><span class="pre">.par</span></code> files, launching
105105
solver runs, monitoring progress, and previewing FTLE results without typing the full command line
106106
manually.</p>
107-
<p>Unlike the archived legacy GUI, the current interface no longer offers multiple backends.
108-
It always launches the native CUDA solver, using the same <code class="docutils literal notranslate"><span class="pre">.par</span></code>-based workflow described in
107+
<p>The interface launches the native CUDA solver, using the same <code class="docutils literal notranslate"><span class="pre">.par</span></code>-based workflow described in
109108
<a class="reference internal" href="6_inputdeck.html#inputdeck"><span class="std std-ref">Input Deck for Solver Parameters</span></a> and the same structured-VTK input assumptions described in <a class="reference internal" href="4_input.html#input"><span class="std std-ref">Input Data Files</span></a>.</p>
110109
<section id="general-workflow">
111110
<h2>General Workflow<a class="headerlink" href="#general-workflow" title="Link to this heading"></a></h2>
@@ -220,8 +219,8 @@ <h2>Launching a Run<a class="headerlink" href="#launching-a-run" title="Link to
220219
<p>The GUI then launches the native solver executable with that generated parameter file.
221220
If the solver executable cannot be found, the GUI reports where it looked and instructs the user to
222221
build or install the solver first.</p>
223-
<p>At present, the GUI does not launch an alternative Python backend, nor does it expose command-line
224-
style ad hoc overrides outside the parameter pages.</p>
222+
<p>The current interaction model is centered on the parameter pages and the native solver workflow,
223+
instead of ad hoc command-line style overrides.</p>
225224
</section>
226225
<section id="run-monitoring">
227226
<h2>Run Monitoring<a class="headerlink" href="#run-monitoring" title="Link to this heading"></a></h2>
@@ -246,7 +245,7 @@ <h2>Embedded Result Viewer<a class="headerlink" href="#embedded-result-viewer" t
246245
It can open:</p>
247246
<ul class="simple">
248247
<li><p><code class="docutils literal notranslate"><span class="pre">*.vts</span></code> result files;</p></li>
249-
<li><p>legacy <code class="docutils literal notranslate"><span class="pre">*.vtk</span></code> files for general inspection;</p></li>
248+
<li><p><code class="docutils literal notranslate"><span class="pre">*.vtk</span></code> files for general inspection;</p></li>
250249
<li><p><code class="docutils literal notranslate"><span class="pre">*.pvd</span></code> collections for time-series browsing.</p></li>
251250
</ul>
252251
<p>Once a result is loaded, the viewer shows:</p>
@@ -319,12 +318,11 @@ <h2>PNG and MP4 Export<a class="headerlink" href="#png-and-mp4-export" title="Li
319318
<section id="important-notes-and-limits">
320319
<h2>Important Notes and Limits<a class="headerlink" href="#important-notes-and-limits" title="Link to this heading"></a></h2>
321320
<ul class="simple">
322-
<li><p>The GUI is a front end to the native CUDA solver only; the legacy Python GUI is not the active
323-
mainline path.</p></li>
321+
<li><p>The GUI is a front end to the native CUDA solver.</p></li>
324322
<li><p>The GUI does not create missing input or output folders automatically; they should exist before a
325323
run is started.</p></li>
326324
<li><p>The GUI-side result viewer can open <code class="docutils literal notranslate"><span class="pre">.vtk</span></code> files, but the solver input workflow itself still
327-
expects a folder of qualified legacy <code class="docutils literal notranslate"><span class="pre">.vtk</span></code> frames as described in <a class="reference internal" href="4_input.html#input"><span class="std std-ref">Input Data Files</span></a>.</p></li>
325+
expects a folder of qualified <code class="docutils literal notranslate"><span class="pre">.vtk</span></code> frames as described in <a class="reference internal" href="4_input.html#input"><span class="std std-ref">Input Data Files</span></a>.</p></li>
328326
<li><p>Interactive plotting through <code class="docutils literal notranslate"><span class="pre">if_visual</span></code> is not the mainline command-solver workflow. Result
329327
inspection is expected to happen through the embedded viewer or an external post-processor.</p></li>
330328
<li><p>The embedded viewer is intentionally lightweight. For more advanced clipping, transfer functions,

_sources/5_gui.rst.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ It is intended for users who prefer an interactive workflow for setting up ``.pa
99
solver runs, monitoring progress, and previewing FTLE results without typing the full command line
1010
manually.
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
144143
If the solver executable cannot be found, the GUI reports where it looked and instructs the user to
145144
build 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

151150
Run Monitoring
@@ -176,7 +175,7 @@ The right side of the main window contains an embedded VTK viewer.
176175
It 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

182181
Once a result is loaded, the viewer shows:
@@ -259,12 +258,11 @@ If ``ffmpeg`` is missing, the export fails with an explicit error message.
259258
Important 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,

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)