diff options
author | nivit <nivit@FreeBSD.org> | 2010-12-16 00:48:09 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-12-16 00:48:09 +0800 |
commit | d677c9a62d5e715dbaee001c66bc203699ee0d3c (patch) | |
tree | f2cc1cd53edd770d522c059c3947686fc713ba93 /math/Makefile | |
parent | 440c864f855c8b7414dca07f6d667ab5365c9e43 (diff) | |
download | freebsd-ports-gnome-d677c9a62d5e715dbaee001c66bc203699ee0d3c.tar.gz freebsd-ports-gnome-d677c9a62d5e715dbaee001c66bc203699ee0d3c.tar.zst freebsd-ports-gnome-d677c9a62d5e715dbaee001c66bc203699ee0d3c.zip |
ParMGridGen-1.0 is a highly optimized serial and parallel library
for obtaining a sequence of successive coarse grids that are well suited
for geometric multigrid methods.
The quality of the elements of the coarse grids is optimized using a
multilevel framework.
The parallel library is based on MPI and is portable to
a wide range of architectures.
WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html
PR: ports/152506
Submitted by: Stas Timokhin <devel at stasyan.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index adf1d8b6435e..1e49e0f44d98 100644 --- a/math/Makefile +++ b/math/Makefile @@ -425,6 +425,7 @@ SUBDIR += p5-bignum SUBDIR += pari SUBDIR += parmetis + SUBDIR += parmgridgen SUBDIR += pear-Math_Combinatorics SUBDIR += pecl-big_int SUBDIR += pecl-bitset |