]> SALOME platform Git repositories - tools/ydefx.git/commit
Salome HOME
Initialization.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 5 Feb 2019 15:34:07 +0000 (16:34 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 5 Feb 2019 15:34:07 +0000 (16:34 +0100)
commit73a8d0700ed1a5b84139807b701646d1e8cede3e
tree4de14341c9748cca823e9bcd374792e6e114cf2b
Initialization.
56 files changed:
CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/cpp/CMakeLists.txt [new file with mode: 0644]
src/cpp/Exceptions.cxx [new file with mode: 0644]
src/cpp/Exceptions.hxx [new file with mode: 0644]
src/cpp/Job.hxx [new file with mode: 0644]
src/cpp/JobParametersProxy.cxx [new file with mode: 0644]
src/cpp/JobParametersProxy.hxx [new file with mode: 0644]
src/cpp/Launcher.hxx [new file with mode: 0644]
src/cpp/MonoPyJob.cxx [new file with mode: 0644]
src/cpp/MonoPyJob.hxx [new file with mode: 0644]
src/cpp/PyStudyFunction.cxx [new file with mode: 0644]
src/cpp/PyStudyFunction.hxx [new file with mode: 0644]
src/cpp/Sample.hxx [new file with mode: 0644]
src/cpp/SamplePyConversions.hxx [new file with mode: 0644]
src/cpp/StudyFunction.hxx [new file with mode: 0644]
src/cpp/TMonoPyJob.hxx [new file with mode: 0644]
src/cpp/Test/CMakeLists.txt [new file with mode: 0644]
src/cpp/Test/SampleTest.cxx [new file with mode: 0644]
src/cpp/Test/SampleTest.hxx [new file with mode: 0644]
src/cpp/Test/StudyGeneralTest.cxx [new file with mode: 0644]
src/cpp/Test/StudyGeneralTest.hxx [new file with mode: 0644]
src/cpp/Test/StudyRestartTest.cxx [new file with mode: 0644]
src/cpp/Test/StudyRestartTest.hxx [new file with mode: 0644]
src/cpp/Test/TestMain.cxx [new file with mode: 0644]
src/cpp/YacsStudyFunction.cxx [new file with mode: 0644]
src/cpp/YacsStudyFunction.hxx [new file with mode: 0644]
src/pydefx/CMakeLists.txt [new file with mode: 0644]
src/pydefx/__init__.py [new file with mode: 0644]
src/pydefx/configuration.py [new file with mode: 0644]
src/pydefx/parameters.py [new file with mode: 0644]
src/pydefx/pyscript.py [new file with mode: 0644]
src/pydefx/pystudy.py [new file with mode: 0644]
src/pydefx/sample.py [new file with mode: 0644]
src/pydefx/samplecsviterator.py [new file with mode: 0644]
src/pydefx/samplecsvmanager.py [new file with mode: 0644]
src/pydefx/samplemanager.py [new file with mode: 0644]
src/pydefx/schemas/CMakeLists.txt [new file with mode: 0644]
src/pydefx/schemas/idefix_pyschema.xml [new file with mode: 0644]
src/pydefx/schemas/plugin.py [new file with mode: 0644]
src/pyexample/findidefixdata.py [new file with mode: 0755]
src/pyexample/idefixconfig.json [new file with mode: 0644]
src/pyexample/idefixconfig.py [new file with mode: 0644]
src/pyexample/idefixdata.csv [new file with mode: 0644]
src/pyexample/idefixoutputnames.csv [new file with mode: 0644]
src/pyexample/idefixstudy.py [new file with mode: 0644]
src/pyexample/input.csv [new file with mode: 0644]
src/pyexample/plugin.py [new file with mode: 0644]
src/pyexample/runcase.sh [new file with mode: 0755]
src/pyexample/scenario.py [new file with mode: 0644]
src/pyexample/scenario_study.py [new file with mode: 0644]
src/pyexample/syrthes_launch.py [new file with mode: 0755]
src/pyexample/temposcen.py [new file with mode: 0644]
src/pyexample/tempostudy.py [new file with mode: 0644]
src/pyexample/tests1.py [new file with mode: 0644]
src/pyexample/tests2.py [new file with mode: 0644]