]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change unsigned int to types::global_dof_index.
authorbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 Aug 2012 13:24:29 +0000 (13:24 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 Aug 2012 13:24:29 +0000 (13:24 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25897 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/files
deal.II/include/deal.II/lac/block_sparse_matrix.h
deal.II/include/deal.II/lac/block_sparse_matrix.templates.h

index c46741c8159a500a032cbc003b054f2688685c18..217da7f7363b853d038f05855bf302ec4111eb99 100644 (file)
@@ -114,7 +114,7 @@ MARKUS source/hp/fe_values.cc
 source/hp/mapping_collection.cc
 source/lac/block_matrix_array.cc
 MARKUS source/lac/block_sparse_matrix.cc
-source/lac/block_sparse_matrix_ez.cc
+MARKUS source/lac/block_sparse_matrix_ez.cc
 source/lac/block_sparsity_pattern.cc
 source/lac/block_vector.cc
 source/lac/chunk_sparse_matrix.cc
@@ -362,10 +362,10 @@ include/deal.II/lac/block_list.h
 include/deal.II/lac/block_matrix_array.h
 include/deal.II/lac/block_matrix_base.h
 include/deal.II/lac/block_matrix.h
-include/deal.II/lac/block_sparse_matrix_ez.h
-include/deal.II/lac/block_sparse_matrix_ez.templates.h
+MARKUS include/deal.II/lac/block_sparse_matrix_ez.h
+MARKUS include/deal.II/lac/block_sparse_matrix_ez.templates.h
 MARKUS include/deal.II/lac/block_sparse_matrix.h
-include/deal.II/lac/block_sparse_matrix.templates.h
+MARKUS include/deal.II/lac/block_sparse_matrix.templates.h
 include/deal.II/lac/block_sparsity_pattern.h
 include/deal.II/lac/block_vector_base.h
 include/deal.II/lac/block_vector.h
index 1e423bb5a69fa420e41afdd7997a1667b4fdadfa..b06bbdb0a82f04c9a5a21cf6331c4beb56653bdb 100644 (file)
@@ -204,7 +204,7 @@ class BlockSparseMatrix : public BlockMatrixBase<SparseMatrix<number> >
                                       * Return the number of entries
                                       * in a specific row.
                                       */
-    unsigned int get_row_length (const unsigned int row) const;
+    unsigned int get_row_length (const types::global_dof_index row) const;
 
                                      /**
                                       * Return the number of nonzero
index 27e7eec1f1516116a42d35b8f2de943665095adb..11f22df8898f1805b91847ceb799bde5bf11f01d 100644 (file)
@@ -128,7 +128,7 @@ BlockSparseMatrix<number>::empty () const
 
 template <typename number>
 unsigned int
-BlockSparseMatrix<number>::get_row_length (const unsigned int row) const
+BlockSparseMatrix<number>::get_row_length (const types::global_dof_index row) const
 {
   return sparsity_pattern->row_length(row);
 }

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.