]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some documentation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Apr 2004 17:16:11 +0000 (17:16 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Apr 2004 17:16:11 +0000 (17:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@8948 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/petsc_precondition.h

index b39f97448c8beb8bdd0982e398cd4df0687a9667..96a019273c36b0661a870ec3ede21d243b97c5b1 100644 (file)
@@ -145,7 +145,14 @@ namespace PETScWrappers
 
 /**
  * A class that implements the interface to use the PETSc Block Jacobi
- * preconditioner.
+ * preconditioner. The blocking structure of the matrix is determined by the
+ * association of degrees of freedom to the individual processors in an
+ * MPI-parallel job. If you use this preconditioner on a sequential job (or an
+ * MPI job with only one process) then the entire matrix is the only block.
+ *
+ * By default, PETSc uses an ILU(0) decomposition of each diagonal block of
+ * the matrix for preconditioning. This can be changed, as is explained in the
+ * relevant section of the PETSc manual, but is not implemented here.
  *
  * @author Wolfgang Bangerth, 2004
  */

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.