From c2e828217b9e58fc663da341abfff4cbc47813a2 Mon Sep 17 00:00:00 2001 From: Ujjawal179 Date: Thu, 19 Sep 2024 23:37:10 +0530 Subject: [PATCH] Correct image links in Logs and Mesh tab --- _su2gui/Logs-Tab-and-Errors.md | 6 +++--- _su2gui/Mesh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_su2gui/Logs-Tab-and-Errors.md b/_su2gui/Logs-Tab-and-Errors.md index ed92e4f2..ec09e973 100644 --- a/_su2gui/Logs-Tab-and-Errors.md +++ b/_su2gui/Logs-Tab-and-Errors.md @@ -8,7 +8,7 @@ The SU2 and SU2GUI logs provide essential information about the execution and pe ## SU2 Logs -![SU2 Log Tab](../../su2gui_files/User_guide/logs/su2-logs.png) +![SU2 Log Tab](../../su2gui_files/User_guide/Logs/su2-logs.png) The SU2 logs contain detailed information about the solver's execution, including convergence history, residual values, and solution progress. These logs are invaluable for identifying convergence issues, detecting numerical instabilities, and gaining insights into the overall simulation process. @@ -17,7 +17,7 @@ Each SU2 log file is stored within the corresponding case folder and is unique t --- ## SU2GUI Logs -![SU2GUI Log Tab](../../su2gui_files/User_guide/logs/su2gui-logs.png) +![SU2GUI Log Tab](../../su2gui_files/User_guide/Logs/su2gui-logs.png) The SU2GUI logs capture interactions and events within the graphical user interface. These logs are useful for understanding user actions, identifying errors or warnings, and tracking the workflow followed during a simulation setup. @@ -27,7 +27,7 @@ Unlike the SU2 logs, the SU2GUI log file is updated and cleared each time SU2GUI ## Error/Warn Message -![Error message](../../su2gui_files/User_guide/logs/error-message.png) +![Error message](../../su2gui_files/User_guide/Logs/error-message.png) In addition to capturing interactions and events within the graphical user interface, SU2GUI also displays any Error and Warning messages received in the log files as pop-up dialog box. This feature helps users quickly identify and address any issues or potential problems during the simulation setup or execution. diff --git a/_su2gui/Mesh.md b/_su2gui/Mesh.md index 373256d3..4fc44b8e 100644 --- a/_su2gui/Mesh.md +++ b/_su2gui/Mesh.md @@ -15,13 +15,13 @@ SU2GUI offers the option to load a mesh file through both the GUI and the termin 1. Start a new case. Follow these guides for detailed steps on [starting a new case](./../Manage-Cases/#starting-a-new-case). - 2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/Mesh/button-mesh-file.png) + 2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/mesh/button-mesh-file.png) - 3. In the pop-up window, choose the desired mesh file. ![](../../su2gui_files/User_guide/Mesh/choose-mesh-file.png) + 3. In the pop-up window, choose the desired mesh file. ![choose mesh file](../../su2gui_files/User_guide/mesh/choose-mesh-file.png) - 4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![](../../su2gui_files/User_guide/Mesh/loaded-mesh-file.png) + 4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![loaded mesh file](../../su2gui_files/User_guide/mesh/loaded-mesh-file.png)