freebsd-ports/science/elmergrid/Makefile
Thierry Thomas d5b3d1cffe 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.

Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-04-24 19:48:58 +00:00

22 lines
492 B
Makefile

# 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>