From: wolf Date: Mon, 8 Mar 2004 22:26:46 +0000 (+0000) Subject: Mention METIS. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f28c1fa8f8b61f1632a6aeef6e2fead20e9e6d;p=dealii-svn.git Mention METIS. git-svn-id: https://svn.dealii.org/trunk@8682 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html index db36547586..e3eb28de64 100644 --- a/deal.II/doc/faq.html +++ b/deal.II/doc/faq.html @@ -257,12 +257,15 @@

On the other hand, newer versions of deal.II have - interfaces to the PETSc library - that implements a lot of functionality for distributed linear algebra, - i.e. for operations on vectors and matrices that are distributed across a - cluster of machines coupled via MPI. By using these wrapper classes for - linear algebra, it is possible to implement programs that work on truly - large problems by distributing computations. + interfaces to the PETSc library that implements a lot of functionality for + distributed linear algebra, i.e. for operations on vectors and matrices that + are distributed across a cluster of machines coupled via MPI. By using these + wrapper classes for linear algebra, it is possible to implement programs + that work on truly large problems by distributing computations. In addition, + we have functions that call into METIS to generate partitionings of triangulations.