]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
conversion to types::global_dof_index
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 15:40:25 +0000 (15:40 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 15:40:25 +0000 (15:40 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25885 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/number_cache.h

index 623b24ba97c391c25b2534c4a6c5aeccd8b87454..1163746eec8979451ee2d4c2881f8db999135d70 100644 (file)
@@ -50,7 +50,7 @@ namespace internal
                                           * processors that may
                                           * participate on this mesh.
                                           */
-        unsigned int n_global_dofs;
+        types::global_dof_index n_global_dofs;
 
                                          /**
                                           * Number of dofs owned by
@@ -59,7 +59,7 @@ namespace internal
                                           * computation, then this
                                           * equals n_global_dofs.
                                           */
-        unsigned int n_locally_owned_dofs;
+        types::global_dof_index n_locally_owned_dofs;
 
                                          /**
                                           * An index set denoting the
@@ -81,7 +81,7 @@ namespace internal
                                           * element equal to
                                           * n_global_dofs.
                                           */
-        std::vector<unsigned int> n_locally_owned_dofs_per_processor;
+        std::vector<types::global_dof_index> n_locally_owned_dofs_per_processor;
 
                                          /**
                                           * The dofs owned by each of

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.