X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmeshpy_interface.doc;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmeshpy_interface.doc;h=6e2b421c9cb107e098ed6ae22ba0d967ffe5607d;hp=bfede03bf77b60f2d5111a899123863a785f1bc1;hb=c9d93baebbc767d0284718146ab8699b2aa20cf7;hpb=9ac332f2815435241cf453ba61e962e4b2614f08 diff --git a/doc/salome/gui/SMESH/input/smeshpy_interface.doc b/doc/salome/gui/SMESH/input/smeshpy_interface.doc index bfede03bf..6e2b421c9 100644 --- a/doc/salome/gui/SMESH/input/smeshpy_interface.doc +++ b/doc/salome/gui/SMESH/input/smeshpy_interface.doc @@ -23,7 +23,19 @@ the \ref smeshDC "documentation for smesh.py" them (it is also accessible by the second item "class Mesh" in the data structures list). -\n 4. Class Mesh allows to assign algorithms to a mesh. To add hypotheses, - please use interfaces, provided by the assigned algorithms. +\n 4. Class Mesh allows to assign algorithms to a mesh. +\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. */