]> https://gitweb.dealii.org/ - dealii.git/commit
Convert unsigned int to types::global_dof_index in the tests.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 19 Mar 2013 19:19:14 +0000 (19:19 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 19 Mar 2013 19:19:14 +0000 (19:19 +0000)
commit969aab70a398ff2b646dd1fb3002902214a0fcc7
tree3f8a9687dff87e9596aa178b0d8638893c936119
parent95a88cfa337260ba28bd7ef5fe93855507c7edf6
Convert unsigned int to types::global_dof_index in the tests.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28944 0785d39b-7218-0410-832d-ea1e28bc413d
131 files changed:
deal.II/include/deal.II/dofs/dof_tools.h
deal.II/include/deal.II/matrix_free/fe_evaluation.h
deal.II/source/dofs/dof_tools.cc
deal.II/source/dofs/dof_tools.inst.in
deal.II/source/multigrid/mg_tools.cc
deal.II/source/multigrid/mg_tools.inst.in
tests/base/index_set_19.cc
tests/benchmarks/old/spec2006-447.dealII.cc
tests/benchmarks/step-22/step-22.cc
tests/benchmarks/test_assembly/step-22.cc
tests/benchmarks/test_poisson/poisson.cc
tests/bits/anna_3.cc
tests/bits/anna_4.cc
tests/bits/anna_6.cc
tests/bits/apply_boundary_values_01.cc
tests/bits/apply_boundary_values_02.cc
tests/bits/apply_boundary_values_03.cc
tests/bits/apply_boundary_values_04.cc
tests/bits/joa_1.cc
tests/bits/make_boundary_constraints_01.cc
tests/bits/make_boundary_constraints_02.cc
tests/bits/step-13.cc
tests/bits/step-14.cc
tests/bits/step-15.cc
tests/bits/step-16b.cc
tests/bits/step-3.cc
tests/bits/step-4.cc
tests/bits/step-5.cc
tests/bits/step-6.cc
tests/bits/step-7.cc
tests/bits/step-8.cc
tests/deal.II/block_matrices.cc
tests/deal.II/boundaries.cc
tests/deal.II/constraints_block_01.cc
tests/deal.II/constraints_hanging_nodes_bc.cc
tests/deal.II/constraints_local_to_global.cc
tests/deal.II/constraints_local_to_global_chunk.cc
tests/deal.II/fe_values_view_23.cc
tests/deal.II/fe_values_view_24.cc
tests/deal.II/fe_values_view_25.cc
tests/deal.II/inhomogeneous_constraints.cc
tests/deal.II/inhomogeneous_constraints_04.cc
tests/deal.II/inhomogeneous_constraints_block.cc
tests/deal.II/inhomogeneous_constraints_nonsymmetric.cc
tests/deal.II/interpolate_boundary_values_02.cc
tests/deal.II/memory_consumption_01.cc
tests/deal.II/point_value_history_02.cc
tests/deal.II/point_value_history_03.cc
tests/distributed_grids/count_dofs_per_block_01.cc
tests/fail/circular_01.cc
tests/fail/hp-step-14.cc
tests/fail/hp-step-15.cc
tests/fe/abf_01.cc
tests/fe/deformed_projection.h
tests/fe/fe_q_dg0.cc
tests/hp/compare_hp_vs_nonhp_01.cc
tests/hp/count_dofs_per_block_01.cc
tests/hp/count_dofs_per_block_02.cc
tests/hp/crash_07.cc
tests/hp/crash_09.cc
tests/hp/crash_10.cc
tests/hp/crash_11.cc
tests/hp/crash_14.cc
tests/hp/crash_15.cc
tests/hp/crash_17.cc
tests/hp/crash_17_compressed_set_sparsity.cc
tests/hp/crash_18.cc
tests/hp/crash_18_compressed_set_sparsity.cc
tests/hp/crash_19.cc
tests/hp/fe_nothing_07.cc
tests/hp/fe_nothing_12.cc
tests/hp/fe_nothing_13.cc
tests/hp/fe_nothing_14.cc
tests/hp/renumber_block_wise_01b.cc
tests/hp/step-13.cc
tests/hp/step-3.cc
tests/hp/step-3a.cc
tests/hp/step-3b.cc
tests/hp/step-3c.cc
tests/hp/step-4.cc
tests/hp/step-5.cc
tests/hp/step-6.cc
tests/hp/step-7.cc
tests/hp/step-8.cc
tests/integrators/divergence_01.cc
tests/integrators/elasticity_01.cc
tests/integrators/laplacian_01.cc
tests/lac/block_indices.cc
tests/lac/block_matrices.cc
tests/lac/block_sparsity_pattern_01.cc
tests/lac/block_sparsity_pattern_02.cc
tests/lac/block_vector.cc
tests/lac/block_vector_copy.cc
tests/lac/block_vector_iterator.cc
tests/lac/block_vector_vector_assign.cc
tests/lac/complex_block_vector.cc
tests/lac/complex_block_vector_iterator.cc
tests/lac/complex_block_vector_vector_assign.cc
tests/matrix_free/matrix_vector_common.h
tests/matrix_free/matrix_vector_curl.cc
tests/matrix_free/matrix_vector_div.cc
tests/matrix_free/matrix_vector_hp.cc
tests/matrix_free/matrix_vector_mg.cc
tests/matrix_free/matrix_vector_stokes.cc
tests/matrix_free/matrix_vector_stokes_noflux.cc
tests/matrix_free/step-37.cc
tests/mpi/matrix_free_01.cc
tests/mpi/matrix_free_03.cc
tests/mpi/no_flux_constraints.cc
tests/mpi/no_flux_constraints_02.cc
tests/mpi/no_flux_constraints_03.cc
tests/mpi/renumber_z_order_01.cc
tests/mpi/renumber_z_order_02.cc
tests/mpi/step-40.cc
tests/mpi/step-40_direct_solver.cc
tests/multigrid/boundary_01.cc
tests/multigrid/count_01.cc
tests/multigrid/dof_01.cc
tests/multigrid/dof_02.cc
tests/multigrid/mg_output.cc
tests/multigrid/mg_renumbered_01.cc
tests/multigrid/mg_renumbered_02.cc
tests/multigrid/mg_renumbered_03.cc
tests/multigrid/renumbering_01.cc
tests/multigrid/renumbering_03.cc
tests/multigrid/transfer_03.cc
tests/multigrid/transfer_block.cc
tests/multigrid/transfer_block_select.cc
tests/multigrid/transfer_compare_01.cc
tests/multigrid/transfer_select.cc
tests/umfpack/umfpack_04.cc

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.