Mesh generator
Go to file
2016-11-17 09:54:32 +01:00
cmake_modules cmake fix to find OpenCascade 2016-04-05 16:06:17 +02:00
doc cmake install components 2015-04-09 12:27:59 +02:00
external_dependencies update pybind11 2016-11-09 12:40:05 +01:00
libsrc array iterator to python 2016-11-15 18:12:51 +01:00
m4 occ fixes 2014-09-03 13:27:28 +00:00
ng fixes in occ geometry dialog 2016-11-12 02:27:13 +01:00
nglib force linking interface to nglib and nglib to netgenpy, this avoids missing symbols when importing netgen from python 2016-08-09 14:03:47 +02:00
py_tutorials nglib-python restructuring 2015-10-20 11:09:29 +02:00
python small python fixes 2016-11-04 15:03:50 +01:00
rules fixes for hex-filling 2016-04-20 08:11:59 +02:00
tests add continuous integration using gitlab-ci 2016-06-22 13:26:05 +02:00
tutorials cmake install components 2015-04-09 12:27:59 +02:00
windows CMake support 2015-03-06 14:59:14 +01:00
.gitlab-ci.yml gitlab-ci: fix cache keys 2016-08-18 16:08:52 +02:00
.gitmodules switch from boost::python to pybind11 2016-11-04 12:14:52 +01:00
AUTHORS undo lib dependencies 2012-06-11 20:19:06 +00:00
ChangeLog autotools 2009-01-12 23:40:13 +00:00
CMakeLists.txt ensure that config.h of Netgen build dir is used 2016-11-17 09:54:32 +01:00
config.h.cmake ubuntu package settings 2015-11-02 18:27:47 +01:00
configure.ac loading dynlib 2015-07-28 20:47:31 +02:00
depcomp autotools 2009-01-12 23:40:13 +00:00
INSTALL autotools 2009-01-12 23:40:13 +00:00
install-sh parallel merges 2011-02-14 13:01:51 +00:00
LICENSE mesh rendering fixes 2009-01-24 23:28:47 +00:00
Makefile.am configure py_tutorials 2014-10-16 13:53:37 +00:00
Makefile.cvs autotools 2009-01-12 23:40:13 +00:00
mkinstalldirs autotools 2009-01-12 23:40:13 +00:00
netgen.icns icon 2015-12-21 20:22:17 +01:00
NEWS autotools 2009-01-12 23:40:13 +00:00
README.md Add new file 2016-07-11 10:31:48 +02:00
TODO autotools 2009-01-12 23:40:13 +00:00

Netgen mesh generator

NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Netgen 6.x supports scripting via a Python interface. Netgen is open source based on the LGPL license. It is available for Unix/Linux, Windows, and OSX.