2012-08-09 17:45:31 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\mainpage Introduction to NETGENPLUGIN
|
|
|
|
|
|
|
|
\b NETGENPLUGIN plugin is destined for:
|
|
|
|
- Meshing 1D, 2D and 3D geometric entities.
|
2014-07-14 16:20:18 +06:00
|
|
|
- Faces are split into triangular elements. Quad-dominant mesh is
|
|
|
|
also possible.
|
|
|
|
- Solids are split into tetrahedral elements. Pyramids are
|
|
|
|
constructed as a transition from quadrangles to tetrahedra.
|
2012-08-09 17:45:31 +06:00
|
|
|
- Generating 3D meshes from 2D meshes, working without geometrical objects.
|
2017-10-17 19:38:39 +05:00
|
|
|
- Generating 2D meshes from 2D meshes, working without geometrical objects.
|
|
|
|
|
|
|
|
When working without geometrical objects, Negten requires that the
|
|
|
|
input mesh to be a manifold shell.
|
2012-08-09 17:45:31 +06:00
|
|
|
|
2015-10-27 21:22:09 +05:00
|
|
|
To manage parameters of the NETGENPLUGIN use
|
|
|
|
\subpage netgen_2d_3d_hypo_page and \subpage additional_hypo_page.
|
2014-07-14 16:20:18 +06:00
|
|
|
|
|
|
|
Native Netgen mesher usually prints a lot of trace output to the terminal
|
|
|
|
window. This output is redirected to some log file by the Plugin. It
|
|
|
|
is possible to switch off this redirection by setting up
|
|
|
|
KEEP_NETGEN_OUTPUT environment variable.
|
2012-08-09 17:45:31 +06:00
|
|
|
|
|
|
|
Also all NETGENPLUGIN functionalities are accessible via
|
|
|
|
\subpage netgenplugin_python_interface_page "NETGENPLUGIN Python interface".
|
|
|
|
|
|
|
|
\image html image1.png "Example of a triangular 2D mesh"
|
|
|
|
|
|
|
|
\image html image2.gif "Example of a tetrahedral 3D mesh"
|
|
|
|
|
2012-12-13 18:29:39 +06:00
|
|
|
*/
|