]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
solvers visible again
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Mar 2000 02:01:07 +0000 (02:01 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Mar 2000 02:01:07 +0000 (02:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@2533 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h
deal.II/lac/include/lac/solver_cg.h
deal.II/lac/include/lac/solver_qmrs.h
deal.II/lac/include/lac/solver_richardson.h

index 32e15a9fbf05cb7931373de3832d3e9f3ab8b6f0..f7f257f6faec287a7fa00851da6a7c368646464b 100644 (file)
@@ -36,8 +36,7 @@
  * has a default argument, so you may call it without the additional
  * parameter.
  */
-template <class Matrix = SparseMatrix<double>,
-          class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
 class SolverBicgstab : public Solver<Matrix,Vector>
 {
   public:
index f046c7752943ac5b39df0d2680fac10d9b130a79..eef6cab48829e699cf20cdcc1593dc38a6f118ef 100644 (file)
@@ -43,8 +43,7 @@
  *
  * @author Original implementation by G. Kanschat, R. Becker and F.-T. Suttmeier, reworking and  documentation by Wolfgang Bangerth
  */
-template <class Matrix = SparseMatrix<double>,
-          class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
 class SolverCG : public Solver<Matrix,Vector>
 {
   public:
index b9e7a04ca3f651ba64eb217a7122fcf405af871a..625ba2578bf7fed5bb1df3ddcc0246c961da45ad 100644 (file)
@@ -51,8 +51,7 @@
  *
  * @author Guido Kanschat, 1999
  */
-template <class Matrix = SparseMatrix<double>,
-          class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
 class SolverQMRS : public Solver<Matrix,Vector>
 {
   public:
index cc327c6860e145e20344a8f9d88bed25ce9e5b43..de7820f30d4721efc67f561e740d7a2b380e3fa2 100644 (file)
@@ -37,8 +37,7 @@
  *
  * @author Ralf Hartmann
  */
-template <class Matrix = SparseMatrix<double>,
-          class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
 class SolverRichardson : public Solver<Matrix, Vector>
 {
   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.