diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 08:37:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 08:37:16 +0000 |
commit | 9fd1a0b83282b23a8c9624130a3835f777770ab1 (patch) | |
tree | 6f13a7cf8394b6f0d2bcd7707d19beba1c4ba430 /math/metis-edf/pkg-descr | |
parent | 419650db6282a7110332da4b84b0b51b987893c7 (diff) |
Add metis-edf 3, meshes partionning tool used by Code_Aster.
PR: 53909
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=85421
Diffstat (limited to 'math/metis-edf/pkg-descr')
-rw-r--r-- | math/metis-edf/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/metis-edf/pkg-descr b/math/metis-edf/pkg-descr new file mode 100644 index 000000000000..4b7e87f21edf --- /dev/null +++ b/math/metis-edf/pkg-descr @@ -0,0 +1,8 @@ +METIS is a software package for partitioning unstructured graphs, +partitioning meshes, and computing fill-reducing orderings of sparse +matrices. + +Important note: this is not the original METIS, it has been specially +patched by EDF to be used by Code_Aster. + +WWW: http://www-users.cs.umn.edu/~karypis/metis/index.html |