diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-09-25 12:45:46 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-09-25 12:45:46 +0000 |
commit | 8821bc7669a4873f0c3eeef5a1f955161c71551a (patch) | |
tree | 1dc2b1fda3d8443fdec6d17c8b0b4841838da2cf /science/Makefile | |
parent | e33a0393c5f7182008147e6d49d50fcfaad7b0a9 (diff) | |
download | ports-8821bc7669a4873f0c3eeef5a1f955161c71551a.tar.gz ports-8821bc7669a4873f0c3eeef5a1f955161c71551a.zip |
Add gerris 0.6.0, a scientific CFD simulator.
Gerris is an Open Source Free Software library for the solution of partial
differential equations describing fluid flow. Gerris is supported by NIWA
(National Institute of Water and Atmospheric research) and by the
Marsden Fund of the Royal Society of New Zealand. The code is written
entirely in C and uses both the GLib Library and the GTS Library for
geometrical functions and object-oriented programming.
PR: 86297
Submitted by: Oliver Dunkl <odunkl (at) gmx.net>
Notes
Notes:
svn path=/head/; revision=143520
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 492ae357ebf1..4a834ab9fe47 100644 --- a/science/Makefile +++ b/science/Makefile @@ -22,6 +22,7 @@ SUBDIR += gchempaint SUBDIR += gchemutils SUBDIR += gdis + SUBDIR += gerris SUBDIR += getdp SUBDIR += ghemical SUBDIR += glens |