diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-12-31 12:52:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-12-31 12:52:26 +0000 |
commit | 5fb3d69a8fe8d38fe993ade72d9fecdc2a08236b (patch) | |
tree | 1a8e376ccab61095c87a2c935578e99d304b40c1 /cad/gmsh-occ | |
parent | f92836f3f08ea94c899b0d4e49d1144af5b4d5aa (diff) | |
download | ports-5fb3d69a8fe8d38fe993ade72d9fecdc2a08236b.tar.gz ports-5fb3d69a8fe8d38fe993ade72d9fecdc2a08236b.zip |
Adding Gmsh with support of OpenCascade.
Notes
Notes:
svn path=/head/; revision=225061
Diffstat (limited to 'cad/gmsh-occ')
-rw-r--r-- | cad/gmsh-occ/Makefile | 19 | ||||
-rw-r--r-- | cad/gmsh-occ/pkg-descr | 16 |
2 files changed, 35 insertions, 0 deletions
diff --git a/cad/gmsh-occ/Makefile b/cad/gmsh-occ/Makefile new file mode 100644 index 000000000000..d69b9a91c311 --- /dev/null +++ b/cad/gmsh-occ/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gmsh-occ +# Date created: 31 December 2008 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= gmsh +CATEGORIES= cad +PKGNAMESUFFIX= -occ + +MAINTAINER= thierry@FreeBSD.org +COMMENT= An automatic 3D finite element mesh generator with OpenCascade support + +MASTERDIR= ${.CURDIR}/../../cad/gmsh + +WITH_OCC= yes + +.include "${MASTERDIR}/Makefile" diff --git a/cad/gmsh-occ/pkg-descr b/cad/gmsh-occ/pkg-descr new file mode 100644 index 000000000000..7118ff522189 --- /dev/null +++ b/cad/gmsh-occ/pkg-descr @@ -0,0 +1,16 @@ +This is Gmsh with support of OpenCascade. + +Gmsh is an automatic 3D finite element mesh generator (primarily +Delaunay) with build-in CAD and post-processing facilities. Its primal +design goal is to provide a simple meshing tool for academic test cases +with parametric input and up to date visualization capabilities. One of +its strengths is the ability to respect a characteristic length field for +the generation of adapted meshes on lines, surfaces and volumes, and to +mix these meshes with simple structured grids. + +Gmsh is built around four modules: geometry, mesh, solver and +post-processing. The specification of any input to these modules is done +either interactively using the graphical user interface or in ASCII text +files using Gmsh's own scripting language. + +WWW: http://www.geuz.org/gmsh/ |