]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make preconditioners visible with kdoc again
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 21 Feb 2000 20:18:49 +0000 (20:18 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 21 Feb 2000 20:18:49 +0000 (20:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@2454 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition.h

index e7a3fed21aafc92de75d247a239e1eaa069a640a..c59b6c51a15ea5bf62ee87b53673bf92e5b238dc 100644 (file)
@@ -70,8 +70,7 @@ class PreconditionIdentity
  *
  * @author Guido Kanschat, Wolfgang Bangerth, 1999
  */
-template<class MATRIX = SparseMatrix<double>,
-         class VECTOR = Vector<double> >
+template<class MATRIX = SparseMatrix<double>, class VECTOR = Vector<double> >
 class PreconditionUseMatrix
 {
   public:
@@ -154,8 +153,7 @@ class PreconditionUseMatrix
  *
  * @author Guido Kanschat, Wolfgang Bangerth, 1999
  */
-template<class MATRIX = SparseMatrix<double>,
-         class VECTOR = Vector<double> >
+template<class MATRIX = SparseMatrix<double>, class VECTOR = Vector<double> >
 class PreconditionRelaxation
 {
   public:
@@ -218,9 +216,7 @@ class PreconditionRelaxation
  *
  * @author Guido Kanschat, 1999
  */
-template<class SOLVER,
-         class MATRIX       = SparseMatrix<double>,
-         class PRECONDITION = PreconditionIdentity>
+template<class SOLVER, class MATRIX       = SparseMatrix<double>, class PRECONDITION = PreconditionIdentity>
 class PreconditionLACSolver
 {
   public:

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.