]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Convert unsigned int to types::global_dof_index. branch_bigger_global_dof_indices_3
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Feb 2013 01:38:55 +0000 (01:38 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Feb 2013 01:38:55 +0000 (01:38 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@28261 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/files
deal.II/include/deal.II/grid/tria.h
deal.II/source/grid/tria.cc

index f9d015f544f594a0e690685a40aa647ad0922d3e..e3600a10a8327e52e308ad2fa54c772b7c30e4a7 100644 (file)
@@ -101,17 +101,17 @@ source/grid/persistent_tria.cc
 source/grid/tria_accessor.cc
 source/grid/tria_boundary.cc
 source/grid/tria_boundary_lib.cc
-source/grid/tria.cc
-source/grid/tria_faces.cc
-source/grid/tria_levels.cc
-source/grid/tria_objects.cc
+BRUNO source/grid/tria.cc
+BRUNO source/grid/tria_faces.cc
+BRUNO source/grid/tria_levels.cc
+BRUNO source/grid/tria_objects.cc
 MARKUS source/hp/dof_faces.cc
 MARKUS source/hp/dof_handler.cc
 NATASHA source/hp/dof_levels.cc
 NATASHA source/hp/dof_objects.cc
-source/hp/fe_collection.cc
+BRUNO source/hp/fe_collection.cc
 MARKUS source/hp/fe_values.cc
-source/hp/mapping_collection.cc
+BRUNO 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
@@ -332,30 +332,30 @@ include/deal.II/grid/tria_accessor.h
 include/deal.II/grid/tria_accessor.templates.h
 include/deal.II/grid/tria_boundary.h
 include/deal.II/grid/tria_boundary_lib.h
-include/deal.II/grid/tria_faces.h
-include/deal.II/grid/tria.h
-include/deal.II/grid/tria_iterator_base.h
-include/deal.II/grid/tria_iterator.h
-include/deal.II/grid/tria_iterator_selector.h
-include/deal.II/grid/tria_iterator.templates.h
-include/deal.II/grid/tria_levels.h
-include/deal.II/grid/tria_object.h
-include/deal.II/grid/tria_objects.h
+BRUNO include/deal.II/grid/tria_faces.h
+BRUNO include/deal.II/grid/tria.h
+BRUNO include/deal.II/grid/tria_iterator_base.h
+BRUNO include/deal.II/grid/tria_iterator.h
+BRUNO include/deal.II/grid/tria_iterator_selector.h
+BRUNO include/deal.II/grid/tria_iterator.templates.h
+BRUNO include/deal.II/grid/tria_levels.h
+BRUNO include/deal.II/grid/tria_object.h
+BRUNO include/deal.II/grid/tria_objects.h
 MARKUS include/deal.II/hp/dof_faces.h
 MARKUS include/deal.II/hp/dof_handler.h
 NATASHA include/deal.II/hp/dof_levels.h
 NATASHA include/deal.II/hp/dof_objects.h
-include/deal.II/hp/fe_collection.h
+BRUNO include/deal.II/hp/fe_collection.h
 MARKUS include/deal.II/hp/fe_values.h
-include/deal.II/hp/mapping_collection.h
-include/deal.II/hp/q_collection.h
-include/deal.II/integrators/divergence.h
-include/deal.II/integrators/elasticity.h
-include/deal.II/integrators/l2.h
-include/deal.II/integrators/laplace.h
-include/deal.II/integrators/local_integrators.h
-include/deal.II/integrators/maxwell.h
-include/deal.II/integrators/patches.h
+BRUNO include/deal.II/hp/mapping_collection.h
+BRUNO include/deal.II/hp/q_collection.h
+BRUNO include/deal.II/integrators/divergence.h
+BRUNO include/deal.II/integrators/elasticity.h
+BRUNO include/deal.II/integrators/l2.h
+BRUNO include/deal.II/integrators/laplace.h
+BRUNO include/deal.II/integrators/local_integrators.h
+BRUNO include/deal.II/integrators/maxwell.h
+BRUNO include/deal.II/integrators/patches.h
 include/deal.II/lac/arpack_solver.h
 include/deal.II/lac/block_indices.h
 include/deal.II/lac/block_list.h
@@ -464,11 +464,11 @@ include/deal.II/lac/vector_memory.h
 include/deal.II/lac/vector.templates.h
 include/deal.II/lac/vector_view.h
 KAINAN include/deal.II/matrix_free/dof_info.h
-include/deal.II/matrix_free/dof_info.templates.h
-include/deal.II/matrix_free/fe_evaluation.h
-include/deal.II/matrix_free/helper_functions.h
-include/deal.II/matrix_free/mapping_info.h
-include/deal.II/matrix_free/mapping_info.templates.h
+KAINAN include/deal.II/matrix_free/dof_info.templates.h
+BRUNO include/deal.II/matrix_free/fe_evaluation.h
+BRUNO include/deal.II/matrix_free/helper_functions.h
+BRUNO include/deal.II/matrix_free/mapping_info.h
+BRUNO include/deal.II/matrix_free/mapping_info.templates.h
 BRUNO include/deal.II/matrix_free/matrix_free.h
 BRUNO include/deal.II/matrix_free/matrix_free.templates.h
 BRUNO include/deal.II/matrix_free/shape_info.h
index e47add785f49c7629773d9ebbba7b9f60ca934c9..c39f0927d6853113da41a2cee20bd0e71cd41153 100644 (file)
@@ -3738,7 +3738,7 @@ Triangulation<dim,spacedim>::load (Archive &ar,
 
   // as discussed in the documentation, do
   // not store the signals as well as
-  // boundary and manifold descrption
+  // boundary and manifold description
   // but everything else
   ar &smooth_grid;
   ar &levels;
index 5f9f470826d9b0c90668390455f2a5fbfc1dc22b..9a43079a28cdc8d25bbfd9ef16abf481766cff26 100644 (file)
@@ -147,7 +147,7 @@ namespace
 
 
 
-  // return, wheter a given @p cell will be
+  // return, whether a given @p cell will be
   // coarsened, which is the case if all
   // children are active and have their coarsen
   // flag set. In case only part of the coarsen

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.