]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
copyright and divider lines
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Mar 2005 00:38:49 +0000 (00:38 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Mar 2005 00:38:49 +0000 (00:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@10281 0785d39b-7218-0410-832d-ea1e28bc413d

71 files changed:
deal.II/deal.II/source/dofs/dof_accessor.cc
deal.II/deal.II/source/dofs/dof_constraints.cc
deal.II/deal.II/source/dofs/dof_handler.cc
deal.II/deal.II/source/dofs/dof_levels.cc
deal.II/deal.II/source/dofs/dof_renumbering.cc
deal.II/deal.II/source/dofs/dof_tools.cc
deal.II/deal.II/source/fe/fe.cc
deal.II/deal.II/source/fe/fe_data.cc
deal.II/deal.II/source/fe/fe_dgp.cc
deal.II/deal.II/source/fe/fe_dgp_1d.cc
deal.II/deal.II/source/fe/fe_dgp_2d.cc
deal.II/deal.II/source/fe/fe_dgp_3d.cc
deal.II/deal.II/source/fe/fe_dgp_monomial.cc
deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc
deal.II/deal.II/source/fe/fe_dgq.cc
deal.II/deal.II/source/fe/fe_dgq_1d.cc
deal.II/deal.II/source/fe/fe_dgq_2d.cc
deal.II/deal.II/source/fe/fe_dgq_3d.cc
deal.II/deal.II/source/fe/fe_nedelec.cc
deal.II/deal.II/source/fe/fe_nedelec_1d.cc
deal.II/deal.II/source/fe/fe_nedelec_2d.cc
deal.II/deal.II/source/fe/fe_nedelec_3d.cc
deal.II/deal.II/source/fe/fe_poly.cc
deal.II/deal.II/source/fe/fe_q.cc
deal.II/deal.II/source/fe/fe_q_hierarchical.cc
deal.II/deal.II/source/fe/fe_raviart_thomas.cc
deal.II/deal.II/source/fe/fe_system.cc
deal.II/deal.II/source/fe/fe_tools.cc
deal.II/deal.II/source/fe/fe_values.cc
deal.II/deal.II/source/fe/mapping.cc
deal.II/deal.II/source/fe/mapping_c1.cc
deal.II/deal.II/source/fe/mapping_cartesian.cc
deal.II/deal.II/source/fe/mapping_q.cc
deal.II/deal.II/source/fe/mapping_q1.cc
deal.II/deal.II/source/fe/mapping_q1_eulerian.cc
deal.II/deal.II/source/grid/geometry_info.cc
deal.II/deal.II/source/grid/grid_generator.cc
deal.II/deal.II/source/grid/grid_in.cc
deal.II/deal.II/source/grid/grid_out.all_dimensions.cc
deal.II/deal.II/source/grid/grid_out.cc
deal.II/deal.II/source/grid/grid_refinement.cc
deal.II/deal.II/source/grid/grid_reordering.cc
deal.II/deal.II/source/grid/grid_tools.cc
deal.II/deal.II/source/grid/intergrid_map.cc
deal.II/deal.II/source/grid/persistent_tria.cc
deal.II/deal.II/source/grid/tria.all_dimensions.cc
deal.II/deal.II/source/grid/tria.cc
deal.II/deal.II/source/grid/tria_accessor.cc
deal.II/deal.II/source/grid/tria_boundary.cc
deal.II/deal.II/source/grid/tria_boundary_lib.cc
deal.II/deal.II/source/multigrid/mg_base.cc
deal.II/deal.II/source/multigrid/mg_dof_accessor.cc
deal.II/deal.II/source/multigrid/mg_dof_handler.cc
deal.II/deal.II/source/multigrid/mg_dof_tools.cc
deal.II/deal.II/source/multigrid/mg_smoother.cc
deal.II/deal.II/source/multigrid/mg_transfer_block.cc
deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc
deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc
deal.II/deal.II/source/numerics/data_out.cc
deal.II/deal.II/source/numerics/data_out_faces.cc
deal.II/deal.II/source/numerics/data_out_rotation.cc
deal.II/deal.II/source/numerics/data_out_stack.cc
deal.II/deal.II/source/numerics/derivative_approximation.cc
deal.II/deal.II/source/numerics/error_estimator.cc
deal.II/deal.II/source/numerics/histogram.cc
deal.II/deal.II/source/numerics/matrices.all_dimensions.cc
deal.II/deal.II/source/numerics/matrices.cc
deal.II/deal.II/source/numerics/solution_transfer.cc
deal.II/deal.II/source/numerics/time_dependent.cc
deal.II/deal.II/source/numerics/vectors.all_dimensions.cc
deal.II/deal.II/source/numerics/vectors.cc

index 3a5c39f3a0f1530520c45e7b47e83b79f781e404..3a02b9e333f90919019f0a491732d4d2ad2fc471 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  dof_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  dof_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <lac/vector.h>
index 51d0598b0b3792f4d95c0f673b71796fa99f4daf..8a270988ac798f12398c514f3158b7ae72e1b4a4 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  dof_constraints.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  dof_constraints.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <dofs/dof_constraints.h>
index 760cbfa235054e791eba6652410dfc7a98d2d1c2..1d92f1b4ae9dd6be09c9783c69a044afc3cbb0fe 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  dof_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  dof_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
@@ -1267,7 +1267,7 @@ DoFHandler<dim>::last_active_hex () const
 }
 
 
-//------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 #if deal_II_dimension == 1
index ea9f217d0b1a3e08d474e6d5a8f388e140020487..5202911ac3f04cec80cec1e83aa7d7e99e0743c7 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  dof_levels.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2000, 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.
 //
-//----------------------------  dof_levels.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index ee102fe774c50e64670e7cfdb030fa7a5d3fa22f..dd00d10baa13d96337b8584f4a9d19c1b58c0212 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  dof_renumbering.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    dof_renumbering.cc,v 1.65 2004/05/18 23:22:58 wolf Exp
 //    Version: 
 //
-//    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.
 //
-//----------------------------  dof_renumbering.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 //TODO:[WB] Unify lots of code of the two Cuthill-McKee dof renumbering functions
index 4a3a297fdb9c68867d9faa09ac519024f7fa2da7..f869dfff2282f436b10e8afb20399bd9a385a980 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  dof_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  dof_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/multithread_info.h>
index 0a839120561b98434d48b5e89e8ae75309f83e58..008ecdbb2a51e0d41df5637b913a59b37d64dce2 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  fe.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  fe.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index 5d3f987a5b55fa01994b103678e1359973039454..828dc2c5f9841eeccb73c55d4e08f36f7400953e 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/geometry_info.h>
index 08f83e11e916db35fb2cda16ec474943e35ee8b9..0d66e2951d682313844fbb3e2bfa3d51d44ee55c 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/fe_dgp.h>
 
@@ -108,9 +108,9 @@ FE_DGP<dim>::clone() const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
index 26c435db3034e1831a8ad1bed9ee2865c6e8ff7e..3c608c069b56b83dbd37eba57c1e2783ec87643e 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 1d
index 6873e325d5c2753e9c13a95fb9eaea4f4b371957..13cc0f43bb48adbbcfc50fdac18f433212ab72e1 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 2d
index 8e418937c38d1a9ae33912fcee07e8ca4ae23e76..1c4105dab2c02aaaabfe2eef880d495d644219bc 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 3d
index b1f5c9e177f495c4dece05536898d640a3dd9ffc..72de096725e1e83a81a3d4bf81147c380b0641de 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/fe_dgp_monomial.h>
 
@@ -276,9 +276,9 @@ FE_DGPMonomial<dim>::initialize_restriction ()
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
index e9111b188caeacc10008ea7c28d8f855b3c8b160..c0911a2231a57da1fcad885cab66a43378c4ba9a 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/quadrature.h>
 #include <grid/tria.h>
@@ -187,9 +187,9 @@ FE_DGPNonparametric<dim>::shape_grad_grad_component (const unsigned int i,
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
@@ -233,9 +233,9 @@ FE_DGPNonparametric<dim>::update_each (const UpdateFlags flags) const
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 typename Mapping<dim>::InternalDataBase *
@@ -278,9 +278,9 @@ FE_DGPNonparametric<dim>::get_data (
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Fill data of FEValues
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 void
index bd7dc5fc4c0979833f48d809f75c49adc9e790b4..7960811cb3313b1e76c04381a387abe3873ce4eb 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) 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/fe_dgq.h>
 
@@ -352,9 +352,9 @@ FE_DGQ<dim>::clone() const
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
@@ -533,9 +533,9 @@ get_interpolation_matrix (const FiniteElementBase<dim> &x_source_fe,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Fill data of FEValues
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 bool
index eeee12e0d648543d85b14d1f6c263210c90fac00..653ac4f80e394c43e56db1dc2a50fed0d4ffa433 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 1d
index fe87f856edd2b64df7e885d7b2f85b0802ac0271..8cca75d62bec22497615094c48eccc5a7ef97a39 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 2d
index 495522350ddd2d009453cfdf9dd3fd26e3d198d1..8fd19dc4b15f654f0858831ef32ee1a8bfcc4869 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile in 3d
index 9f4282282cbf05256a3603d5b0add0c9a3d6a9d7..76398bc174a7b58a6c95fe314682dd0b704db334 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/quadrature.h>
 #include <base/table.h>
@@ -529,9 +529,9 @@ FE_Nedelec<3>::shape_grad_grad_component (const unsigned int i,
 
 #endif
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
@@ -902,9 +902,9 @@ FE_Nedelec<dim>::update_each (const UpdateFlags flags) const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 typename Mapping<dim>::InternalDataBase *
@@ -972,9 +972,9 @@ FE_Nedelec<dim>::get_data (const UpdateFlags      update_flags,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Fill data of FEValues
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 void
index 58f77641c21a4403b2a96a4df85a8529e578d586..831395c5d7ff8309d69706c50c95ecf43f6bc77a 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
index 9e6321aac25c38efcf9ff4be71378e09f6096ff1..5fe81b5cf090a2b369d3c02fbb6dd97bc68954cb 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2002, 2003, 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 // only compile this file if in 2d
index d3ed6142db7e39e8548915b5939ebc44ca019e25..7337e6e58f2535ad803bc3180ebe093d22c1adaa 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 2002, 2003, 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 // Transfer matrices for finite elements
 
index 38e8f75c1a9bdffc9169dda7c34002e46dd5b6e3..0f966a26edd740442b4670d17809738ff01a77ed 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/tensor_product_polynomials.h>
 #include <base/polynomials_p.h>
@@ -110,9 +110,9 @@ FE_Poly<POLY,dim>::shape_grad_grad_component (const unsigned int i,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
@@ -147,9 +147,9 @@ FE_Poly<POLY,dim>::update_each (const UpdateFlags flags) const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <class POLY, int dim>
 typename Mapping<dim>::InternalDataBase *
@@ -228,9 +228,9 @@ FE_Poly<POLY,dim>::get_data (const UpdateFlags      update_flags,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Fill data of FEValues
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <class POLY, int dim>
 void
index 0b84320f79f65279a7aa274b6885f068f6aab460..277c7f21d3d084327ff19686023543a59b23de59 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, 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/fe_q.h>
 
@@ -571,9 +571,9 @@ get_interpolation_matrix (const FiniteElementBase<dim> &x_source_fe,
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
@@ -1766,9 +1766,9 @@ FE_Q<dim>::initialize_restriction ()
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
index ee4f90b8c5a793066aa901e5b36560ee152a1b5b..a34b181610f8a2e0b533b0a240573b8073a4b551 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
+//    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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/fe_q_hierarchical.h>
 
@@ -126,9 +126,9 @@ FE_Q_Hierarchical<dim>::clone() const
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
index 26cdcd600b8c9af10fe01a025c978e81954dabc0..1145df48c58eaee274df34681fff8d1025375f8e 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.
 //
-//----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/quadrature.h>
 #include <base/table.h>
@@ -406,9 +406,9 @@ get_interpolation_matrix (const FiniteElementBase<dim> &x_source_fe,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Auxiliary and internal functions
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
@@ -1416,9 +1416,9 @@ FE_RaviartThomas<dim>::update_each (const UpdateFlags flags) const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 typename Mapping<dim>::InternalDataBase *
@@ -1486,9 +1486,9 @@ FE_RaviartThomas<dim>::get_data (const UpdateFlags      update_flags,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Fill data of FEValues
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <int dim>
 void
index 54f7042cc153079224abc631577e2328682a5548..3f84168c4cd1057e4946cb77beb9524475b3f138 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  fe_system.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  fe_system.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
@@ -532,9 +532,9 @@ get_interpolation_matrix (const FiniteElementBase<dim> &x_source_fe,
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 // Data field initialization
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
index b3004a09f920ebfaea1f0a5e3c4e4651398c0e18..358a84d82b05e7dca84e3d31147795de64e1e1b0 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  fe_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  fe_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 18eee52423e59f28442d2a907c654486618a5eb7..3e9f1a6c98606365737686913a56ca38d9b2fa22 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  fe_values.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  fe_values.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
@@ -1515,7 +1515,7 @@ template class FESubfaceValues<deal_II_dimension>;
 #endif
 
 
-//-----------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 // Instantiations are in a different file using the macro IN for the vector type.
 // This way, we avoid code reduplication
index 5db79d441b8db57046571554eb5077d8e401a9d9..9a406d67dbf66d0d64e689bfc60287aeebe7a61c 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.
 //
-//------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <grid/tria.h>
 #include <fe/mapping.h>
index b0588655385d23558632a36fc262a6d40b956eae..7c2bedb020663a6713d7f32b682f7596c1918204 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mapping_c1.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  mapping_c1.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/tria_accessor.h>
index 3c86eba3443ffc86a56c7b862a198af71fce621b..ef464dc0951208b11d4bc2cbefe4cffe2687ac89 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) 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.
 //
-//-----------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/tensor.h>
 #include <base/quadrature.h>
@@ -599,7 +599,7 @@ MappingCartesian<dim>::transform_real_to_unit_cell (
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 // explicit instantiations
 
 template class MappingCartesian<deal_II_dimension>;
index a6865a69004077b3537bb2a0b4d7b77c9575a6b3..952bc57c05b77c3a85b3a7a18ed00b9326709df6 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mapping_q.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  mapping_q.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <fe/mapping_q.h>
 #include <fe/fe_q.h>
index f9ceb4bb6d6491bbeb4e182d3fbd9e29454dfb7d..6433c21e3ce41ef825202e202dbda5d6e7e70b6e 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mapping_q1.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 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.
 //
-//----------------------------  mapping_q1.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <base/tensor.h>
 #include <base/quadrature.h>
@@ -1023,6 +1023,6 @@ transform_real_to_unit_cell_internal
     }
 }
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template class MappingQ1<deal_II_dimension>;
index 67c5a66373d21a730117efeda6c92a17ebc49ef4..35d752ba314c7fd396d46d6ac1d1fa9031eed289 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mapping_q1_eulerian.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003 by the deal.II authors and Michael Stadler
+//    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.
 //
-//----------------------------  mapping_q1_eulerian.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <fe/mapping_q1_eulerian.h>
index 0185dd05d6722c24eb6b1a14d54c44f10a6d88ff..0a6574c907a3d4276bcef20a9bb862ea180f7254 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  geometry_info.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  geometry_info.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/geometry_info.h>
index f1787843fbdcef2216213d19a5cb5c770cc7f56d..b128bb451fa5d2efb28ffa0329f65924483bad05 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_generator.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  grid_generator.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index daa9749e3515a6f46ae0784ced18c53366c2433a..b4584493e9aacd5af824b91335c14ec1f6b9d3bd 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_in.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 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.
 //
-//----------------------------  grid_in.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/grid_in.h>
index fbb04ad77546c7f987f38435938cc3342561b0a3..4cf57c2731a1a2e8d85c80565f1a092def3ac4cf 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_out.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 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.
 //
-//----------------------------  grid_out.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/grid_out.h>
index 3836744b9b999b97e0d52be13aa253d4c571d43a..e7afbafb3119a6aa474b7f40508ba8539f4e5e72 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_out.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  grid_out.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/point.h>
index 1d04476c82b5894787f7aa1ce0c67677293a1270..8bde6b636227473d9d15ebab1a62a6367d66e90b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_refinement.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 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.
 //
-//----------------------------  grid_refinement.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <lac/vector.h>
 #include <lac/petsc_vector.h>
index 0b2977c009e8315104ce86b4de2074982377dcf0..c69307c339b47e43631acb64fe1d39a098b272dd 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  grid_reordering.cc  ---------------------------
+//---------------------------------------------------------------------------
 //   grid_reordering.cc,v 1.27 2002/05/28 07:43:22 wolf Exp
 //   Version: 
 //
@@ -9,7 +9,7 @@
 //   to the file deal.II/doc/license.html for the  text  and
 //   further information on this license.
 //
-//----------------------------  grid_reordering.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <grid/grid_reordering.h>
 #include <grid/grid_reordering_internal.h>
index 4b2323ff58f33c28cf3e43e1ab9bdf69bf457cd3..55bb4bf14c4a537efac66fe8bc58a554a8c7ec6c 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  grid_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  grid_tools.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 
index 56181c37301f34ef97adaca540f8032646fbb547..8b16968af1c4e5cc15e25aaa031576ae58ba5234 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  intergrid_map.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  intergrid_map.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index cd3fc7ebd6d024a8665ed621dd8a0c07b0fcf6bf..2c29897736bf84b449462ee0bb3e4dd161e03bfd 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  persistent_tria.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1999, 2000, 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.
 //
-//----------------------------  persistent_tria.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index 31d71d03608fc0432d7e27d2ab4de399296db41c..05c237f2aa960baa4fe9e1d8e854900d8bd38283 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tria.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  tria.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 /*
index 1a443370321df67a4705a92f9bdd16d83365cafb..0bb1ce1c519a9ca9732327455a1571d381d13e8a 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  tria.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  tria.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index caed8e0faf3d23a036930a008888549ab123ba06..99f21db64332b0596ab2e86dc2d82dc80fdab26f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tria_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  tria_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/tria.h>
index 37cd46bbc1c44b81ed95b41dbafc0a6df65e26a9..60854be6e45278d79c2998541a172fbba8a3ffc3 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tria_boundary.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  tria_boundary.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/tensor.h>
index 97b6a9bdf27476cd0c3cbb2d25a553d3ebc22d33..0117fc8934ab65dbc6939ae4f8b1a6e07090bc51 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tria_boundary_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  tria_boundary_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/tria_boundary_lib.h>
index 8bda16043cae72c757c9c17cea46f17c15f88fb1..7d0ba43473549b7ba33e25fdacd662a8ac01b9d2 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mg_base.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1999, 2000, 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.
 //
-//----------------------------  mg_base.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <multigrid/mg_base.h>
index 216c90573a34b511f14e0f01d747c9c39844cd3c..6ad8ab2f136b13b2e7527039204ac87c67d419bf 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mg_dof_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  mg_dof_accessor.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <dofs/dof_levels.h>
index 0ef87681728f79de0458e7c959ffae623a6310ad..381b3f9879caa70deb3e142aecfcf2f00f0ab1cc 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mg_dof_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  mg_dof_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <dofs/dof_levels.h>
@@ -1199,7 +1199,7 @@ MGDoFHandler<dim>::last_active_hex () const {
 }
 
 
-//------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <int dim>
index 66898be0aa551173b02644ac3b133847ff3edb6e..62a6a106b6ddcaa24d58a84b0de8b81303fc09c2 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 f89d8d09cd63e05c19b22e604b787d86883b1f18..f71d9e98750fbaf96982450c64558b2d723e91a8 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  mg_smoother.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  mg_smoother.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <grid/tria.h>
index c03b388e0c2963eb6dac455891d7e71027f1fd74..5a74928df1d251bf1e802bd0b82b4b5ffdda1469 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) 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.
 //
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/logstream.h>
 
index c754f2936c48b99d9094dcd3c97265e7543dc5a6..0cc34d8cb8cafb363ed8244ed7d8d7e52de75f28 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) 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.
 //
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/logstream.h>
 
index 91c66b2bc4b9b439fbd4a67d0f96458c299c4079..19ec4b16a79f3af5853b0e57de1aec4f9d1301f5 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  multigrid.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 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.
 //
-//----------------------------  multigrid.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 
index 6f39903eb3f34687867fd8553c9bad364c575d2d..6bece270d34408e86f9e09d370cffced05102225 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  data_out.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  data_out.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 892e54b4aca0ecde74d7549e380f802846d5899f..819bbd99c8ab9f7f751bdea4e1c4332e3e86880d 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  data_out_faces.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  data_out_faces.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 34d0cad067fa4bea40daf3e7dbcd2df1dc5293dc..80992f91cb1cdec3cfe769d9f2f51654879c5ef0 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  data_out_rotation.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  data_out_rotation.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 282c38eec25d385b83f29fdd8d549c57a0e58d20..7a13f203352e068632bec4cba77e0eef52224018 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  data_out_stack.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  data_out_stack.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <numerics/data_out_stack.h>
index 202f0f0b6fd7201e74da9f1f5ca58ab9152e796f..d6e6ab923ecc62956e53751a33159f0d25b10023 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  gradient_estimator.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 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.
 //
-//----------------------------  derivative_approximation.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 178c8dea24b825322bf87ff0510da8fd34ed7c8c..16d2abf23a5d85328d4bc11c8d455657140dc3d0 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  error_estimator.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  error_estimator.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/thread_management.h>
index d3ad8e26d55138d44994929c4fc4a1ae6ae714f0..6b341e5a74fb93d70b51ad5d01998a2bbce356fb 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  histogram.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1999, 2000, 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.
 //
-//----------------------------  histogram.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index 34611c424e9000241efdefcc088c783a3fd95fc9..b6b7ea06babcb8499790525357ba0e811670878d 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  matrices.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  matrices.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <numerics/matrices.h>
index e2f46bad3c0613323479f20a274275a95b40291f..9310be36cb4278a3d199d5c998fc6d7b91e075e0 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  matrices.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  matrices.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/function.h>
index c0fb4fe53a00cc3066a7fa84c3ac27663b5d90e4..21dfb796df9f47cfbaaae8ae72c370c6516aed6b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  solution_transfer.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.
 //
-//----------------------------  solution_transfer.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index b2bad741203e462a2518edeab1f82017c229f42e..035d6af7979e0abc2b4bcc43133ba0f90fd67391 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  time_dependent.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 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.
 //
-//----------------------------  time_dependent.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <numerics/time_dependent.h>
index bbaf1f1e1ae4a5efcd569925f12fe4b7dbef8df8..5c04f4be7c190a68e00392df7c6b279a26b63297 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  vectors.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 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.
 //
-//----------------------------  vectors.all_dimensions.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <lac/vector.h>
index 08baddb511ffb979595f9c027636bff1ae950dba..1a5775defb11e2a7e617f62557a27403566cd78b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  vectors.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 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.
 //
-//----------------------------  vectors.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/function.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.