]> https://gitweb.dealii.org/ - dealii.git/commitdiff
copyright and divider lines
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 29 Mar 2005 00:04:22 +0000 (00:04 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 29 Mar 2005 00:04:22 +0000 (00:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@10276 0785d39b-7218-0410-832d-ea1e28bc413d

71 files changed:
deal.II/lac/include/lac/block_indices.h
deal.II/lac/include/lac/block_matrix.h
deal.II/lac/include/lac/block_matrix_array.h
deal.II/lac/include/lac/block_matrix_base.h
deal.II/lac/include/lac/block_sparse_matrix.h
deal.II/lac/include/lac/block_sparse_matrix.templates.h
deal.II/lac/include/lac/block_sparse_matrix_ez.templates.h
deal.II/lac/include/lac/block_sparsity_pattern.h
deal.II/lac/include/lac/block_vector.h
deal.II/lac/include/lac/block_vector.templates.h
deal.II/lac/include/lac/block_vector_base.h
deal.II/lac/include/lac/compressed_sparsity_pattern.h
deal.II/lac/include/lac/eigen.h
deal.II/lac/include/lac/exceptions.h
deal.II/lac/include/lac/filtered_matrix.h
deal.II/lac/include/lac/filtered_matrix.templates.h
deal.II/lac/include/lac/full_matrix.h
deal.II/lac/include/lac/full_matrix.templates.h
deal.II/lac/include/lac/lapack_full_matrix.h
deal.II/lac/include/lac/lapack_support.h
deal.II/lac/include/lac/lapack_templates.h
deal.II/lac/include/lac/matrix_lib.h
deal.II/lac/include/lac/matrix_lib.templates.h
deal.II/lac/include/lac/matrix_out.h
deal.II/lac/include/lac/petsc_block_sparse_matrix.h
deal.II/lac/include/lac/petsc_block_vector.h
deal.II/lac/include/lac/petsc_full_matrix.h
deal.II/lac/include/lac/petsc_matrix_base.h
deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h
deal.II/lac/include/lac/petsc_parallel_block_vector.h
deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h
deal.II/lac/include/lac/petsc_parallel_vector.h
deal.II/lac/include/lac/petsc_precondition.h
deal.II/lac/include/lac/petsc_solver.h
deal.II/lac/include/lac/petsc_sparse_matrix.h
deal.II/lac/include/lac/petsc_vector.h
deal.II/lac/include/lac/petsc_vector_base.h
deal.II/lac/include/lac/pointer_matrix.h
deal.II/lac/include/lac/precondition.h
deal.II/lac/include/lac/precondition_block.h
deal.II/lac/include/lac/precondition_block.templates.h
deal.II/lac/include/lac/precondition_selector.h
deal.II/lac/include/lac/schur_matrix.h
deal.II/lac/include/lac/shifted_matrix.h
deal.II/lac/include/lac/solver.h
deal.II/lac/include/lac/solver_bicgstab.h
deal.II/lac/include/lac/solver_cg.h
deal.II/lac/include/lac/solver_control.h
deal.II/lac/include/lac/solver_minres.h
deal.II/lac/include/lac/solver_qmrs.h
deal.II/lac/include/lac/solver_selector.h
deal.II/lac/include/lac/sparse_decomposition.h
deal.II/lac/include/lac/sparse_decomposition.templates.h
deal.II/lac/include/lac/sparse_direct.h
deal.II/lac/include/lac/sparse_ilu.h
deal.II/lac/include/lac/sparse_ilu.templates.h
deal.II/lac/include/lac/sparse_matrix.h
deal.II/lac/include/lac/sparse_matrix.templates.h
deal.II/lac/include/lac/sparse_matrix_ez.h
deal.II/lac/include/lac/sparse_matrix_ez.templates.h
deal.II/lac/include/lac/sparse_mic.h
deal.II/lac/include/lac/sparse_mic.templates.h
deal.II/lac/include/lac/sparse_vanka.h
deal.II/lac/include/lac/sparse_vanka.templates.h
deal.II/lac/include/lac/sparsity_pattern.h
deal.II/lac/include/lac/swappable_vector.h
deal.II/lac/include/lac/swappable_vector.templates.h
deal.II/lac/include/lac/tridiagonal_matrix.h
deal.II/lac/include/lac/vector.h
deal.II/lac/include/lac/vector.templates.h
deal.II/lac/include/lac/vector_memory.h

index 13f8a54c68f08f842f36b59f02909f3a16ba304a..e71a4f302240e3fd56ef95cbeb3e27cfb440c93e 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  block_indices.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_indices.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_indices_h
 #define __deal2__block_indices_h
 
index 5aac2c23d9d37de88300dd9d573d41005dd6d9bd..487b8c4b4b82f8e195e5d8ca98949c876e2f5f2b 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_matrix_h
 #define __deal2__block_matrix_h
 
@@ -74,7 +74,7 @@ class BlockDiagonalMatrix : public Subscriptor
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 BlockDiagonalMatrix<MATRIX>::BlockDiagonalMatrix (const MATRIX& M,
index 69f7bb9a896214160094f160583cdd0bed3951ea..e92e32000b791478aaa099e882592a9b4b509b22 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_matrix_array_h
 #define __deal2__block_matrix_array_h
 
@@ -510,7 +510,7 @@ class BlockTrianglePrecondition
 /*@}*/
 
 ///@if NoDoc
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <typename number>
 template <class MATRIX>
index 2600802ac7567f4cab6aac2fb1a23270109fc7d1..ad550b386b7b1131790f3cbca93df85a24f5a588 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  block_matrix_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_matrix_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_matrix_base_h
 #define __deal2__block_matrix_base_h
 
@@ -1101,7 +1101,7 @@ namespace internal
     }
     
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
     template <class BlockMatrix>
@@ -1199,7 +1199,7 @@ namespace internal
   }
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template <typename MatrixType>
index faf32258b8743bd6d160d25083cf2bb7e5c11689..31c29bbd61e4a91182ed341e945e7bb686d2fe71 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_sparse_matrix_h
 #define __deal2__block_sparse_matrix_h
 
index 90d75749ccb6bc0c0b63628a7665d3bbe4287d35..0af24e0cbcf3fd8f3671a514f16200fd7cab3a1a 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_sparse_matrix_templates_h
 #define __deal2__block_sparse_matrix_templates_h
 
index 49d835bae15980b96899323bc1e1248d4103ba21..d5b20f089959222b14f1253808be4b7a1fd20bf2 100644 (file)
@@ -1,4 +1,4 @@
-//-------------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_sparse_matrix_ez_templates_h
 #define __deal2__block_sparse_matrix_ez_templates_h
 
index 4b0d308aee53089e2daca3c249d455052e8fdbec..c4878029a0cc887dc5d3ebb60a84e8c2be9f9fb2 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  block_sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_sparsity_pattern_h
 #define __deal2__block_sparsity_pattern_h
 
index 25587999ddfcd1e0589c18106344c470157b9eee..06901282b8208df99e6c31b4714efe227981b81f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_vector_h
 #define __deal2__block_vector_h
 
index 51c252940f374100b1ed2db7d54540290d0fdb85..a17a434acd6eedfe963aaaeaf62bab51a1c03d05 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  block_vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_vector_templates_h
 #define __deal2__block_vector_templates_h
 
index bebbe34c11825210bea271f56b22bd96be7bc077..fa524ca6384c26a9396cb58358a5b4233a6c7e72 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  block_vector_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  block_vector_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__block_vector_base_h
 #define __deal2__block_vector_base_h
 
index 821af834b3921f5cec9424bae941b4401ae2194a..30795348f74044aefb4ebc15d1a73e373ce2f058 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  compressed_sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  compressed_sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__compressed_sparsity_pattern_h
 #define __deal2__compressed_sparsity_pattern_h
 
index ba7c29b266efd351aca2fd7beaf1951222fa6466..a920874fb9581c779ad70acacdab0d201406c80f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  eigen.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  eigen.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__eigen_h
 #define __deal2__eigen_h
 
@@ -214,7 +214,7 @@ class EigenInverse : private Solver<VECTOR>
 };
 
 /*@}*/
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <class VECTOR>
@@ -305,7 +305,7 @@ EigenPower<VECTOR>::solve (double       &value,
                                   // otherwise exit as normal
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class VECTOR>
 EigenInverse<VECTOR>::EigenInverse (SolverControl &cn,
index ac17eca35c0147208462f645e3d5883ab80e5be2..a60df085bcc24449a00a242dfeb14a345b6cbd89 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  exceptions.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  exceptions.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__lac_exceptions_h
 #define __deal2__lac_exceptions_h
 
index 40f551586ca6d6b6a206cb79368de7e1a049029b..dce1891234654e1b93eb54649a89107f01bc0109 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  filtered_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  filtered_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__filtered_matrix_h
 #define __deal2__filtered_matrix_h
 
index 54318c691abe10e5d1136ffac1adba963835a8ac..8816edbabfcb16506d7738b71c01c2078d78fb75 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__filtered_matrix_templates_h
 #define __deal2__filtered_matrix_templates_h
 
index 196c1f498205d917a73a14739ad234ab82bc693c..4a75a0f99dc5457afdba7419fe124ad2b2d3f234 100644 (file)
@@ -1,15 +1,15 @@
-//------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__full_matrix_h
 #define __deal2__full_matrix_h
 
@@ -1133,7 +1133,7 @@ FullMatrix<number>::Tvmult_add (Vector<number2>       &w,
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template <typename number>
index d40337acf31fa18768d9dae214c0d5b79a750351..3955d0b6a4ffd13efdca77b8ac3bf2ff2554c32a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index 7c2ae6d772b5e2101c5fc6ba109522d30956a2da..c979b233772a845841f627af2553cacf7bca1ff9 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__lapack_full_matrix_h
 #define __deal2__lapack_full_matrix_h
 
index 8b6e17cac87bc952485f34795f9531aa49353143..8525644fdb64e7f5dd64ec0ec8ad9efacb215917 100644 (file)
@@ -1,4 +1,4 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__lapack_support_h
 #define __deal2__lapack_support_h
 
index 26c20cf0efa090118a23787fa064f156ed0042a9..fda099c411c4b3b399c567d6153a13d1b9e1be51 100644 (file)
@@ -5,7 +5,7 @@
 //    This file was automatically generated from blas.h.in
 //    See blastemplates in the deal.II contrib directory
 //
-//    Copyright (C) 2005 by the deal authors
+//    Copyright (C) 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index 3cb932683fd42d2e16633296e8f196aa2e3a1b17..5dbe026c3ea5c9cd87cc9ec0988cc2bb6bf1ff77 100644 (file)
@@ -1,5 +1,15 @@
-// $Id$
-
+//---------------------------------------------------------------------------
+//    $Id$
+//    Version: $Name$
+//
+//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
 #ifndef __deal2__matrix_lib_h
 #define __deal2__matrix_lib_h
 
@@ -277,7 +287,7 @@ class MeanValueFilter : public Subscriptor
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template<class VECTOR>
 template<class MATRIX1, class MATRIX2>
@@ -356,7 +366,7 @@ ProductMatrix<VECTOR>::get () const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class VECTOR>
 inline void
index c318b9e9a3d0b5837f48b1dc29ec7ec3aa83abf7..980c9d05ba5e6b1f02320a12e6ea6ae221673e35 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2002, 2003 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__matrix_lib_templates_h
 #define __deal2__matrix_lib_templates_h
 
index e7f2aa8b611ea72cc244a237d45a2d6fbeff6e5f..b19f73933cea3f59b82de4335eb388a9cbaacf28 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  matrix_out.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  matrix_out.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__matrix_out_h
 #define __deal2__matrix_out_h
 
index 6eb486aafffb5e5f550ba2a1daa190582d8df17f..8f6deb05f139b1ac4f5aa88195d37efa00369799 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_block_sparse_matrix_h
 #define __deal2__petsc_block_sparse_matrix_h
 
index 4588a1ea6917d4aa37bc6033f7f74cb96f9a706d..8960a3ede16b9ce9807abfa2460a5edd03aa14eb 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_block_vector_h
 #define __deal2__petsc_block_vector_h
 
index 5c534bb4ff2bbecaeac57f94b9c08682b4af528b..903d09f96e5425b958fc42d8bdb63e798f698641 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_full_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_full_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_full_matrix_h
 #define __deal2__petsc_full_matrix_h
 
index 647a592758b1d1de11e8692b0aef82215d587de4..df58d602c7bd3e0ece11e9a646da3d13a0a3f751 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  petsc_matrix_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004 by the deal.II authors
+//    Copyright (C) 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_matrix_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_matrix_base_h
 #define __deal2__petsc_matrix_base_h
 
index 4758a7240a243b9ee284d7accaeb728b24178522..f9c044bface89cfb05cd3fed36d6e9fb46d835d3 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_parallel_block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_parallel_block_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_parallel_block_sparse_matrix_h
 #define __deal2__petsc_parallel_block_sparse_matrix_h
 
index 9c5b5e96912873ebabb2149d0878b26144587709..5ada22cbbf480c0531f6d63e9d054454b19119c1 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_parallel_block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_parallel_block_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_parallel_block_vector_h
 #define __deal2__petsc_parallel_block_vector_h
 
index 33187c78b7a5d0acbf4feae943b57e2091c516c8..7f3c4b9e0c1ccbf3beca2a0c6f05166fe5c19e78 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_parallel_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_parallel_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_parallel_sparse_matrix_h
 #define __deal2__petsc_parallel_sparse_matrix_h
 
index 42ea2b13306277c60b9968796f9139721dbd2f6d..deb0d069b0e6434c90e75f692e0814d1756da490 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_parallel_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_parallel_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_parallel_vector_h
 #define __deal2__petsc_parallel_vector_h
 
index d725c653138f085cf11bbae6b9e24772ab1f1cf6..37043ec6f0361bef0025adc05c2c8c2adcaabc9a 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_precondition.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_precondition.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_precondition_h
 #define __deal2__petsc_precondition_h
 
index 31230732db809f82d6fae596bd2484f6431dc6c7..5cb1d18b51a7c4e85efc96de28e362e0a99a6155 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_solver.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_solver.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_solver_h
 #define __deal2__petsc_solver_h
 
index 45ce728f061194413671419c687558cf8a1c673a..649c893746b0d6eb71107fda1b2813a1afe1a1c4 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_sparse_matrix_h
 #define __deal2__petsc_sparse_matrix_h
 
index 39de2f2789f0e086781d80a9fc337faf4089b27a..74fb952dc99febccbce9115a41610b9a78efab48 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_vector_h
 #define __deal2__petsc_vector_h
 
index 751efd0ca4f4ebee95869ca56d5e0f91779af631..974471f92e8d2da5ad9aa8d633c32a51f26bcda7 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  petsc_vector_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  petsc_vector_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__petsc_vector_base_h
 #define __deal2__petsc_vector_base_h
 
index 29a864680caf583d86eca77491f81f4c76fe3c51..ea616cea75581f8ce84628df120979e307d2ff46 100644 (file)
@@ -1,5 +1,15 @@
-// $Id$
-
+//---------------------------------------------------------------------------
+//    $Id$
+//    Version: $Name$
+//
+//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
 #ifndef __deal2__pointer_matrix_h
 #define __deal2__pointer_matrix_h
 
@@ -214,7 +224,7 @@ new_pointer_matrix_base(MATRIX& matrix, const VECTOR&)
 }
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template<class VECTOR>
 inline 
index b9da26fe34d6a35eee120a3a49fb8df5a641ba4b..f2452d66b6b8e3cd2db901a987ff4e6322cb824f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  precondition.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  precondition.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__precondition_h
 #define __deal2__precondition_h
 
@@ -740,7 +740,7 @@ PreconditionIdentity::Tvmult_add (VECTOR &dst, const VECTOR &src) const
   dst.add(src);
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 inline
 PreconditionRichardson::AdditionalData::AdditionalData (
@@ -813,7 +813,7 @@ PreconditionRichardson::Tvmult_add (VECTOR &dst, const VECTOR &src) const
   dst.add(relaxation,src);
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 inline void
@@ -824,7 +824,7 @@ PreconditionRelaxation<MATRIX>::initialize (const MATRIX &rA,
   relaxation = parameters.relaxation;
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 template<class VECTOR>
@@ -847,7 +847,7 @@ PreconditionJacobi<MATRIX>::Tvmult (VECTOR &dst, const VECTOR &src) const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 template<class VECTOR>
@@ -870,7 +870,7 @@ PreconditionSOR<MATRIX>::Tvmult (VECTOR &dst, const VECTOR &src) const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 template<class VECTOR>
@@ -893,7 +893,7 @@ PreconditionSSOR<MATRIX>::Tvmult (VECTOR &dst, const VECTOR &src) const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 inline void
@@ -932,7 +932,7 @@ PreconditionPSOR<MATRIX>::Tvmult (VECTOR &dst, const VECTOR &src) const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template<class MATRIX, class VECTOR>
@@ -952,7 +952,7 @@ PreconditionUseMatrix<MATRIX,VECTOR>::vmult (VECTOR &dst,
   (matrix.*precondition)(dst, src);
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template<class MATRIX>
 inline
index 9fe2a9f14bb817ae8728e1017ff4f298b3bb62b3..d01d01f66968cc491d5a751283657a1ce961e7ad 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__precondition_block_h
 #define __deal2__precondition_block_h
 
@@ -925,7 +925,7 @@ class PreconditionBlockSSOR : public virtual Subscriptor,
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template<class MATRIX, typename inverse_type>
 inline
@@ -982,7 +982,7 @@ PreconditionBlock<MATRIX, inverse_type>::el (
   return B(ib, jb);
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template<class MATRIX, typename inverse_type>
 inline
index 2dd1bd3c0809b3eb2a77b1c4719f07882fbd14c3..197f6ecd0480b428809f1f5d0e19db154957f657 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__precondition_block_templates_h
 #define __deal2__precondition_block_templates_h
 
@@ -788,7 +788,7 @@ void PreconditionBlockSOR<MATRIX,inverse_type>
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template <class MATRIX, typename inverse_type>
index e1a442416c1846674bf7ba526932120bf9e03c2e..20aa33d631503d1450ab7052e4e2def3ca3eb29d 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  precondition_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  precondition_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__precondition_selector_h
 #define __deal2__precondition_selector_h
 
index 96ddf15750bed55d467dbd5e434dc9aa34fe4bca..bb5c95ceecd7a6ea413b4d0e4c63296dc7bf7706 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__schur_matrix_h
 #define __deal2__schur_matrix_h
 
@@ -213,7 +213,7 @@ class SchurMatrix :
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MA_inverse, class MB, class MDt, class MC>
 SchurMatrix<MA_inverse, MB, MDt, MC>
index 8ef9c3c0974418a1cfdfc1d7ed590fad3d3f499a..ff1afc2a1bb826ab6d118abee418ba80f9a0c939 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  eigen.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  eigen.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__shifted_matrix_h
 #define __deal2__shifted_matrix_h
 
@@ -144,7 +144,7 @@ class ShiftedMatrixGeneralized
     
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <class MATRIX>
 inline
@@ -198,7 +198,7 @@ ShiftedMatrix<MATRIX>::residual (VECTOR& dst,
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 template <class MATRIX, class MASSMATRIX, class VECTOR>
 inline
 ShiftedMatrixGeneralized<MATRIX, MASSMATRIX, VECTOR>
index 2bab4e84fb4618e90c39acb5568c9b78c3500411..aa46e4b68d395af7da3a5dca32fb1bf04afa687b 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  solver.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_h
 #define __deal2__solver_h
 
index 7058d9adfdcce759b71ca53fa2190dff1a04d91b..36a0ce5ff8496346399fa4847ea98bca28207e0f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  solver_bicgstab.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_bicgstab.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_bicgstab_h
 #define __deal2__solver_bicgstab_h
 
index 21d6095e99785cb62a033a1edd248c5bd38088f5..d674f85e7d97c6bce7d293bbb13cce1d46a90793 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  solver_cg.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_cg.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_cg_h
 #define __deal2__solver_cg_h
 
index da5f2d7ba42ea2bba49fd254ed43df07876a2295..54ba83f75fda3398730d220645da9a42fb89cc6c 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  solver_control.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_control.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_control_h
 #define __deal2__solver_control_h
 
@@ -451,7 +451,7 @@ class ReductionControl : public SolverControl
 };
 
 /*@}*/
-//------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 inline unsigned int
index 9abdff0bf42f1314192c5308ea97ff2c9e2d4f2e..6d8d2d1e1229d8aa216850cf59fa43653a799ab8 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  solver_minres.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_minres.h  -----------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_minres_h
 #define __deal2__solver_minres_h
 
index 4a1b6a7890710b907986b0c21cefbc395977c167..f98e82d801920afdf5185c12435d43453b805a9e 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  solver_qmrs.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_qmrs.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_qmrs_h
 #define __deal2__solver_qmrs_h
 
index fbff18aefdb046e18108ace01df6c85c0eb06e82..3ae5357b5141ce8d03f67e776fb13c1b47997f0a 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  solver_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__solver_selector_h
 #define __deal2__solver_selector_h
 
index ce6fec5f0d3b2ba1209462f0380dc6db0279ce44..d6a753b45b9bac7fbf0fbe2b95497991a3b1cc27 100644 (file)
@@ -1,8 +1,8 @@
-//----------------------  sparse_decomposition.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -10,7 +10,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//---------------------  sparse_decomposition.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_decomposition_h
 #define __deal2__sparse_decomposition_h
 
@@ -432,7 +432,7 @@ class SparseLUDecomposition : protected SparseMatrix<number>,
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <typename number>
 inline number
@@ -463,7 +463,7 @@ SparseLUDecomposition<number>::empty () const
 
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template <typename number>
index 589c4b51ac84ae12815c203456c5319bb6a26b16..f680dffe52cc52c130859510c6346a1544e0f202 100644 (file)
@@ -1,5 +1,5 @@
-//---------------------  sparse_decomposition.templates.h  ----------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+//---------------------------------------------------------------------------
+//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -7,7 +7,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//---------------------  sparse_decomposition.templates.h  ----------------
+//---------------------------------------------------------------------------
 
 #include <base/memory_consumption.h>
 #include <lac/sparse_decomposition.h>
index b44ac9dba2a469cea3eb7d217a0c851a1d26b081..94a5de66945bccfb664c8a2268a5e16f8b38b11b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparse_direct.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_direct.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_direct_h
 #define __deal2__sparse_direct_h
 
index 0d3da2b1d4e0bd51c8682fe438d35b04702474b5..052daf566a580bc2f2edd66da58c83e8f6cf4c29 100644 (file)
@@ -1,5 +1,5 @@
-//----------------------------  sparse_ilu.h  ---------------------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+//---------------------------------------------------------------------------
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -7,7 +7,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_ilu.h  ---------------------------
+//---------------------------------------------------------------------------
 
 #ifndef __deal2__sparse_ilu_h
 #define __deal2__sparse_ilu_h
@@ -186,7 +186,7 @@ class SparseILU : public SparseLUDecomposition<number>
 };
 
 /*@}*/
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <typename number>
 template <typename somenumber>
index 7949ac077aaf3e62c3ca598705060e01361e6c07..964bd7555c44e677088dd808d162a1cd38a20f2b 100644 (file)
@@ -1,5 +1,5 @@
-//----------------------------  sparse_ilu.templates.h  ---------------------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+//---------------------------------------------------------------------------
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -7,7 +7,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_ilu.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_ilu_templates_h
 #define __deal2__sparse_ilu_templates_h
 
index 0377668d879175d3e24a17c1d35483452e10c1b1..d178061b83944a4e10738eefd454dddccb9cfbb1 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_matrix.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_matrix_h
 #define __deal2__sparse_matrix_h
 
@@ -1884,7 +1884,7 @@ SparseMatrix<number>::copy_from (const ForwardIterator begin,
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 namespace internals
index 5c7bc179000467176c517bdeb4e249879fd98f7e..07d911fe481c32e507a05d85cf71b3380f3672d2 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparse_matrix.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_matrix.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_matrix_templates_h
 #define __deal2__sparse_matrix_templates_h
 
index a3497ca429c8f50e488ba9cbbe5572f5b7a602b6..0dd8b040938a29d88d75ebafa5e5533cb7aebbe1 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  sparse_matrix_ez.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_matrix_ez.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_matrix_ez_h
 #define __deal2__sparse_matrix_ez_h
 
@@ -1141,7 +1141,7 @@ SparseMatrixEZ<number>::RowInfo::RowInfo(unsigned int start)
 {}
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 template <typename number>
 inline
 SparseMatrixEZ<number>::const_iterator::Accessor::
@@ -1306,7 +1306,7 @@ operator < (const const_iterator& other) const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 template <typename number>
 inline
 unsigned int SparseMatrixEZ<number>::m () const
index 253ec934f8fea557c886a0ff5df359df251c3e8f..87c16e62f968e325e1a05c1a0b37926c4c73f13d 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  sparse_matrix_ez.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_matrix_ez.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_matrix_ez_templates_h
 #define __deal2__sparse_matrix_ez_templates_h
 
@@ -21,7 +21,7 @@
 #include <algorithm>
 #include <cmath>
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <typename number>
 SparseMatrixEZ<number>::SparseMatrixEZ()
index 1b0711d6cfa26019bb77e825b0544def1e44f6a2..cfc20940ff13a1d15bcc6faf9f7ee90e8f4a6dd5 100644 (file)
@@ -1,5 +1,5 @@
-//----------------------------  sparse_mic.h  ---------------------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+//---------------------------------------------------------------------------
+//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -7,7 +7,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_mic.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_mic_h
 #define __deal2__sparse_mic_h
 
index 26600077246abb7c218710fd98118df4090101f6..e4aa87f42858faaa3475fcc3c72ee35fe6995a81 100644 (file)
@@ -1,5 +1,5 @@
-//----------------------------  sparse_mic.templates.h  ---------------------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+//---------------------------------------------------------------------------
+//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -7,7 +7,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_mic.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_mic_templates_h
 #define __deal2__sparse_mic_templates_h
 
index db227ea42131b73be8a6988fe7a96fa4a2e606d1..ea5cd7d2d2d5515014ba1d5b1df1d5393de6563e 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparse_vanka.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_vanka.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_vanka_h
 #define __deal2__sparse_vanka_h
 
index 728af432427d4862051a57fffed8891c5135c9b1..384d8bf853b2ab7fa32e5badb513bc7556ef8393 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparse_vanka.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparse_vanka.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparse_vanka_templates_h
 #define __deal2__sparse_vanka_templates_h
 
index d3552b6aac37c2a216457adbfb927034ac12622b..cf2c5ea4a4c52ae1a925133f54c52246ea8b8ad2 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  sparsity_pattern.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__sparsity_pattern_h
 #define __deal2__sparsity_pattern_h
 
index ada5695993919678b4426e440545103c3dbcdf82..2d12ae15f1d8a195ede3e2b4913720e43ceb229d 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  swappable_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  swappable_vector.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__swappable_vector_h
 #define __deal2__swappable_vector_h
 
index 6fd97f2e5043ab59ad92d017416b1681e37f2a6f..eef0cce0fd3a2bd4e0499a5e9d4764885b59de62 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  swappable_vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  swappable_vector.templates.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__swappable_vector_templates_h
 #define __deal2__swappable_vector_templates_h
 
index 64a7fd9c75addd52aab789eebd6c34c88edecd38..43a92d4ca8f969acf9a383707111f1ea397a6997 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__tridiagonal_matrix_h
 #define __deal2__tridiagonal_matrix_h
 
@@ -337,7 +337,7 @@ class TridiagonalMatrix
     std::vector<number> right;
 };
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 ///@if NoDoc
 
 template<typename number>
index 37bdde6d77a5b77e18278aae18f58ff6886b189a..02e9305be5a1f89d207686b0646b47de5cdf2a18 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index f869714002acbf43dba02045b7cb1eba8fe947c3..446c130bc87ac7505a56cd90d6cd782b7c9ea73d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index f72e77178282550aca351f3542625fadced630bc..2073120f3ccad3c601f83498430f6f4ba7a989f6 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  vector_memory.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  vector_memory.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__vector_memory_h
 #define __deal2__vector_memory_h
 

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.