]> 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:36:34 +0000 (13:36 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 Aug 2012 13:36:34 +0000 (13:36 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25898 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/files
deal.II/include/deal.II/lac/block_sparse_matrix_ez.h

index 217da7f7363b853d038f05855bf302ec4111eb99..6f6a5c61f27a2584777d064b048092a2a1de23a6 100644 (file)
@@ -115,7 +115,7 @@ source/hp/mapping_collection.cc
 source/lac/block_matrix_array.cc
 MARKUS source/lac/block_sparse_matrix.cc
 MARKUS source/lac/block_sparse_matrix_ez.cc
-source/lac/block_sparsity_pattern.cc
+MARKUS source/lac/block_sparsity_pattern.cc
 source/lac/block_vector.cc
 source/lac/chunk_sparse_matrix.cc
 source/lac/chunk_sparsity_pattern.cc
@@ -366,7 +366,7 @@ 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
 MARKUS include/deal.II/lac/block_sparse_matrix.templates.h
-include/deal.II/lac/block_sparsity_pattern.h
+MARKUS include/deal.II/lac/block_sparsity_pattern.h
 include/deal.II/lac/block_vector_base.h
 include/deal.II/lac/block_vector.h
 include/deal.II/lac/block_vector.templates.h
index 76186088d1019ca6ee8a432f581d761e274c78e7..861c95d3927307cfc873e90f5a34c47aa19d37d9 100644 (file)
@@ -207,7 +207,7 @@ class BlockSparseMatrixEZ : public Subscriptor
                                       * matrix is of dimension
                                       * $m \times n$.
                                       */
-    unsigned int m () const;
+    types::global_dof_index m () const;
 
                                      /**
                                       * Return the dimension of the
@@ -215,7 +215,7 @@ class BlockSparseMatrixEZ : public Subscriptor
                                       * matrix is of dimension
                                       * $m \times n$.
                                       */
-    unsigned int n () const;
+    types::global_dof_index n () const;
 
                                      /**
                                       * Set the element <tt>(i,j)</tt>
@@ -226,8 +226,8 @@ class BlockSparseMatrixEZ : public Subscriptor
                                       * allowed to store zero values
                                       * in non-existent fields.
                                       */
-    void set (const unsigned int i,
-              const unsigned int j,
+    void set (const types::global_dof_index i,
+              const types::global_dof_index j,
               const Number value);
 
                                      /**
@@ -239,7 +239,7 @@ class BlockSparseMatrixEZ : public Subscriptor
                                       * is allowed to store zero
                                       * values in non-existent fields.
                                       */
-    void add (const unsigned int i, const unsigned int j,
+    void add (const types::global_dof_index i, const types::global_dof_index j,
               const Number value);
 
 
@@ -417,8 +417,8 @@ BlockSparseMatrixEZ<Number>::n () const
 template <typename Number>
 inline
 void
-BlockSparseMatrixEZ<Number>::set (const unsigned int i,
-                                  const unsigned int j,
+BlockSparseMatrixEZ<Number>::set (const types::global_dof_index i,
+                                  const types::global_dof_index j,
                                   const Number value)
 {
 
@@ -437,8 +437,8 @@ BlockSparseMatrixEZ<Number>::set (const unsigned int i,
 template <typename Number>
 inline
 void
-BlockSparseMatrixEZ<Number>::add (const unsigned int i,
-                                  const unsigned int j,
+BlockSparseMatrixEZ<Number>::add (const types::global_dof_index i,
+                                  const types::global_dof_index j,
                                   const Number value)
 {
 

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.