]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Convert unsigned int to types::global_dof_index.
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Mar 2013 13:54:48 +0000 (13:54 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Mar 2013 13:54:48 +0000 (13:54 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28986 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/schur_matrix.h
deal.II/include/deal.II/matrix_free/dof_info.templates.h

index 8f6d671f826eb8957fabfcc2e5db84b7a9533600..a973ecf198b9abab13f0ed0c9f95d0a0571f4d6e 100644 (file)
@@ -204,7 +204,7 @@ private:
   /**
    * Optional signature of the @p u-vector.
    */
-  std::vector<unsigned int> signature;
+  std::vector<types::global_dof_index> signature;
 
   /**
    * Switch for debugging information.
@@ -222,7 +222,7 @@ SchurMatrix<MA_inverse, MB, MDt, MC>
               const MDt &Dt,
               const MC &C,
               VectorMemory<BlockVector<double> > &mem,
-              const std::vector<unsigned int> &signature)
+              const std::vector<types::global_dof_index> &signature)
   : Ainv(&Ainv), B(&B), Dt(&Dt), C(&C),
     mem(mem),
     signature(signature),
index 4455a2edb3a9941af699957b467a36b7b78c073d..af421b9993afc26b5fed01a25810683565e03771 100644 (file)
@@ -617,7 +617,7 @@ no_constraint:
       if (store_plain_indices == true)
         {
           new_rowstart_plain.resize (size_info.n_macro_cells + 1,
-                                     numbers::invalid_unsigned_int);
+                                     numbers::invalid_dof_index);
           new_plain_indices.reserve (plain_dof_indices.size());
         }
 

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.