Salome HOME
Synchronize adm files
[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
13 To manage parameters of the NETGENPLUGIN use \subpage
14 netgen_2d_3d_hypo_page and \subpage additional_hypo_page.
15
16 Native Netgen mesher usually prints a lot of trace output to the terminal
17 window. This output is redirected to some log file by the Plugin. It
18 is possible to switch off this redirection by setting up
19 KEEP_NETGEN_OUTPUT environment variable.
20
21 Also all NETGENPLUGIN functionalities are accessible via
22 \subpage netgenplugin_python_interface_page "NETGENPLUGIN Python interface".
23
24 \image html image1.png "Example of a triangular 2D mesh"
25
26 \image html image2.gif "Example of a tetrahedral 3D mesh"
27
28 */