]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Document METIS.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 15 Jan 2006 21:26:47 +0000 (21:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 15 Jan 2006 21:26:47 +0000 (21:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@12037 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/software.h

index cc4dab086386f5acd8069522b0a7feb40cffde28..b0a64269afbe18936f13e7ecd691e4b96bbf142d 100644 (file)
@@ -68,7 +68,7 @@
  * 
  * @section SoftwareLibs Libraries used inside deal.II
  *
- * @subsection PETSc PETSc
+ * @subsection SoftwarePETSc PETSc
  *
  * PETSc is a library that supports, among other things, a large number of
  * linear algebra data structures and algorithms, in much the same way as we
  * interfaces to many PETSc functions and data structures in the PETScWrapper
  * namespace, that allow the use of PETSc in much the same way as deal.II's
  * own linear algebra classes are used. The use of these wrappers is explained
- * in the step-17 and step-18 example programs.
+ * in the step-17 and step-18 example programs, as well as in the @ref
+ * PETScWrappers module.
  *
  * PETSc can be obtained from http://www.mcs.anl.gov/petsc/.
+ *
+ *
+ * @subsection METIS METIS
+ *
+ * METIS is a tool that allows to partition a graph into chunks of roughly
+ * equal size. We use it to subdivide a domain into blocks that have about the
+ * same number of cells, when distributing work for parallel programs. METIS
+ * can be obtained from http://www-users.cs.umn.edu/~karypis/metis/index.html
+ * 
  */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.