]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix name of type...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Sep 2013 01:23:54 +0000 (01:23 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Sep 2013 01:23:54 +0000 (01:23 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30940 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_21_nonsymmetric.cc
tests/deal.II/fe_values_view_23_nonsymmetric.cc
tests/deal.II/fe_values_view_24_nonsymmetric.cc
tests/deal.II/fe_values_view_25_nonsymmetric.cc
tests/deal.II/fe_values_view_tensor_01.cc

index 2c9639df0911497cb561e63b51db2a5ccc096ebe..c26da8567d9e67ce5b32c657217d094a2f0146b4 100644 (file)
@@ -108,7 +108,7 @@ void MixedElastoPlasticity<dim>::make_grid_and_dofs()
   DoFRenumbering::component_wise(dof_handler);
 
   // total number of dof per block component
-  std::vector<types::global_dof_indices> dofs_per_block(2);
+  std::vector<types::global_dof_index> dofs_per_block(2);
   DoFTools::count_dofs_per_block(dof_handler, dofs_per_block, block_component);
 
   const unsigned int n_stress_dof = dofs_per_block[0];
index e4f434802b985d9070b2547b4d255f350e54f966..2e17287429f8c48604d5e08db14f11001ffd2526 100644 (file)
@@ -64,7 +64,7 @@ void test (const Triangulation<dim> &tr,
   .get_function_divergences (fe_function, divergences);
 
   // now do the same "by hand"
-  std::vector<types::global_dof_indices> local_dof_indices (fe.dofs_per_cell);
+  std::vector<types::global_dof_index> local_dof_indices (fe.dofs_per_cell);
   dof.begin_active()->get_dof_indices (local_dof_indices);
 
   for (unsigned int q=0; q<quadrature.size(); ++q)
index 76f499e0d5eddc45c18231b508d6d70dedefb888..fc0f020cb33289ed2b6dc197c666204c47c4d17c 100644 (file)
@@ -64,7 +64,7 @@ void test (const Triangulation<dim> &tr,
   .get_function_divergences (fe_function, divergences);
 
   // now do the same "by hand"
-  std::vector<types::global_dof_indices> local_dof_indices (fe.dofs_per_cell);
+  std::vector<types::global_dof_index> local_dof_indices (fe.dofs_per_cell);
   dof.begin_active()->get_dof_indices (local_dof_indices);
 
   for (unsigned int i=0; i<fe.dofs_per_cell; ++i)
index bfa25176894322706a467b8a97070182870b837f..94acf60cce5008079a51595a245d0716f994a0bb 100644 (file)
@@ -63,7 +63,7 @@ void test (const Triangulation<dim> &tr,
   .get_function_divergences (fe_function, divergences);
 
   // now do the same "by hand"
-  std::vector<types::global_dof_indices> local_dof_indices (fe.dofs_per_cell);
+  std::vector<types::global_dof_index> local_dof_indices (fe.dofs_per_cell);
   dof.begin_active()->get_dof_indices (local_dof_indices);
 
   for (unsigned int i=0; i<fe.dofs_per_cell; ++i)
index 80fad23070455271ca69420a303c27a31b88ba88..fdf76799a070b61c7c1f7357cb5dccf055bf35ac 100644 (file)
@@ -105,7 +105,7 @@ void MixedElastoPlasticity<dim>::make_grid_and_dofs()
   DoFRenumbering::component_wise(dof_handler);
 
   // total number of dof per block component
-  std::vector<types::global_dof_indices> dofs_per_block(2);
+  std::vector<types::global_dof_index> dofs_per_block(2);
   DoFTools::count_dofs_per_block(dof_handler, dofs_per_block, block_component);
 
   const unsigned int n_stress_dof = dofs_per_block[0];

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.