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: 5_gui.html
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,7 @@
104
104
It is intended for users who prefer an interactive workflow for setting up <codeclass="docutils literal notranslate"><spanclass="pre">.par</span></code> files, launching
105
105
solver runs, monitoring progress, and previewing FTLE results without typing the full command line
106
106
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 <codeclass="docutils literal notranslate"><spanclass="pre">.par</span></code>-based workflow described in
107
+
<p>The interface launches the native CUDA solver, using the same <codeclass="docutils literal notranslate"><spanclass="pre">.par</span></code>-based workflow described in
109
108
<aclass="reference internal" href="6_inputdeck.html#inputdeck"><spanclass="std std-ref">Input Deck for Solver Parameters</span></a> and the same structured-VTK input assumptions described in <aclass="reference internal" href="4_input.html#input"><spanclass="std std-ref">Input Data Files</span></a>.</p>
110
109
<sectionid="general-workflow">
111
110
<h2>General Workflow<aclass="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
220
219
<p>The GUI then launches the native solver executable with that generated parameter file.
221
220
If the solver executable cannot be found, the GUI reports where it looked and instructs the user to
222
221
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>
225
224
</section>
226
225
<sectionid="run-monitoring">
227
226
<h2>Run Monitoring<aclass="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
246
245
It can open:</p>
247
246
<ulclass="simple">
248
247
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">*.vts</span></code> result files;</p></li>
249
-
<li><p>legacy <codeclass="docutils literal notranslate"><spanclass="pre">*.vtk</span></code> files for general inspection;</p></li>
248
+
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">*.vtk</span></code> files for general inspection;</p></li>
250
249
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">*.pvd</span></code> collections for time-series browsing.</p></li>
<h2>Important Notes and Limits<aclass="headerlink" href="#important-notes-and-limits" title="Link to this heading"></a></h2>
321
320
<ulclass="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>
324
322
<li><p>The GUI does not create missing input or output folders automatically; they should exist before a
325
323
run is started.</p></li>
326
324
<li><p>The GUI-side result viewer can open <codeclass="docutils literal notranslate"><spanclass="pre">.vtk</span></code> files, but the solver input workflow itself still
327
-
expects a folder of qualified legacy <codeclass="docutils literal notranslate"><spanclass="pre">.vtk</span></code> frames as described in <aclass="reference internal" href="4_input.html#input"><spanclass="std std-ref">Input Data Files</span></a>.</p></li>
325
+
expects a folder of qualified <codeclass="docutils literal notranslate"><spanclass="pre">.vtk</span></code> frames as described in <aclass="reference internal" href="4_input.html#input"><spanclass="std std-ref">Input Data Files</span></a>.</p></li>
328
326
<li><p>Interactive plotting through <codeclass="docutils literal notranslate"><spanclass="pre">if_visual</span></code> is not the mainline command-solver workflow. Result
329
327
inspection is expected to happen through the embedded viewer or an external post-processor.</p></li>
330
328
<li><p>The embedded viewer is intentionally lightweight. For more advanced clipping, transfer functions,
0 commit comments