1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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>
This commit is contained in:
Thierry Thomas 2006-04-24 19:48:58 +00:00
parent 662486c37e
commit d5b3d1cffe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160349
4 changed files with 39 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += devisor
SUBDIR += dft++
SUBDIR += elmer-meshgen2d
SUBDIR += elmergrid
SUBDIR += euler
SUBDIR += fastcap
SUBDIR += fasthenry

View File

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

View File

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

View File

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