diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-25 03:53:14 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-25 03:53:14 +0800 |
commit | bed5844e19aaa09c5fa290ff78942045169a8533 (patch) | |
tree | a6cd5c2792b98ce3e23e696f53b1f13def56864c /science/Makefile | |
parent | 08c833d60e4ab5fd9a21cba07ebad0c4b46ffba7 (diff) | |
download | freebsd-ports-gnome-bed5844e19aaa09c5fa290ff78942045169a8533.tar.gz freebsd-ports-gnome-bed5844e19aaa09c5fa290ff78942045169a8533.tar.zst freebsd-ports-gnome-bed5844e19aaa09c5fa290ff78942045169a8533.zip |
HUTIter library for use in the Elmer FEM package.
Elmer is an open-source computational tool for multi-physics problems.
Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics and heat transfer. These are described by partial
differential equations which Elmer solves by the Finite Element Method (FEM).
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 85520c0f9240..64d1edd5b51b 100644 --- a/science/Makefile +++ b/science/Makefile @@ -18,6 +18,7 @@ SUBDIR += devisor SUBDIR += dft++ SUBDIR += elmer-eio + SUBDIR += elmer-hutiter SUBDIR += elmer-matc SUBDIR += elmer-meshgen2d SUBDIR += elmergrid |