2012-08-09 11:45:31 +00:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\mainpage Introduction to NETGENPLUGIN
|
|
|
|
|
|
|
|
\b NETGENPLUGIN plugin is destined for:
|
|
|
|
- Meshing 1D, 2D and 3D geometric entities.
|
2014-07-14 14:20:18 +04: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 11:45:31 +00:00
|
|
|
- Generating 3D meshes from 2D meshes, working without geometrical objects.
|
2017-10-17 17:38:39 +03: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 11:45:31 +00:00
|
|
|
|
2015-10-27 19:22:09 +03:00
|
|
|
To manage parameters of the NETGENPLUGIN use
|
|
|
|
\subpage netgen_2d_3d_hypo_page and \subpage additional_hypo_page.
|
2014-07-14 14:20:18 +04: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 11:45:31 +00: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 12:29:39 +00:00
|
|
|
*/
|