]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Documentation update and simple plot support interface
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 15 Jan 2023 17:43:14 +0000 (18:43 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 15 Jan 2023 17:43:14 +0000 (18:43 +0100)
commit580702447a742595ae974b18786d160736d43e01
tree0835adb39131739ad70deaaa05bb3bb9d606f18e
parenta6845547d27bcdc0928f898a4c8a2e4fc276c69e
Documentation update and simple plot support interface
34 files changed:
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_DifferentialEvolution.rst
doc/en/ref_algorithm_LocalSensitivityTest.rst
doc/en/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/en/ref_algorithm_ParallelFunctionTest.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_DifferentialEvolution.rst
doc/fr/ref_algorithm_LocalSensitivityTest.rst
src/daComposant/daAlgorithms/MeasurementsOptimalPositioningTask.py
src/daComposant/daNumerics/Gnuplot/ANNOUNCE.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/CREDITS.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/Errors.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/FAQ.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/LICENSE.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/NEWS.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/PlotItems.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/README.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/TODO.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/VERSIONS.txt [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/_Gnuplot.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/__init__.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/demo.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/funcutils.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gnuplot_Suites.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_cygwin.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_java.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_mac.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_macosx.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_unix.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/gp_win32.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/termdefs.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/test.py [new file with mode: 0644]
src/daComposant/daNumerics/Gnuplot/utils.py [new file with mode: 0644]