summaryrefslogtreecommitdiffstats
path: root/science/netgen/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'science/netgen/DETAILS')
-rwxr-xr-xscience/netgen/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/science/netgen/DETAILS b/science/netgen/DETAILS
new file mode 100755
index 0000000000..a506772a85
--- /dev/null
+++ b/science/netgen/DETAILS
@@ -0,0 +1,18 @@
+source "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=netgen
+ VERSION=6.2.1810
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/NGSolve/netgen/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:b57ad0d170eb214e80f6c15f18f4175117d6f43cd94b7830edc996b29a4bdf9ea8f8714e72e5bb3be15a95b7fa3c4ca6005b2896673221d5a418fdf3d33048f5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://ngsolve.org/"
+ LICENSE[0]=GPL
+ ENTERED=20170120
+ SHORT="an automatic 3d tetrahedral mesh generator"
+cat << EOF
+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.
+EOF