]> SALOME platform Git repositories - plugins/netgenplugin.git/blob - doc/salome/gui/NETGENPLUGIN/input/index.doc
Salome HOME
Merge branch 'V9_13_BR'
[plugins/netgenplugin.git] / doc / salome / gui / NETGENPLUGIN / input / index.doc
1 /*!
2
3 \mainpage Introduction to NETGENPLUGIN
4
5 \b NETGENPLUGIN plugin is destined for:
6 - Meshing 1D, 2D and 3D geometric entities.
7   - Faces are split into triangular elements. Quad-dominant mesh is
8   also possible.
9   - Solids are split into tetrahedral elements. Pyramids are
10   constructed as a transition from quadrangles to tetrahedra.
11 - Generating 3D meshes from 2D meshes, working without geometrical objects.
12 - Generating 2D meshes from 2D meshes, working without geometrical objects.
13
14 When working without geometrical objects, Negten requires that the
15 input mesh to be a manifold shell.
16
17 To manage parameters of the NETGENPLUGIN use 
18 \subpage netgen_2d_3d_hypo_page and \subpage additional_hypo_page.
19
20 Native Netgen mesher usually prints a lot of trace output to the terminal
21 window. This output is redirected to some log file by the Plugin. It
22 is possible to switch off this redirection by setting up
23 KEEP_NETGEN_OUTPUT environment variable.
24
25 Also all NETGENPLUGIN functionalities are accessible via
26 \subpage netgenplugin_python_interface_page "NETGENPLUGIN Python interface".
27
28 \image html image1.png "Example of a triangular 2D mesh"
29
30 \image html image2.gif "Example of a tetrahedral 3D mesh"
31
32 */