]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
decapitalize namespace MG to mg
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Sep 2010 17:09:54 +0000 (17:09 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Sep 2010 17:09:54 +0000 (17:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@22197 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_matrix.h
deal.II/deal.II/include/multigrid/mg_smoother.h
deal.II/deal.II/include/numerics/mesh_worker_assembler.h

index 4dc6584170af1f9bd1ecbe67967c6888fe42204c..c9c7b120864e0b48598f4a7b58ad563a0c38d67c 100644 (file)
@@ -25,9 +25,8 @@ DEAL_II_NAMESPACE_OPEN
 /*!@addtogroup mg */
 /*@{*/
 
-namespace MG
+namespace mg
 {
-
 /**
  * Multilevel matrix. This matrix stores an MGLevelObject of
  * PointerMatrixBase objects. It implementes the interface defined in
@@ -257,7 +256,7 @@ class MGMatrixSelect : public MGMatrixBase<Vector<number> >
 
 /*----------------------------------------------------------------------*/
 
-namespace MG
+namespace mg
 {
   template <class VECTOR>
   template <class MATRIX>
index 1241e64697ad413256cb56756fcd7210f64a535b..72a7fef192157e3b48ea20bb497973092bf72623 100644 (file)
@@ -193,7 +193,7 @@ class MGSmootherIdentity : public MGSmootherBase<VECTOR>
 };
 
 
-namespace MG
+namespace mg
 {
 /**
  * Smoother using relaxation classes.
@@ -747,7 +747,7 @@ MGSmoother<VECTOR>::set_transpose (const bool flag)
 
 //----------------------------------------------------------------------//
 
-namespace MG
+namespace mg
 {
   template <class RELAX, class VECTOR>
   inline
index 922480da07caa312f293d97d99fe0f7aa00ab2bb..ec991252e6280e0c499d313594e24d8376b6fc5e 100644 (file)
@@ -1945,6 +1945,7 @@ namespace MeshWorker
       MatrixPtrVector& m)
     {
       block_info = b;
+      AssertDimension(block_info->local().size(), block_info->global().size());
       matrices = &m;
     }
     

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.