Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Netgen"

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Attributes and Installation ==
+
#REDIRECT [[Using Netgen Mesh Generation in ICE]]
 
+
[https://sourceforge.net/projects/netgen-mesher/ Netgen] is a tetrahedral mesh generator and editor. It is available either as a Windows executable or as a tar file, so UNIX/LINUX users will need to compile it from source. It can be installed on Ubuntu systems with <code>dnf install netgen-mesher*</code> and launched with <code>netgen-mesher</code> in a Terminal window.
+
 
+
== File Types ==
+
 
+
Netgen can read in CSG or BRep Geometries and generate corresponding tetrahedral meshes. It can also read IGES and STEP formats when compiled with Open Cascade.
+
 
+
== Ease of Use ==
+
 
+
Netgen is fairly easy to download and compile, but does have certain dependencies on a c++ compiler like g++, along with the Tcl/Tk libraries with Tix and the Togl library. Installing using the windows Executable and the dnf command should install these dependencies for you. If compiling from source make sure to first install all dependencies.
+

Latest revision as of 14:10, 2 June 2016

Back to the top