Salome HOME
tools/ydefx.git
4 years agoAdd a global result for a study.
Ovidiu Mircescu [Mon, 8 Jul 2019 14:20:33 +0000 (16:20 +0200)]
Add a global result for a study.

Preparation for a insitu feature.

4 years agoRollback the removal of the samplecsviterator.
Ovidiu Mircescu [Tue, 2 Jul 2019 15:58:44 +0000 (17:58 +0200)]
Rollback the removal of the samplecsviterator.

Some refactoring.

4 years agoUse pickel serialization for objects which are not numbers or strings.
Ovidiu Mircescu [Fri, 28 Jun 2019 14:34:23 +0000 (16:34 +0200)]
Use pickel serialization for objects which are not numbers or strings.

4 years agoExecute a script before any evaluation.
Ovidiu Mircescu [Wed, 19 Jun 2019 11:59:20 +0000 (13:59 +0200)]
Execute a script before any evaluation.

5 years agoUse SalomeCppUnit instead of CppUnit. V9_3_0 V9_3_0rc1 V9_3_0rc2
Ovidiu Mircescu [Tue, 2 Apr 2019 12:48:50 +0000 (14:48 +0200)]
Use SalomeCppUnit instead of CppUnit.

5 years agoSome cleaning.
Ovidiu Mircescu [Wed, 20 Mar 2019 13:22:35 +0000 (14:22 +0100)]
Some cleaning.

5 years agoMore error checking when loading the results.
Ovidiu Mircescu [Wed, 13 Mar 2019 15:11:41 +0000 (16:11 +0100)]
More error checking when loading the results.

5 years agoAdd pre_command option to GUI.
Ovidiu Mircescu [Wed, 13 Mar 2019 15:09:57 +0000 (16:09 +0100)]
Add pre_command option to GUI.

5 years agoAdd "resultAvailable" function.
Ovidiu Mircescu [Tue, 12 Mar 2019 13:28:55 +0000 (14:28 +0100)]
Add "resultAvailable" function.

resultAvailable works like getResult but it does not throw exception.
getResult throws an exception if the result file does not exist. It is not an error
if getResult is called soon after the launching of the job and there was not enough time
to create the file.
resultAvailable does not throw exceptions. It returns "False" if the result file does
not exist.

5 years agoSalome test and some fixes.
Ovidiu Mircescu [Fri, 8 Mar 2019 15:47:14 +0000 (16:47 +0100)]
Salome test and some fixes.

5 years agoForgotten file.
Ovidiu Mircescu [Mon, 4 Mar 2019 16:46:27 +0000 (17:46 +0100)]
Forgotten file.

5 years agoAdd GIL management.
Ovidiu Mircescu [Fri, 1 Mar 2019 15:30:05 +0000 (16:30 +0100)]
Add GIL management.

GIL management for JobParametersProxy and PyStudyFunction.
Some minor code formating changes.

5 years agoWork on cmake.
Ovidiu Mircescu [Fri, 22 Feb 2019 15:51:34 +0000 (16:51 +0100)]
Work on cmake.

5 years agoOutput variable names imposed by the study function.
Ovidiu Mircescu [Thu, 21 Feb 2019 12:57:54 +0000 (13:57 +0100)]
Output variable names imposed by the study function.

PyStudyFunction is now full python.

5 years agoAdd resource widget.
Ovidiu Mircescu [Thu, 7 Feb 2019 14:24:41 +0000 (15:24 +0100)]
Add resource widget.

5 years agoAdd a very short README.
Ovidiu Mircescu [Tue, 5 Feb 2019 16:13:08 +0000 (17:13 +0100)]
Add a very short README.

5 years agoAdd licence.
Ovidiu Mircescu [Tue, 5 Feb 2019 15:56:14 +0000 (16:56 +0100)]
Add licence.

5 years agoInitialization.
Ovidiu Mircescu [Tue, 5 Feb 2019 15:34:07 +0000 (16:34 +0100)]
Initialization.