From: Wolfgang Bangerth Date: Tue, 9 Mar 2004 05:42:59 +0000 (+0000) Subject: More on PETSc and METIS. X-Git-Tag: v8.0.0~15658 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6c2a624b2b112518e8eb9e70da782816318e45;p=dealii.git More on PETSc and METIS. git-svn-id: https://svn.dealii.org/trunk@8688 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index fb80eeadb9..ad523dcc47 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,6 +31,15 @@ here.

+
+ 2004/03/08: Interfaces to PETSc and METIS +
+
+ In order to support parallel computations, we now have interfaces to + both the PETSc library for sequential and parallel linear algebra, + as well as to the METIS library for domain partitioning. +
+
2004/03/08: MIPSpro compiler version 7.41 supported