]>
SALOME platform Git repositories - tools/ydefx.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ovidiu Mircescu [Wed, 16 Oct 2019 14:13:54 +0000 (16:13 +0200)]
Copy job parameters without salome session.
Ovidiu Mircescu [Thu, 10 Oct 2019 08:56:20 +0000 (10:56 +0200)]
Button 'Default parameters'.
Ovidiu Mircescu [Wed, 9 Oct 2019 14:08:01 +0000 (16:08 +0200)]
C++ tests without salome session.
Ovidiu Mircescu [Wed, 9 Oct 2019 11:24:36 +0000 (13:24 +0200)]
Error management when a job is created with wrong parameters.
Ovidiu Mircescu [Tue, 8 Oct 2019 14:07:00 +0000 (16:07 +0200)]
Fix available resources in no salome server mode.
Ovidiu Mircescu [Thu, 3 Oct 2019 12:11:04 +0000 (14:11 +0200)]
Find the resources catalog in mode without salome session.
Ovidiu Mircescu [Fri, 30 Aug 2019 07:56:46 +0000 (09:56 +0200)]
Fix omission of loading extra parameters in GUI.
Ovidiu Mircescu [Wed, 10 Jul 2019 15:52:20 +0000 (17:52 +0200)]
You can now use YDEFX without a running Salome session.
Ovidiu Mircescu [Wed, 10 Jul 2019 12:25:02 +0000 (14:25 +0200)]
Add insitu example as a test.
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.
Ovidiu Mircescu [Tue, 2 Jul 2019 15:58:44 +0000 (17:58 +0200)]
Rollback the removal of the samplecsviterator.
Some refactoring.
Ovidiu Mircescu [Fri, 28 Jun 2019 14:34:23 +0000 (16:34 +0200)]
Use pickel serialization for objects which are not numbers or strings.
Ovidiu Mircescu [Wed, 19 Jun 2019 11:59:20 +0000 (13:59 +0200)]
Execute a script before any evaluation.
Ovidiu Mircescu [Tue, 2 Apr 2019 12:48:50 +0000 (14:48 +0200)]
Use SalomeCppUnit instead of CppUnit.
Ovidiu Mircescu [Wed, 20 Mar 2019 13:22:35 +0000 (14:22 +0100)]
Some cleaning.
Ovidiu Mircescu [Wed, 13 Mar 2019 15:11:41 +0000 (16:11 +0100)]
More error checking when loading the results.
Ovidiu Mircescu [Wed, 13 Mar 2019 15:09:57 +0000 (16:09 +0100)]
Add pre_command option to GUI.
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.
Ovidiu Mircescu [Fri, 8 Mar 2019 15:47:14 +0000 (16:47 +0100)]
Salome test and some fixes.
Ovidiu Mircescu [Mon, 4 Mar 2019 16:46:27 +0000 (17:46 +0100)]
Forgotten file.
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.
Ovidiu Mircescu [Fri, 22 Feb 2019 15:51:34 +0000 (16:51 +0100)]
Work on cmake.
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.
Ovidiu Mircescu [Thu, 7 Feb 2019 14:24:41 +0000 (15:24 +0100)]
Add resource widget.
Ovidiu Mircescu [Tue, 5 Feb 2019 16:13:08 +0000 (17:13 +0100)]
Add a very short README.
Ovidiu Mircescu [Tue, 5 Feb 2019 15:56:14 +0000 (16:56 +0100)]
Add licence.
Ovidiu Mircescu [Tue, 5 Feb 2019 15:34:07 +0000 (16:34 +0100)]
Initialization.