From 81fe83323c80548139d5fd43aea3f44a29b60416 Mon Sep 17 00:00:00 2001 From: yisangriB Date: Wed, 22 Dec 2021 10:39:11 -0800 Subject: [PATCH 1/2] sy - fixing the delayed display of 'Running Anlayis...' --- MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.cpp b/MainWindow.cpp index 57f0eb32..d24a3844 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -667,6 +667,7 @@ void MainWindow::onRunButtonClicked() { GoogleAnalytics::ReportLocalRun(); statusMessage("Running Analysis..."); + QApplication::processEvents(); // // get program & input file from fem widget From 2592f2975925f0bd862618d0f57dc80c88ef2c36 Mon Sep 17 00:00:00 2001 From: yisangriB Date: Fri, 18 Feb 2022 13:51:08 -0800 Subject: [PATCH 2/2] sy - modifying Example 16 --- Examples/qfem-0016/src/input.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/qfem-0016/src/input.json b/Examples/qfem-0016/src/input.json index 2a9fa0f6..47ba56ee 100644 --- a/Examples/qfem-0016/src/input.json +++ b/Examples/qfem-0016/src/input.json @@ -80,7 +80,7 @@ { "distribution": "Uniform", "inputType": "Parameters", - "lowerbound": 0.05, + "lowerbound": 0.10, "name": "alp", "refCount": 1, "upperbound": 0.15,