diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/elmergrid/Makefile | 22 | ||||
-rw-r--r-- | science/elmergrid/distinfo | 3 | ||||
-rw-r--r-- | science/elmergrid/pkg-descr | 13 |
4 files changed, 39 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index dbb4d9b9e7ef..9bea6900811c 100644 --- a/science/Makefile +++ b/science/Makefile @@ -18,6 +18,7 @@ SUBDIR += devisor SUBDIR += dft++ SUBDIR += elmer-meshgen2d + SUBDIR += elmergrid SUBDIR += euler SUBDIR += fastcap SUBDIR += fasthenry diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile new file mode 100644 index 000000000000..85968c03f257 --- /dev/null +++ b/science/elmergrid/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ElmerGrid +# Date created: 5 Jan 2006 +# Whom: Pedro Giffuni <giffunip@asme.org> +# +# $FreeBSD$ +# + +PORTNAME= elmergrid +PORTVERSION= 5.0.2 +CATEGORIES= science +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ + +MAINTAINER= giffunip@asme.org +COMMENT= A Mesh Manipulation Utility for use with the ELMER FEM package + +USE_GCC= 4.1+ +GNU_CONFIGURE= yes +ALL_TARGET= + +PLIST_FILES= bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerGrid + +.include <bsd.port.mk> diff --git a/science/elmergrid/distinfo b/science/elmergrid/distinfo new file mode 100644 index 000000000000..b989fb9360c8 --- /dev/null +++ b/science/elmergrid/distinfo @@ -0,0 +1,3 @@ +MD5 (elmergrid-5.0.2.tar.gz) = c2788924f44ec425b0136fc2b2dbe23b +SHA256 (elmergrid-5.0.2.tar.gz) = 2eb14737bc64687bd102e20479063c2655b20d379fbf1eb8db8de995c8add986 +SIZE (elmergrid-5.0.2.tar.gz) = 344414 diff --git a/science/elmergrid/pkg-descr b/science/elmergrid/pkg-descr new file mode 100644 index 000000000000..b79c00dac06c --- /dev/null +++ b/science/elmergrid/pkg-descr @@ -0,0 +1,13 @@ +ElmerGrid is a utility program for fast creation of structured 2D and +extruded and rotated 3D geometries. ElmerGrid is independent but fully +supports ElmerSolver and ElmerPost. It may be used to create linear, +quadratic and cubic triangles and rectangles. It has also versatile +capabilities in mesh manipulation. + +ElmerGrid may also be used in grid manipulation. ElmerGrid may, for +example, be used to transfer different mesh formats to that understood by +ElmerSolver or ElmerPost. ElmerGrid also includes mesh partitioning +routines that have been optimized for ElmerSolver. The partitioning may be +done by METIS or by a simple geometric division. + +WWW: http://www.csc.fi/elmer/elmergrid/index.phtml |