Salome HOME
Updated GUI documentation master
authormichael <michael@localhost.localdomain>
Thu, 20 Jan 2022 16:58:03 +0000 (17:58 +0100)
committermichael <michael@localhost.localdomain>
Thu, 20 Jan 2022 16:58:03 +0000 (17:58 +0100)
CoreFlows/gui/doc/images/guitips1.png [new file with mode: 0644]
CoreFlows/gui/doc/images/guitips2.png [new file with mode: 0644]
CoreFlows/gui/doc/images/guitips3.png [new file with mode: 0644]
CoreFlows/gui/doc/images/guitips4.png [new file with mode: 0644]
CoreFlows/gui/doc/images/guitips5.png [new file with mode: 0644]
CoreFlows/gui/rst_prolog.rst [new file with mode: 0644]
env_SOLVERLAB.sh

diff --git a/CoreFlows/gui/doc/images/guitips1.png b/CoreFlows/gui/doc/images/guitips1.png
new file mode 100644 (file)
index 0000000..df469a7
Binary files /dev/null and b/CoreFlows/gui/doc/images/guitips1.png differ
diff --git a/CoreFlows/gui/doc/images/guitips2.png b/CoreFlows/gui/doc/images/guitips2.png
new file mode 100644 (file)
index 0000000..2573cbc
Binary files /dev/null and b/CoreFlows/gui/doc/images/guitips2.png differ
diff --git a/CoreFlows/gui/doc/images/guitips3.png b/CoreFlows/gui/doc/images/guitips3.png
new file mode 100644 (file)
index 0000000..b5729f4
Binary files /dev/null and b/CoreFlows/gui/doc/images/guitips3.png differ
diff --git a/CoreFlows/gui/doc/images/guitips4.png b/CoreFlows/gui/doc/images/guitips4.png
new file mode 100644 (file)
index 0000000..35c13e5
Binary files /dev/null and b/CoreFlows/gui/doc/images/guitips4.png differ
diff --git a/CoreFlows/gui/doc/images/guitips5.png b/CoreFlows/gui/doc/images/guitips5.png
new file mode 100644 (file)
index 0000000..1a71a19
Binary files /dev/null and b/CoreFlows/gui/doc/images/guitips5.png differ
diff --git a/CoreFlows/gui/rst_prolog.rst b/CoreFlows/gui/rst_prolog.rst
new file mode 100644 (file)
index 0000000..5986ed2
--- /dev/null
@@ -0,0 +1,46 @@
+
+.. raw:: latex
+
+    \clearpage
+
+.. _SOLVERLAB: https://www.nano.uni-jena.de/en/solverlab.html
+.. _SALOME: http://www.salome-platform.org
+.. _SPHINX: http://sphinx-doc.org
+.. _MATPLOTLIB: https://matplotlib.org
+.. _PANDAS: https://pandas.pydata.org
+.. _NavToolPlt: http://matplotlib.org/users/navigation_toolbar.html?highlight=toolbar
+.. _C++: http://www.cplusplus.com/
+.. _CMake: https://cmake.org/
+.. _Python: https://docs.python.org/3.5
+.. _Python3: https://docs.python.org/3.5
+.. _ParaView: http://www.paraview.org
+.. _Anaconda: https://docs.continuum.io/anaconda/pkg-docs#
+.. _Miniconda: http://conda.pydata.org/miniconda.html
+.. _Git: https://git-scm.com
+.. _Git-windows: https://git-scm.com
+.. _GitCheatSheet: https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf
+.. _SolverlabCheatSheet: ../solverlab-cheat-sheet.pdf
+.. _SolverlabGuiPdf: ./../../src/solverlabDocuments/solverlabGUI.pdf
+.. _SolverlabManualPdf: https://github.com/ndjinga/SOLVERLAB/blob/master/README.md
+.. _SolverlabPresentationPdf: https://github.com/ndjinga/SOLVERLAB/blob/master/CoreFlows/Documentation/PhysicalModels.md
+.. _CLI: https://en.wikipedia.org/wiki/Command-line_interface
+.. _Tar: https://en.wikipedia.org/wiki/Tar_(computing)
+.. _OS: https://en.wikipedia.org/wiki/Operating_system
+.. _VCS: https://en.wikipedia.org/wiki/Version_control
+.. _CVS: https://fr.wikipedia.org/wiki/Concurrent_versions_system
+.. _SVN: https://en.wikipedia.org/wiki/Apache_Subversion
+.. _GUI: https://en.wikipedia.org/wiki/Graphical_user_interface
+.. _RestructuredText: https://en.wikipedia.org/wiki/ReStructuredText
+.. _PyQt5: https://pypi.org/project/PyQt5
+.. _ConfigParser: https://docs.python.org/3/library/configparser.html
+.. _PyInstaller: https://www.pyinstaller.org
+.. _PyInstallerManual: https://pyinstaller.readthedocs.io/en/stable
+.. _Corteo: http://www.lps.umontreal.ca/~schiette/index.php?n=Recherche.Corteo
+.. _highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php
+.. _CSV: https://en.wikipedia.org/wiki/Comma-separated_values
+.. _MinGW: http://www.mingw.org
+.. _GNU: https://www.gnu.org/home.en.html
+.. _GNUgcc: https://www.gnu.org/software/gcc
+.. _7-zip: https://www.7-zip.org
+.. _Solveralabinstall: https://github.com/ndjinga/SOLVERLAB#compile-and-install-solverlab
+.. _SolverlabDiffusion: https://github.com/ndjinga/SOLVERLAB/blob/master/CoreFlows/Documentation/PhysicalModels/DiffusionEq.ipynb
index a7f01dcff173f8900aacb687772c8fdbc830944f..0b5aed2c3a8de81c8bb6f1b73ed8c08f1b675e48 100644 (file)
@@ -5,6 +5,8 @@ export PETSC_DIR=@PETSC_INSTALL@
 export PETSC_ARCH=@PETSC_ARCH@
 export PETSC_INCLUDES=@PETSC_INCLUDES_INSTALL@
 export PETSC_LIBRARIES=@PETSC_DIR@/@PETSC_ARCH@/lib
+export PETSC4PY_ROOT_DIR=@PETSC4PY_ROOT_DIR@
+export SLEPC4PY_ROOT_DIR=@SLEPC4PY_ROOT_DIR@
 export MEDFILE_ROOT_DIR=@MEDFILE_ROOT_DIR@
 export MEDFILE_INCLUDE_DIRS=@MEDFILE_INCLUDE_DIRS@
 export MEDFILE_LIBRARIES=@MEDFILE_LIBRARIES_INSTALL@