Version: 8.3.0
 All Classes Namespaces Files Functions Variables Pages
Introduction to NETGENPLUGIN

NETGENPLUGIN plugin is destined for:

  • Meshing 1D, 2D and 3D geometric entities.
    • 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.
  • Generating 3D meshes from 2D meshes, working without geometrical objects.

To manage parameters of the NETGENPLUGIN use NETGEN 2D and 3D hypotheses and Additional Hypotheses.

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.

Also all NETGENPLUGIN functionalities are accessible via NETGENPLUGIN Python interface.

image1.png
Example of a triangular 2D mesh
image2.gif
Example of a tetrahedral 3D mesh