]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Default format for results is MED
authormichael <michael@localhost.localdomain>
Sun, 31 Jan 2021 21:43:19 +0000 (22:43 +0100)
committermichael <michael@localhost.localdomain>
Sun, 31 Jan 2021 21:43:19 +0000 (22:43 +0100)
CoreFlows/gui/ui/MainCFWidget.py

index 2330af4855bc1ff4c0d04237c12c2276fb807c3d..9e01f49ce6fcd1c8f232ac8b776dbba8ea8e19e3 100755 (executable)
@@ -243,6 +243,7 @@ class MainCFWidget(QtWidgets.QTabWidget):
     myProblem.saveConservativeField(True);
     #myProblem.setVerbose(True);
     myProblem.usePrimitiveVarsInNewton(True);
+    myProblem.setSaveFileFormat(cf.MED)
     if(dictCF["spaceDim"]>1):
       myProblem.saveVelocity();
       pass