mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-03 21:30:34 +05:00
NPAL18773: update SMESH TUI docs.
This commit is contained in:
parent
9ac332f281
commit
c9d93baebb
@ -44,8 +44,6 @@ usr_docs:
|
|||||||
mv -f tmp $${filen}; \
|
mv -f tmp $${filen}; \
|
||||||
done; \
|
done; \
|
||||||
cd ..; \
|
cd ..; \
|
||||||
sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
|
|
||||||
mv -f doxyfile1 doxyfile; \
|
|
||||||
echo "Running doxygen in directory: "`pwd`; \
|
echo "Running doxygen in directory: "`pwd`; \
|
||||||
$(doxygen) ./doxyfile;
|
$(doxygen) ./doxyfile;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ WARNINGS = YES
|
|||||||
INPUT = @srcdir@/input
|
INPUT = @srcdir@/input
|
||||||
FILE_PATTERNS = *.doc
|
FILE_PATTERNS = *.doc
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
EXAMPLE_PATH = ../../../share/salome/src/SMESH_SWIG
|
EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#HTML related options
|
#HTML related options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
@ -81,6 +81,7 @@ INPUT = @top_srcdir@/src/SMESH_SWIG
|
|||||||
FILE_PATTERNS = smeshDC.py
|
FILE_PATTERNS = smeshDC.py
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#HTML related options
|
#HTML related options
|
||||||
|
@ -23,7 +23,19 @@ the \ref smeshDC "documentation for smesh.py"
|
|||||||
them (it is also accessible by the second item "class Mesh" in the
|
them (it is also accessible by the second item "class Mesh" in the
|
||||||
data structures list).
|
data structures list).
|
||||||
|
|
||||||
\n 4. Class Mesh allows to assign algorithms to a mesh. To add hypotheses,
|
\n 4. Class Mesh allows to assign algorithms to a mesh.
|
||||||
please use interfaces, provided by the assigned algorithms.
|
\n \t Please note, that there are always available some algorithms,
|
||||||
|
included in standard Salome installation:
|
||||||
|
- REGULAR(1D), COMPOSITE(1D), MEFISTO(2D), Quadrangle(2D), Hexa(3D), etc.
|
||||||
|
|
||||||
|
\n Also there are some algorithms, which can be installed optionally,
|
||||||
|
\n some of them are based on open-source meshers:
|
||||||
|
- NETGEN(1D-2D,2D,1D-2D-3D,3D),
|
||||||
|
|
||||||
|
\n others are based on commercial meshers:
|
||||||
|
- GHS3D(3D).
|
||||||
|
|
||||||
|
\n \t To add hypotheses, please use interfaces, provided by the
|
||||||
|
assigned algorithms.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user