]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 31 May 2013 23:06:26 +0000 (23:06 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 31 May 2013 23:06:26 +0000 (23:06 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29703 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/cmake.html
tests/mpi/multigrid_uniform.cc

index e9e6643ea9d5e35c919ae985d1806511f258ac7a..0b1c072f981231ffa23262889f430ddd89d803b6 100644 (file)
     DEAL_II_WITH_TRILINOS
     DEAL_II_WITH_UMFPACK
     DEAL_II_WITH_ZLIB
+    DEAL_II_WITH_64BIT_INDICES
       </pre>
       They all have standard meaning with the exception of
       two:
index f1a75efe945bd4dbab6b54005cbf9fbdc0be2798..3227445589d5cedb6dae296fbaddc7684cc0c394 100644 (file)
@@ -248,7 +248,7 @@ namespace Step50
     FullMatrix<double>   cell_matrix (dofs_per_cell, dofs_per_cell);
     Vector<double>       cell_rhs (dofs_per_cell);
 
-    std::vector<unsigned int> local_dof_indices (dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
     const Coefficient<dim> coefficient;
     std::vector<double>    coefficient_values (n_q_points);
@@ -305,7 +305,7 @@ namespace Step50
 
     FullMatrix<double>   cell_matrix (dofs_per_cell, dofs_per_cell);
 
-    std::vector<unsigned int> local_dof_indices (dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
     const Coefficient<dim> coefficient;
     std::vector<double>    coefficient_values (n_q_points);

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.