]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Change the way we include files: Instead of doing #include <base/quadrature.h> we...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 May 2011 04:50:10 +0000 (04:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 May 2011 04:50:10 +0000 (04:50 +0000)
commitb1832f22060b0927fac9e95e2fb7a85e11156fc1
treec96a2602a01df9031fc86c757f0627adc8c5e66d
parent219544e5a9b7e6c58da31f6a97d51c57cce0df93
Change the way we include files: Instead of doing #include <base/quadrature.h> we now want to do #include <deal.II/base/quadrature.h>. Keep the old way for backward compatibility.

git-svn-id: https://svn.dealii.org/trunk@23710 0785d39b-7218-0410-832d-ea1e28bc413d
1690 files changed:
tests/a-framework/compile.cc
tests/a-framework/fail.cc
tests/a-framework/link.cc
tests/a-framework/miscompare.cc
tests/a-framework/run.cc
tests/aniso/fe_tools.cc
tests/aniso/mesh_3d_21.cc
tests/aniso/refine_and_coarsen_anisotropic.cc
tests/aniso/solution_transfer.cc
tests/aniso/up_and_down.cc
tests/base/anisotropic_1.cc
tests/base/anisotropic_2.cc
tests/base/auto_derivative_function.cc
tests/base/conditional_ostream.cc
tests/base/convergence_table_01.cc
tests/base/convergence_table_02.cc
tests/base/data_out_base.cc
tests/base/data_out_base_dx.cc
tests/base/data_out_base_eps.cc
tests/base/data_out_base_gmv.cc
tests/base/data_out_base_gnuplot.cc
tests/base/data_out_base_povray.cc
tests/base/data_out_base_pvtu.cc
tests/base/data_out_base_tecplot.cc
tests/base/data_out_base_tecplot_bin.cc
tests/base/data_out_base_vtk.cc
tests/base/data_out_base_vtu.cc
tests/base/data_out_reader_01.cc
tests/base/full_tensor_01.cc
tests/base/full_tensor_02.cc
tests/base/full_tensor_03.cc
tests/base/full_tensor_04.cc
tests/base/full_tensor_05.cc
tests/base/full_tensor_06.cc
tests/base/full_tensor_08.cc
tests/base/full_tensor_09.cc
tests/base/full_tensor_10.cc
tests/base/function_derivative.cc
tests/base/function_parser.cc
tests/base/function_parser_02.cc
tests/base/functions_01.cc
tests/base/functions_02.cc
tests/base/functions_03.cc
tests/base/functions_04.cc
tests/base/functions_singularity.cc
tests/base/gauss_lobatto.cc
tests/base/geometry_info_1.cc
tests/base/geometry_info_2.cc
tests/base/geometry_info_3.cc
tests/base/geometry_info_4.cc
tests/base/geometry_info_5.cc
tests/base/geometry_info_6.cc
tests/base/geometry_info_7.cc
tests/base/hierarchical.cc
tests/base/index_set_01.cc
tests/base/index_set_02.cc
tests/base/index_set_03.cc
tests/base/index_set_04.cc
tests/base/index_set_05.cc
tests/base/index_set_06.cc
tests/base/index_set_07.cc
tests/base/index_set_08.cc
tests/base/index_set_09.cc
tests/base/index_set_10.cc
tests/base/index_set_11.cc
tests/base/index_set_12.cc
tests/base/index_set_13.cc
tests/base/index_set_14.cc
tests/base/index_set_15.cc
tests/base/index_set_16.cc
tests/base/index_set_17.cc
tests/base/index_set_18.cc
tests/base/index_set_19.cc
tests/base/index_set_readwrite_01.cc
tests/base/index_set_readwrite_02.cc
tests/base/is_finite.cc
tests/base/is_finite_complex.cc
tests/base/log_infinity.cc
tests/base/log_nan.cc
tests/base/logstream_end.cc
tests/base/logtest.cc
tests/base/mutex_01.cc
tests/base/named_data.cc
tests/base/number_traits_complex.cc
tests/base/number_traits_real.cc
tests/base/parallel_accumulate.cc
tests/base/parallel_transform_01.cc
tests/base/parallel_transform_02.cc
tests/base/parallel_transform_03.cc
tests/base/path_search.cc
tests/base/patterns_01.cc
tests/base/point_01.cc
tests/base/polynomial1d.cc
tests/base/polynomial_lagrange.cc
tests/base/polynomial_minus_equals.cc
tests/base/polynomial_test.cc
tests/base/polynomials_bdm_01.cc
tests/base/polynomials_rt.cc
tests/base/polynomials_tensor.cc
tests/base/qprojector.cc
tests/base/quadrature_selector.cc
tests/base/quadrature_test.cc
tests/base/reference.cc
tests/base/scalar_01.cc
tests/base/slice_vector.cc
tests/base/symmetric_tensor_01.cc
tests/base/symmetric_tensor_02.cc
tests/base/symmetric_tensor_03.cc
tests/base/symmetric_tensor_04.cc
tests/base/symmetric_tensor_05.cc
tests/base/symmetric_tensor_06.cc
tests/base/symmetric_tensor_07.cc
tests/base/symmetric_tensor_08.cc
tests/base/symmetric_tensor_09.cc
tests/base/symmetric_tensor_10.cc
tests/base/symmetric_tensor_11.cc
tests/base/symmetric_tensor_12.cc
tests/base/symmetric_tensor_13.cc
tests/base/symmetric_tensor_14.cc
tests/base/symmetric_tensor_15.cc
tests/base/symmetric_tensor_16.cc
tests/base/symmetric_tensor_17.cc
tests/base/symmetric_tensor_18.cc
tests/base/symmetric_tensor_19.cc
tests/base/symmetric_tensor_20.cc
tests/base/symmetric_tensor_21.cc
tests/base/symmetric_tensor_22.cc
tests/base/symmetric_tensor_23.cc
tests/base/symmetric_tensor_24.cc
tests/base/symmetric_tensor_25.cc
tests/base/symmetric_tensor_26.cc
tests/base/table.cc
tests/base/table_handler_01.cc
tests/base/task_01.cc
tests/base/task_02.cc
tests/base/task_03.cc
tests/base/task_04.cc
tests/base/task_05.cc
tests/base/task_06.cc
tests/base/task_07.cc
tests/base/task_08.cc
tests/base/task_09.cc
tests/base/tensor.cc
tests/base/tensor_02.cc
tests/base/tensor_03.cc
tests/base/thread_validity_01.cc
tests/base/thread_validity_02.cc
tests/base/thread_validity_03.cc
tests/base/thread_validity_04.cc
tests/base/thread_validity_05.cc
tests/base/thread_validity_06.cc
tests/base/thread_validity_07.cc
tests/base/thread_validity_08.cc
tests/base/thread_validity_09.cc
tests/base/timer.cc
tests/base/utilities_01.cc
tests/base/utilities_02.cc
tests/base/work_stream_01.cc
tests/base/work_stream_02.cc
tests/benchmarks/benchmark.cc
tests/benchmarks/dof_handler_size.cc
tests/benchmarks/dof_handler_timing.cc
tests/benchmarks/dof_handler_timing_01.cc
tests/benchmarks/performance.cc
tests/benchmarks/spec2006-447.dealII.cc
tests/bits/accessor_equality.cc
tests/bits/anna_1.cc
tests/bits/anna_2.cc
tests/bits/anna_3.cc
tests/bits/anna_4.cc
tests/bits/anna_5.cc
tests/bits/anna_6.cc
tests/bits/apply_boundary_values_01.cc
tests/bits/apply_boundary_values_02.cc
tests/bits/block_matrix_array_01.cc
tests/bits/block_sparse_matrix_1.cc
tests/bits/block_sparse_matrix_2.cc
tests/bits/block_sparse_matrix_iterator_01.cc
tests/bits/block_sparse_matrix_iterator_02.cc
tests/bits/block_sparse_matrix_iterator_03.cc
tests/bits/block_sparse_matrix_iterator_04.cc
tests/bits/block_sparse_matrix_iterator_05.cc
tests/bits/block_vector_iterator_01.cc
tests/bits/block_vector_iterator_02.cc
tests/bits/block_vector_vector_01.cc
tests/bits/christian_1.cc
tests/bits/christian_2.cc
tests/bits/chunk_sparse_matrix_00.cc
tests/bits/chunk_sparse_matrix_01.cc
tests/bits/chunk_sparse_matrix_01a.cc
tests/bits/chunk_sparse_matrix_02.cc
tests/bits/chunk_sparse_matrix_03.cc
tests/bits/chunk_sparse_matrix_03a.cc
tests/bits/chunk_sparse_matrix_03b.cc
tests/bits/chunk_sparse_matrix_04.cc
tests/bits/chunk_sparse_matrix_05.cc
tests/bits/chunk_sparse_matrix_05a.cc
tests/bits/chunk_sparse_matrix_06.cc
tests/bits/chunk_sparse_matrix_07.cc
tests/bits/chunk_sparse_matrix_08.cc
tests/bits/chunk_sparse_matrix_09.cc
tests/bits/chunk_sparse_matrix_10.cc
tests/bits/chunk_sparse_matrix_vector_01.cc
tests/bits/chunk_sparse_matrix_vector_02.cc
tests/bits/chunk_sparse_matrix_vector_03.cc
tests/bits/chunk_sparse_matrix_vector_04.cc
tests/bits/chunk_sparse_matrix_vector_05.cc
tests/bits/chunk_sparse_matrix_vector_06.cc
tests/bits/chunk_sparse_matrix_vector_07.cc
tests/bits/coarsening_3d.cc
tests/bits/complex_vector_11.cc
tests/bits/complex_vector_12.cc
tests/bits/complex_vector_13.cc
tests/bits/complex_vector_14.cc
tests/bits/complex_vector_15.cc
tests/bits/complex_vector_16.cc
tests/bits/complex_vector_17.cc
tests/bits/complex_vector_18.cc
tests/bits/complex_vector_19.cc
tests/bits/complex_vector_20.cc
tests/bits/complex_vector_21.cc
tests/bits/complex_vector_21_negative.cc
tests/bits/complex_vector_22.cc
tests/bits/complex_vector_23.cc
tests/bits/complex_vector_24.cc
tests/bits/complex_vector_25.cc
tests/bits/complex_vector_26.cc
tests/bits/complex_vector_27.cc
tests/bits/complex_vector_28.cc
tests/bits/complex_vector_29.cc
tests/bits/complex_vector_30.cc
tests/bits/complex_vector_31.cc
tests/bits/complex_vector_32.cc
tests/bits/complex_vector_33.cc
tests/bits/complex_vector_34.cc
tests/bits/complex_vector_35.cc
tests/bits/complex_vector_36.cc
tests/bits/complex_vector_37.cc
tests/bits/complex_vector_38.cc
tests/bits/complex_vector_39.cc
tests/bits/complex_vector_40.cc
tests/bits/complex_vector_41.cc
tests/bits/complex_vector_42.cc
tests/bits/complex_vector_43.cc
tests/bits/complex_vector_44.cc
tests/bits/complex_vector_45.cc
tests/bits/complex_vector_46.cc
tests/bits/complex_vector_47.cc
tests/bits/complex_vector_48.cc
tests/bits/complex_vector_49.cc
tests/bits/complex_vector_equality_1.cc
tests/bits/complex_vector_equality_2.cc
tests/bits/complex_vector_equality_3.cc
tests/bits/complex_vector_equality_4.cc
tests/bits/complex_vector_equality_5.cc
tests/bits/complex_vector_equality_6.cc
tests/bits/complex_vector_equality_7.cc
tests/bits/complex_vector_equality_8.cc
tests/bits/complex_vector_vector_01.cc
tests/bits/compressed_set_sparsity_pattern_01.cc
tests/bits/compressed_set_sparsity_pattern_02.cc
tests/bits/compressed_set_sparsity_pattern_03.cc
tests/bits/compressed_set_sparsity_pattern_04.cc
tests/bits/compressed_set_sparsity_pattern_05.cc
tests/bits/compressed_set_sparsity_pattern_06.cc
tests/bits/compressed_set_sparsity_pattern_07.cc
tests/bits/compressed_set_sparsity_pattern_08.cc
tests/bits/compressed_set_sparsity_pattern_09.cc
tests/bits/compressed_sparsity_pattern_01.cc
tests/bits/compressed_sparsity_pattern_02.cc
tests/bits/compressed_sparsity_pattern_03.cc
tests/bits/compressed_sparsity_pattern_04.cc
tests/bits/compressed_sparsity_pattern_05.cc
tests/bits/compressed_sparsity_pattern_06.cc
tests/bits/compressed_sparsity_pattern_07.cc
tests/bits/compressed_sparsity_pattern_08.cc
tests/bits/compressed_sparsity_pattern_09.cc
tests/bits/cone_01.cc
tests/bits/count_dofs_per_block_01.cc
tests/bits/count_dofs_per_block_02.cc
tests/bits/cylinder.cc
tests/bits/cylinder_01.cc
tests/bits/cylinder_02.cc
tests/bits/cylinder_03.cc
tests/bits/cylinder_04.cc
tests/bits/cylinder_shell_01.cc
tests/bits/cylinder_shell_02.cc
tests/bits/data_out_01.cc
tests/bits/data_out_02.cc
tests/bits/data_out_03.cc
tests/bits/data_out_04.cc
tests/bits/data_out_05.cc
tests/bits/data_out_common.h
tests/bits/data_out_curved_cells.cc
tests/bits/data_out_faces_01.cc
tests/bits/data_out_faces_02.cc
tests/bits/data_out_faces_03.cc
tests/bits/data_out_faces_04.cc
tests/bits/data_out_rotation_01.cc
tests/bits/data_out_rotation_02.cc
tests/bits/data_out_rotation_03.cc
tests/bits/data_out_rotation_04.cc
tests/bits/data_out_stack_01.cc
tests/bits/data_out_stack_02.cc
tests/bits/data_out_stack_03.cc
tests/bits/deal_solver_04.cc
tests/bits/deal_solver_05.cc
tests/bits/denis_1.cc
tests/bits/distorted_cells_01.cc
tests/bits/distorted_cells_02.cc
tests/bits/distorted_cells_03.cc
tests/bits/distorted_cells_04.cc
tests/bits/distorted_cells_05.cc
tests/bits/distorted_cells_06.cc
tests/bits/dof_constraints_01.cc
tests/bits/dof_constraints_02.cc
tests/bits/dof_constraints_03.cc
tests/bits/dof_constraints_04.cc
tests/bits/dof_constraints_05.cc
tests/bits/dof_constraints_06.cc
tests/bits/dof_constraints_06_x.cc
tests/bits/dof_constraints_07.cc
tests/bits/dof_constraints_08.cc
tests/bits/dof_constraints_09.cc
tests/bits/dof_constraints_10.cc
tests/bits/dof_constraints_10_x.cc
tests/bits/dof_constraints_11.cc
tests/bits/dof_constraints_11_x.cc
tests/bits/dof_tools_01a.cc
tests/bits/dof_tools_01a_constraints_false.cc
tests/bits/dof_tools_01a_constraints_true.cc
tests/bits/dof_tools_01a_subdomain.cc
tests/bits/dof_tools_01b.cc
tests/bits/dof_tools_01b_x.cc
tests/bits/dof_tools_01c.cc
tests/bits/dof_tools_01d.cc
tests/bits/dof_tools_01d_x.cc
tests/bits/dof_tools_02a.cc
tests/bits/dof_tools_02a_constraints_false.cc
tests/bits/dof_tools_02a_constraints_true.cc
tests/bits/dof_tools_02a_subdomain.cc
tests/bits/dof_tools_02b.cc
tests/bits/dof_tools_02b_x.cc
tests/bits/dof_tools_02c.cc
tests/bits/dof_tools_02d.cc
tests/bits/dof_tools_02d_x.cc
tests/bits/dof_tools_03.cc
tests/bits/dof_tools_10.cc
tests/bits/dof_tools_11.cc
tests/bits/dof_tools_13.cc
tests/bits/dof_tools_13a.cc
tests/bits/dof_tools_14.cc
tests/bits/dof_tools_15a.cc
tests/bits/dof_tools_15b.cc
tests/bits/dof_tools_15b_x.cc
tests/bits/dof_tools_15c.cc
tests/bits/dof_tools_15d.cc
tests/bits/dof_tools_15d_x.cc
tests/bits/dof_tools_16a.cc
tests/bits/dof_tools_16b.cc
tests/bits/dof_tools_16b_x.cc
tests/bits/dof_tools_16c.cc
tests/bits/dof_tools_16d.cc
tests/bits/dof_tools_16d_x.cc
tests/bits/dof_tools_17a.cc
tests/bits/dof_tools_17b.cc
tests/bits/dof_tools_17b_x.cc
tests/bits/dof_tools_17c.cc
tests/bits/dof_tools_17d.cc
tests/bits/dof_tools_17d_x.cc
tests/bits/dof_tools_18a.cc
tests/bits/dof_tools_18b.cc
tests/bits/dof_tools_18b_x.cc
tests/bits/dof_tools_18c.cc
tests/bits/dof_tools_18d.cc
tests/bits/dof_tools_18d_x.cc
tests/bits/dof_tools_19.cc
tests/bits/dof_tools_common.h
tests/bits/error_estimator_01.cc
tests/bits/error_estimator_02.cc
tests/bits/face_orientation_and_fe_nedelec_01.cc
tests/bits/face_orientation_and_fe_q_01.cc
tests/bits/face_orientation_and_fe_q_02.cc
tests/bits/face_orientation_crash.cc
tests/bits/fe_field_function.cc
tests/bits/fe_q_3d_01.cc
tests/bits/fe_q_constraints.cc
tests/bits/fe_tools_01a.cc
tests/bits/fe_tools_01b.cc
tests/bits/fe_tools_01c.cc
tests/bits/fe_tools_02.cc
tests/bits/fe_tools_03.cc
tests/bits/fe_tools_04.cc
tests/bits/fe_tools_05.cc
tests/bits/fe_tools_06.cc
tests/bits/fe_tools_07.cc
tests/bits/fe_tools_08.cc
tests/bits/fe_tools_09.cc
tests/bits/fe_tools_10.cc
tests/bits/fe_tools_11.cc
tests/bits/fe_tools_common.h
tests/bits/fe_tools_cpfqpm_01.cc
tests/bits/fe_tools_cpfqpm_02.cc
tests/bits/fe_tools_cpfqpm_03.cc
tests/bits/fe_tools_cpfqpm_04.cc
tests/bits/find_cell_1.cc
tests/bits/find_cell_2.cc
tests/bits/find_cell_3.cc
tests/bits/find_cell_4.cc
tests/bits/find_cell_5.cc
tests/bits/find_cell_alt_1.cc
tests/bits/find_cell_alt_2.cc
tests/bits/find_cell_alt_3.cc
tests/bits/find_cell_alt_4.cc
tests/bits/find_cell_alt_5.cc
tests/bits/find_cell_alt_6.cc
tests/bits/find_cell_alt_7.cc
tests/bits/find_cells_adjacent_to_vertex_1.cc
tests/bits/find_cells_adjacent_to_vertex_2.cc
tests/bits/find_closest_vertex_1.cc
tests/bits/full_matrix_1.cc
tests/bits/full_matrix_common.h
tests/bits/full_matrix_iterator_01.cc
tests/bits/full_matrix_vector_01.cc
tests/bits/full_matrix_vector_02.cc
tests/bits/full_matrix_vector_05.cc
tests/bits/full_matrix_vector_06.cc
tests/bits/full_matrix_vector_07.cc
tests/bits/gerold_1.cc
tests/bits/gerold_2.cc
tests/bits/get_dof_indices_01.cc
tests/bits/get_fe_from_name.cc
tests/bits/grid_generator_01.cc
tests/bits/grid_generator_02.cc
tests/bits/grid_generator_03.cc
tests/bits/grid_generator_04.cc
tests/bits/grid_generator_05.cc
tests/bits/grid_in_msh_01.cc
tests/bits/hp_constraints_are_implemented.cc
tests/bits/hyper_ball_3d.cc
tests/bits/joa_1.cc
tests/bits/make_boundary_constraints_01.cc
tests/bits/mapping_cartesian_1.cc
tests/bits/mapping_q1_eulerian_01.cc
tests/bits/mapping_q4_3d.cc
tests/bits/mapping_q_eulerian_01.cc
tests/bits/mapping_q_eulerian_02.cc
tests/bits/mapping_q_eulerian_03.cc
tests/bits/max_n_cells_01.cc
tests/bits/max_n_cells_02.cc
tests/bits/mesh_3d.h
tests/bits/mesh_3d_1.cc
tests/bits/mesh_3d_10.cc
tests/bits/mesh_3d_11.cc
tests/bits/mesh_3d_12.cc
tests/bits/mesh_3d_13.cc
tests/bits/mesh_3d_14.cc
tests/bits/mesh_3d_15.cc
tests/bits/mesh_3d_16.cc
tests/bits/mesh_3d_17.cc
tests/bits/mesh_3d_18.cc
tests/bits/mesh_3d_19.cc
tests/bits/mesh_3d_2.cc
tests/bits/mesh_3d_20.cc
tests/bits/mesh_3d_21.cc
tests/bits/mesh_3d_22.cc
tests/bits/mesh_3d_23.cc
tests/bits/mesh_3d_24.cc
tests/bits/mesh_3d_25.cc
tests/bits/mesh_3d_26.cc
tests/bits/mesh_3d_3.cc
tests/bits/mesh_3d_4.cc
tests/bits/mesh_3d_5.cc
tests/bits/mesh_3d_6.cc
tests/bits/mesh_3d_7.cc
tests/bits/mesh_3d_8.cc
tests/bits/mesh_3d_9.cc
tests/bits/multiple_parameter_loop_01.cc
tests/bits/multiple_parameter_loop_02.cc
tests/bits/n_dofs_per_object.cc
tests/bits/nedelec_1.cc
tests/bits/neighboring_cells_at_two_faces.cc
tests/bits/normals_1.cc
tests/bits/normals_2.cc
tests/bits/normals_3.cc
tests/bits/normals_4.cc
tests/bits/oliver_01.cc
tests/bits/parameter_handler_1.cc
tests/bits/parameter_handler_10.cc
tests/bits/parameter_handler_11.cc
tests/bits/parameter_handler_12.cc
tests/bits/parameter_handler_2.cc
tests/bits/parameter_handler_3.cc
tests/bits/parameter_handler_4.cc
tests/bits/parameter_handler_4a.cc
tests/bits/parameter_handler_5.cc
tests/bits/parameter_handler_6.cc
tests/bits/parameter_handler_7.cc
tests/bits/parameter_handler_8.cc
tests/bits/parameter_handler_9.cc
tests/bits/parameter_handler_read_xml.cc
tests/bits/parameter_handler_read_xml_error_01.cc
tests/bits/parameter_handler_read_xml_error_02.cc
tests/bits/parameter_handler_read_xml_error_03.cc
tests/bits/parameter_handler_read_xml_error_04.cc
tests/bits/parameter_handler_write_json.cc
tests/bits/parameter_handler_write_xml.cc
tests/bits/parsed_function.cc
tests/bits/point_difference_01.cc
tests/bits/point_difference_02.cc
tests/bits/point_inside_1.cc
tests/bits/point_inside_2.cc
tests/bits/point_value_01.cc
tests/bits/point_value_02.cc
tests/bits/q_point_sum_1.cc
tests/bits/q_point_sum_2.cc
tests/bits/q_point_sum_3.cc
tests/bits/q_point_sum_4.cc
tests/bits/q_points.cc
tests/bits/refine_and_coarsen_1d.cc
tests/bits/refine_and_coarsen_2d.cc
tests/bits/refine_and_coarsen_3d.cc
tests/bits/refine_and_coarsen_for_parents.cc
tests/bits/refine_and_coarsen_for_parents_02.cc
tests/bits/refine_and_coarsen_for_parents_03.cc
tests/bits/roy_1.cc
tests/bits/rt_1.cc
tests/bits/rt_2.cc
tests/bits/solution_transfer.cc
tests/bits/solver_01.cc
tests/bits/sparse_lu_decomposition_1.cc
tests/bits/sparse_matrix_01.cc
tests/bits/sparse_matrix_01a.cc
tests/bits/sparse_matrix_02.cc
tests/bits/sparse_matrix_03.cc
tests/bits/sparse_matrix_03a.cc
tests/bits/sparse_matrix_03b.cc
tests/bits/sparse_matrix_04.cc
tests/bits/sparse_matrix_05.cc
tests/bits/sparse_matrix_05a.cc
tests/bits/sparse_matrix_06.cc
tests/bits/sparse_matrix_07.cc
tests/bits/sparse_matrix_08.cc
tests/bits/sparse_matrix_09.cc
tests/bits/sparse_matrix_10.cc
tests/bits/sparse_matrix_add_entries_01.cc
tests/bits/sparse_matrix_add_entries_02.cc
tests/bits/sparse_matrix_add_entries_03.cc
tests/bits/sparse_matrix_add_entries_04.cc
tests/bits/sparse_matrix_add_entries_05.cc
tests/bits/sparse_matrix_add_entries_06.cc
tests/bits/sparse_matrix_iterator_01.cc
tests/bits/sparse_matrix_iterator_02.cc
tests/bits/sparse_matrix_iterator_03.cc
tests/bits/sparse_matrix_iterator_04.cc
tests/bits/sparse_matrix_iterator_05.cc
tests/bits/sparse_matrix_iterator_06.cc
tests/bits/sparse_matrix_iterator_07.cc
tests/bits/sparse_matrix_iterator_08.cc
tests/bits/sparse_matrix_iterator_09.cc
tests/bits/sparse_matrix_iterator_10.cc
tests/bits/sparse_matrix_iterator_11.cc
tests/bits/sparse_matrix_iterator_12.cc
tests/bits/sparse_matrix_vector_01.cc
tests/bits/sparse_matrix_vector_02.cc
tests/bits/sparse_matrix_vector_03.cc
tests/bits/sparse_matrix_vector_04.cc
tests/bits/sparse_matrix_vector_05.cc
tests/bits/sparse_matrix_vector_06.cc
tests/bits/sparse_matrix_vector_07.cc
tests/bits/sparsity_pattern_01.cc
tests/bits/sparsity_pattern_01_x.cc
tests/bits/sparsity_pattern_iterator_01.cc
tests/bits/step-10.cc
tests/bits/step-11.cc
tests/bits/step-12.cc
tests/bits/step-13.cc
tests/bits/step-14.cc
tests/bits/step-15.cc
tests/bits/step-16.cc
tests/bits/step-2.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/bits/subdomain_ids_01.cc
tests/bits/subdomain_ids_02.cc
tests/bits/subdomain_ids_03.cc
tests/bits/subdomain_ids_04.cc
tests/bits/subdomain_ids_05.cc
tests/bits/subdomain_ids_06.cc
tests/bits/subdomain_ids_07.cc
tests/bits/tria_crash_01.cc
tests/bits/unit_support_points.cc
tests/bits/unit_support_points_02.cc
tests/bits/vector_11.cc
tests/bits/vector_12.cc
tests/bits/vector_13.cc
tests/bits/vector_14.cc
tests/bits/vector_15.cc
tests/bits/vector_16.cc
tests/bits/vector_17.cc
tests/bits/vector_18.cc
tests/bits/vector_19.cc
tests/bits/vector_20.cc
tests/bits/vector_21.cc
tests/bits/vector_21_negative.cc
tests/bits/vector_22.cc
tests/bits/vector_23.cc
tests/bits/vector_24.cc
tests/bits/vector_25.cc
tests/bits/vector_26.cc
tests/bits/vector_27.cc
tests/bits/vector_28.cc
tests/bits/vector_29.cc
tests/bits/vector_30.cc
tests/bits/vector_31.cc
tests/bits/vector_32.cc
tests/bits/vector_33.cc
tests/bits/vector_34.cc
tests/bits/vector_35.cc
tests/bits/vector_36.cc
tests/bits/vector_37.cc
tests/bits/vector_38.cc
tests/bits/vector_39.cc
tests/bits/vector_40.cc
tests/bits/vector_41.cc
tests/bits/vector_42.cc
tests/bits/vector_43.cc
tests/bits/vector_44.cc
tests/bits/vector_45.cc
tests/bits/vector_46.cc
tests/bits/vector_47.cc
tests/bits/vector_48.cc
tests/bits/vector_49.cc
tests/bits/vector_57.cc
tests/bits/vector_equality_1.cc
tests/bits/vector_equality_2.cc
tests/bits/vector_equality_3.cc
tests/bits/vector_equality_4.cc
tests/bits/vector_equality_5.cc
tests/bits/vector_equality_6.cc
tests/bits/vector_equality_7.cc
tests/bits/vector_equality_8.cc
tests/bits/vector_vector_01.cc
tests/bits/volume_1.cc
tests/bits/volume_2.cc
tests/bits/volume_3.cc
tests/bits/volume_4.cc
tests/codim_one/bem.cc
tests/codim_one/bem_integration.cc
tests/codim_one/boundary_indicator_01.cc
tests/codim_one/data_out.cc
tests/codim_one/data_out_02.cc
tests/codim_one/data_out_03.cc
tests/codim_one/direction_flag_01.cc
tests/codim_one/direction_flag_02.cc
tests/codim_one/direction_flag_03.cc
tests/codim_one/error_estimator_01.cc
tests/codim_one/extract_boundary_mesh_00.cc
tests/codim_one/extract_boundary_mesh_01.cc
tests/codim_one/extract_boundary_mesh_02.cc
tests/codim_one/extract_boundary_mesh_03.cc
tests/codim_one/extract_boundary_mesh_04.cc
tests/codim_one/extract_boundary_mesh_05.cc
tests/codim_one/extract_boundary_mesh_06.cc
tests/codim_one/fe_dgq_prolongation_01.cc
tests/codim_one/fe_values_extractor_01.cc
tests/codim_one/gradients.cc
tests/codim_one/gradients_1.cc
tests/codim_one/grid_in_out.cc
tests/codim_one/grid_in_out_02.cc
tests/codim_one/grid_in_out_03.cc
tests/codim_one/grid_refinement.cc
tests/codim_one/hanging_nodes_01.cc
tests/codim_one/hanging_nodes_02.cc
tests/codim_one/hanging_nodes_03.cc
tests/codim_one/integrate_log.cc
tests/codim_one/integrate_log_2.cc
tests/codim_one/integrate_one_over_r.cc
tests/codim_one/interpolate_boundary_values_01.cc
tests/codim_one/interpolate_boundary_values_01_vector_valued.cc
tests/codim_one/interpolate_boundary_values_02.cc
tests/codim_one/interpolate_boundary_values_02_vector_valued.cc
tests/codim_one/interpolate_boundary_values_03.cc
tests/codim_one/interpolate_boundary_values_1d_closed_ring.cc
tests/codim_one/interpolation.cc
tests/codim_one/interpolation_2.cc
tests/codim_one/interpolation_3.cc
tests/codim_one/mapping_01.cc
tests/codim_one/mapping_02.cc
tests/codim_one/mapping_q1.cc
tests/codim_one/mapping_q1_eulerian.cc
tests/codim_one/mean_value.cc
tests/codim_one/normal_vectors_01.cc
tests/codim_one/projection.cc
tests/codim_one/projection_dgp.cc
tests/codim_one/renumber_component_wise_01.cc
tests/codim_one/solution_transfer_01.cc
tests/codim_one/surface.cc
tests/codim_one/tensor_matrix_conversion.cc
tests/codim_one/transform_01.cc
tests/deal.II/block_info.cc
tests/deal.II/block_list_01.cc
tests/deal.II/block_matrices.cc
tests/deal.II/boundaries.cc
tests/deal.II/coarsening_02.cc
tests/deal.II/coarsening_02_1d.cc
tests/deal.II/coarsening_03.cc
tests/deal.II/constraint_graph.cc
tests/deal.II/constraints.cc
tests/deal.II/constraints_hanging_nodes_bc.cc
tests/deal.II/constraints_merge.cc
tests/deal.II/constraints_merge_02.cc
tests/deal.II/constraints_merge_03.cc
tests/deal.II/constraints_merge_04.cc
tests/deal.II/constraints_merge_05.cc
tests/deal.II/constraints_merge_06.cc
tests/deal.II/constraints_merge_07.cc
tests/deal.II/create_laplace_matrix_01.cc
tests/deal.II/create_laplace_matrix_01b.cc
tests/deal.II/create_laplace_matrix_02.cc
tests/deal.II/create_laplace_matrix_02b.cc
tests/deal.II/create_laplace_matrix_03.cc
tests/deal.II/create_laplace_matrix_03b.cc
tests/deal.II/create_laplace_matrix_04.cc
tests/deal.II/create_laplace_matrix_04b.cc
tests/deal.II/create_mass_matrix_01.cc
tests/deal.II/create_mass_matrix_01b.cc
tests/deal.II/create_mass_matrix_02.cc
tests/deal.II/create_mass_matrix_02b.cc
tests/deal.II/create_mass_matrix_03.cc
tests/deal.II/create_mass_matrix_03b.cc
tests/deal.II/create_mass_matrix_04.cc
tests/deal.II/create_mass_matrix_04b.cc
tests/deal.II/create_mass_matrix_05.cc
tests/deal.II/data_out.cc
tests/deal.II/derivative_approximation.cc
tests/deal.II/derivative_approximation_2.cc
tests/deal.II/derivatives.cc
tests/deal.II/dof_accessor_01.cc
tests/deal.II/dof_handler_number_cache.cc
tests/deal.II/dof_renumbering.cc
tests/deal.II/dof_renumbering_02.cc
tests/deal.II/dof_renumbering_03.cc
tests/deal.II/dof_renumbering_04.cc
tests/deal.II/dof_renumbering_05.cc
tests/deal.II/dof_renumbering_06.cc
tests/deal.II/dof_test.cc
tests/deal.II/error_estimator.cc
tests/deal.II/extent_in_direction.cc
tests/deal.II/face_orientations_3d.cc
tests/deal.II/fe_values_extractor_01.cc
tests/deal.II/fe_values_view_01.cc
tests/deal.II/fe_values_view_02.cc
tests/deal.II/fe_values_view_03.cc
tests/deal.II/fe_values_view_04.cc
tests/deal.II/fe_values_view_05.cc
tests/deal.II/fe_values_view_06.cc
tests/deal.II/fe_values_view_07.cc
tests/deal.II/fe_values_view_08.cc
tests/deal.II/fe_values_view_09.cc
tests/deal.II/fe_values_view_10.cc
tests/deal.II/fe_values_view_10_single_01.cc
tests/deal.II/fe_values_view_10_single_02.cc
tests/deal.II/fe_values_view_10_single_03.cc
tests/deal.II/fe_values_view_10_single_04.cc
tests/deal.II/fe_values_view_11.cc
tests/deal.II/fe_values_view_12.cc
tests/deal.II/fe_values_view_13.cc
tests/deal.II/fe_values_view_14.cc
tests/deal.II/fe_values_view_15.cc
tests/deal.II/fe_values_view_16.cc
tests/deal.II/fe_values_view_17.cc
tests/deal.II/fe_values_view_18.cc
tests/deal.II/fe_values_view_19.cc
tests/deal.II/fe_values_view_20.cc
tests/deal.II/fe_values_view_21.cc
tests/deal.II/fe_values_view_22.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/filtered_iterator.cc
tests/deal.II/filtered_iterator_02.cc
tests/deal.II/filtered_iterator_03.cc
tests/deal.II/filtered_matrix.cc
tests/deal.II/get_finest_common_cells_01.cc
tests/deal.II/get_finest_common_cells_02.cc
tests/deal.II/get_finest_common_cells_03.cc
tests/deal.II/get_finest_common_cells_04.cc
tests/deal.II/grid_generator_01.cc
tests/deal.II/grid_hyper_shell.cc
tests/deal.II/grid_hyper_shell_02.cc
tests/deal.II/grid_hyper_shell_03.cc
tests/deal.II/grid_hyper_shell_04.cc
tests/deal.II/grid_hyper_shell_05.cc
tests/deal.II/grid_in.cc
tests/deal.II/grid_in_02.cc
tests/deal.II/grid_in_3d.cc
tests/deal.II/grid_in_3d_02.cc
tests/deal.II/grid_in_msh.cc
tests/deal.II/grid_in_msh_02.cc
tests/deal.II/grid_in_msh_03.cc
tests/deal.II/grid_in_msh_version_1.cc
tests/deal.II/grid_in_msh_version_2.cc
tests/deal.II/grid_in_tecplot.cc
tests/deal.II/grid_invert.cc
tests/deal.II/grid_out.cc
tests/deal.II/grid_out_02.cc
tests/deal.II/grid_output_input.cc
tests/deal.II/grid_test.cc
tests/deal.II/grid_tools.cc
tests/deal.II/grid_transform.cc
tests/deal.II/grid_transform_3d.cc
tests/deal.II/have_same_coarse_mesh_01.cc
tests/deal.II/have_same_coarse_mesh_02.cc
tests/deal.II/have_same_coarse_mesh_03.cc
tests/deal.II/have_same_coarse_mesh_04.cc
tests/deal.II/helmholtz.h
tests/deal.II/inhomogeneous_constraints.cc
tests/deal.II/inhomogeneous_constraints_block.cc
tests/deal.II/inhomogeneous_constraints_nonsymmetric.cc
tests/deal.II/inhomogeneous_constraints_vector.cc
tests/deal.II/intergrid_constraints.cc
tests/deal.II/intergrid_map.cc
tests/deal.II/interpolate_boundary_values_01.cc
tests/deal.II/interpolate_dgq_01.cc
tests/deal.II/interpolate_dgq_02.cc
tests/deal.II/interpolate_q_01.cc
tests/deal.II/interpolate_q_02.cc
tests/deal.II/interpolate_q_system_01.cc
tests/deal.II/interpolate_q_system_02.cc
tests/deal.II/iterators_3d.cc
tests/deal.II/kelly_crash_02.cc
tests/deal.II/line_coarsening_3d.cc
tests/deal.II/matrices.cc
tests/deal.II/maximal_cell_diameter.cc
tests/deal.II/measure_et_al.cc
tests/deal.II/mesh_smoothing_02.cc
tests/deal.II/mesh_smoothing_03.cc
tests/deal.II/mg_dof_handler.cc
tests/deal.II/minimal_cell_diameter.cc
tests/deal.II/newton_01.cc
tests/deal.II/no_flux_01.cc
tests/deal.II/no_flux_02.cc
tests/deal.II/no_flux_03.cc
tests/deal.II/no_flux_04.cc
tests/deal.II/no_flux_05.cc
tests/deal.II/normals_at_vertices.cc
tests/deal.II/number_cache_01.cc
tests/deal.II/number_cache_02.cc
tests/deal.II/point_value_history_01.cc
tests/deal.II/project_01.cc
tests/deal.II/project_02.cc
tests/deal.II/project_boundary_rt_01.cc
tests/deal.II/project_bv_curl_conf.cc
tests/deal.II/project_bv_div_conf.cc
tests/deal.II/project_common.h
tests/deal.II/project_to_surface_01.cc
tests/deal.II/project_to_surface_02.cc
tests/deal.II/project_to_surface_03.cc
tests/deal.II/recursively_set_material_id.cc
tests/deal.II/rt_covariant.cc
tests/deal.II/rt_hessian.cc
tests/deal.II/sparsity_pattern.cc
tests/deal.II/sparsity_pattern_01.cc
tests/deal.II/sparsity_pattern_01_x.cc
tests/deal.II/sparsity_pattern_02.cc
tests/deal.II/sparsity_pattern_03.cc
tests/deal.II/sparsity_pattern_04.cc
tests/deal.II/sparsity_pattern_05.cc
tests/deal.II/sparsity_pattern_05_x.cc
tests/deal.II/sparsity_pattern_x.cc
tests/deal.II/subcelldata.cc
tests/deal.II/subdomain_ids.cc
tests/deal.II/subdomain_on_refinement.cc
tests/deal.II/support_point_map.cc
tests/deal.II/union_triangulation.cc
tests/deal.II/user_data_01.cc
tests/deal.II/vectors_boundary_rhs_01.cc
tests/deal.II/vectors_boundary_rhs_02.cc
tests/deal.II/vectors_boundary_rhs_03.cc
tests/deal.II/vectors_point_source_01.cc
tests/deal.II/vectors_rhs_01.cc
tests/deal.II/vectors_rhs_03.cc
tests/deal.II/vertex_as_face_01.cc
tests/deal.II/vertex_as_face_02.cc
tests/deal.II/vertex_as_face_03.cc
tests/deal.II/vertex_as_face_04.cc
tests/deal.II/vertex_as_face_05.cc
tests/deal.II/vertex_as_face_06.cc
tests/deal.II/vertex_as_face_07.cc
tests/distributed_grids/2d_coarse_grid_01.cc
tests/distributed_grids/2d_coarse_grid_02.cc
tests/distributed_grids/2d_coarse_grid_03.cc
tests/distributed_grids/2d_coarse_grid_04.cc
tests/distributed_grids/2d_coarse_grid_x_01.cc
tests/distributed_grids/2d_coarsening_01.cc
tests/distributed_grids/2d_coarsening_02.cc
tests/distributed_grids/2d_coarsening_03.cc
tests/distributed_grids/2d_coarsening_05.cc
tests/distributed_grids/2d_dofhandler_01.cc
tests/distributed_grids/2d_refinement_01.cc
tests/distributed_grids/2d_refinement_02.cc
tests/distributed_grids/2d_refinement_03.cc
tests/distributed_grids/2d_refinement_04.cc
tests/distributed_grids/2d_refinement_05.cc
tests/distributed_grids/2d_refinement_06.cc
tests/distributed_grids/3d_coarse_grid_01.cc
tests/distributed_grids/3d_coarse_grid_02.cc
tests/distributed_grids/3d_coarse_grid_03.cc
tests/distributed_grids/3d_coarse_grid_04.cc
tests/distributed_grids/3d_coarse_grid_05.cc
tests/distributed_grids/3d_coarse_grid_06.cc
tests/distributed_grids/3d_coarse_grid_x_01.cc
tests/distributed_grids/3d_coarsening_01.cc
tests/distributed_grids/3d_coarsening_02.cc
tests/distributed_grids/3d_coarsening_03.cc
tests/distributed_grids/3d_coarsening_04.cc
tests/distributed_grids/3d_coarsening_05.cc
tests/distributed_grids/3d_refinement_01.cc
tests/distributed_grids/3d_refinement_02.cc
tests/distributed_grids/3d_refinement_03.cc
tests/distributed_grids/3d_refinement_04.cc
tests/distributed_grids/3d_refinement_05.cc
tests/distributed_grids/3d_refinement_06.cc
tests/distributed_grids/3d_refinement_07.cc
tests/distributed_grids/3d_refinement_08.cc
tests/distributed_grids/anisotropic.cc
tests/distributed_grids/coarse_grid_common.h
tests/distributed_grids/count_dofs_per_block_01.cc
tests/distributed_grids/count_dofs_per_component_01.cc
tests/distributed_grids/dof_handler_number_cache.cc
tests/distributed_grids/solution_transfer_01.cc
tests/distributed_grids/solution_transfer_02.cc
tests/distributed_grids/solution_transfer_03.cc
tests/distributed_grids/solution_transfer_04.cc
tests/fail/abf_approximation_01.cc
tests/fail/circular_01.cc
tests/fail/fe_nothing_04.cc
tests/fail/hp-step-14.cc
tests/fail/hp-step-15.cc
tests/fail/hp_constraints_rt_01.cc
tests/fail/hp_constraints_rt_02.cc
tests/fail/hp_constraints_rt_03.cc
tests/fail/hp_constraints_rt_04.cc
tests/fail/hp_constraints_rt_05.cc
tests/fail/hp_constraints_rt_06.cc
tests/fail/rt_4.cc
tests/fail/rt_6.cc
tests/fail/rt_crash_01.cc
tests/fail/rt_distorted_01.cc
tests/fail/rt_distorted_02.cc
tests/fail/vectors_boundary_rhs_hp_02.cc
tests/fail/vectors_rhs_hp_02.cc
tests/fe/abf_01.cc
tests/fe/cell_similarity_01.cc
tests/fe/cell_similarity_02.cc
tests/fe/cell_similarity_03.cc
tests/fe/cell_similarity_04.cc
tests/fe/cell_similarity_05.cc
tests/fe/cell_similarity_06.cc
tests/fe/cell_similarity_07.cc
tests/fe/cell_similarity_08.cc
tests/fe/cell_similarity_09.cc
tests/fe/cell_similarity_10.cc
tests/fe/cell_similarity_crash_01.cc
tests/fe/cell_similarity_dgp_monomial_01.cc
tests/fe/cell_similarity_dgp_monomial_02.cc
tests/fe/cell_similarity_dgp_monomial_03.cc
tests/fe/cell_similarity_dgp_monomial_04.cc
tests/fe/cell_similarity_dgp_monomial_05.cc
tests/fe/cell_similarity_dgp_monomial_06.cc
tests/fe/cell_similarity_dgp_monomial_07.cc
tests/fe/cell_similarity_dgp_monomial_08.cc
tests/fe/cell_similarity_dgp_monomial_09.cc
tests/fe/cell_similarity_dgp_monomial_10.cc
tests/fe/cell_similarity_dgp_nonparametric_01.cc
tests/fe/cell_similarity_dgp_nonparametric_02.cc
tests/fe/cell_similarity_dgp_nonparametric_03.cc
tests/fe/cell_similarity_dgp_nonparametric_04.cc
tests/fe/cell_similarity_dgp_nonparametric_05.cc
tests/fe/cell_similarity_dgp_nonparametric_06.cc
tests/fe/cell_similarity_dgp_nonparametric_07.cc
tests/fe/cell_similarity_dgp_nonparametric_08.cc
tests/fe/cell_similarity_dgp_nonparametric_09.cc
tests/fe/cell_similarity_dgp_nonparametric_10.cc
tests/fe/check_derivatives.cc
tests/fe/copy_01.cc
tests/fe/deformed_projection.h
tests/fe/derivatives.cc
tests/fe/derivatives_face.cc
tests/fe/dgp_monomial_1.cc
tests/fe/dgp_monomial_2.cc
tests/fe/dgq_1.cc
tests/fe/fe_data_test.cc
tests/fe/fe_tools.cc
tests/fe/fe_tools_01.cc
tests/fe/fe_tools_test.cc
tests/fe/function.cc
tests/fe/injection_common.h
tests/fe/internals.cc
tests/fe/interpolate_common.h
tests/fe/interpolate_q1.cc
tests/fe/interpolate_rt.cc
tests/fe/interpolate_rtn.cc
tests/fe/interpolate_system.cc
tests/fe/mapping.cc
tests/fe/mapping_c1.cc
tests/fe/mapping_q1_eulerian.cc
tests/fe/mapping_q_eulerian.cc
tests/fe/nedelec.cc
tests/fe/nedelec_2.cc
tests/fe/nedelec_3.cc
tests/fe/nedelec_crash_01.cc
tests/fe/non_primitive_1.cc
tests/fe/non_primitive_2.cc
tests/fe/numbering.cc
tests/fe/q_1.cc
tests/fe/q_2.cc
tests/fe/q_3.cc
tests/fe/q_4.cc
tests/fe/rt_1.cc
tests/fe/rt_10.cc
tests/fe/rt_11.cc
tests/fe/rt_12.cc
tests/fe/rt_13.cc
tests/fe/rt_14.cc
tests/fe/rt_15.cc
tests/fe/rt_2.cc
tests/fe/rt_3.cc
tests/fe/rt_5.cc
tests/fe/rt_7.cc
tests/fe/rt_8.cc
tests/fe/rt_9.cc
tests/fe/rt_approximation_01.cc
tests/fe/rt_normal_02.cc
tests/fe/rtdiff.cc
tests/fe/rtn_1.cc
tests/fe/rtn_2.cc
tests/fe/rtn_3.cc
tests/fe/shapes.h
tests/fe/shapes_dgp.cc
tests/fe/shapes_dgp_monomial.cc
tests/fe/shapes_dgp_nonparametric.cc
tests/fe/shapes_dgq.cc
tests/fe/shapes_nedelec.cc
tests/fe/shapes_q.cc
tests/fe/shapes_q_hierarchical.cc
tests/fe/shapes_system.cc
tests/fe/system_1.cc
tests/fe/system_index.cc
tests/fe/traits.cc
tests/fe/transfer.cc
tests/fe/up_and_down.cc
tests/hp/compare_hp_vs_nonhp_01.cc
tests/hp/continuous_1d_01.cc
tests/hp/continuous_2d_01.cc
tests/hp/continuous_3d_01.cc
tests/hp/crash_01.cc
tests/hp/crash_02.cc
tests/hp/crash_03.cc
tests/hp/crash_04.cc
tests/hp/crash_05.cc
tests/hp/crash_06.cc
tests/hp/crash_07.cc
tests/hp/crash_08.cc
tests/hp/crash_09.cc
tests/hp/crash_10.cc
tests/hp/crash_11.cc
tests/hp/crash_12.cc
tests/hp/crash_14.cc
tests/hp/crash_15.cc
tests/hp/crash_16.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/crash_20.cc
tests/hp/create_laplace_matrix_01.cc
tests/hp/create_laplace_matrix_01b.cc
tests/hp/create_laplace_matrix_02.cc
tests/hp/create_laplace_matrix_02b.cc
tests/hp/create_laplace_matrix_03.cc
tests/hp/create_laplace_matrix_03b.cc
tests/hp/create_laplace_matrix_04.cc
tests/hp/create_laplace_matrix_04b.cc
tests/hp/create_mass_matrix_01.cc
tests/hp/create_mass_matrix_01b.cc
tests/hp/create_mass_matrix_02.cc
tests/hp/create_mass_matrix_02b.cc
tests/hp/create_mass_matrix_03.cc
tests/hp/create_mass_matrix_03b.cc
tests/hp/create_mass_matrix_04.cc
tests/hp/create_mass_matrix_04b.cc
tests/hp/create_mass_matrix_05.cc
tests/hp/dof_handler_number_cache.cc
tests/hp/dof_renumbering_04.cc
tests/hp/dof_renumbering_05.cc
tests/hp/dof_renumbering_06.cc
tests/hp/fe_collection_01.cc
tests/hp/fe_nothing_01.cc
tests/hp/fe_nothing_02.cc
tests/hp/fe_nothing_03.cc
tests/hp/fe_nothing_05.cc
tests/hp/fe_nothing_06.cc
tests/hp/fe_nothing_07.cc
tests/hp/fe_nothing_08.cc
tests/hp/fe_nothing_09.cc
tests/hp/fe_nothing_10.cc
tests/hp/fe_nothing_11.cc
tests/hp/fe_nothing_12.cc
tests/hp/fe_nothing_13.cc
tests/hp/fe_nothing_14.cc
tests/hp/fe_nothing_15.cc
tests/hp/fe_nothing_16.cc
tests/hp/get_active_fe_indices.cc
tests/hp/hp_constraints_common.h
tests/hp/hp_constraints_rt_nodal.cc
tests/hp/hp_dof_handler.cc
tests/hp/hp_hanging_nodes_01.cc
tests/hp/hp_hanging_nodes_02.cc
tests/hp/hp_line_dof_identities_dgp.cc
tests/hp/hp_line_dof_identities_dgp_monomial.cc
tests/hp/hp_line_dof_identities_dgp_monomial_system_01.cc
tests/hp/hp_line_dof_identities_dgp_monomial_system_02.cc
tests/hp/hp_line_dof_identities_dgp_nonparametric.cc
tests/hp/hp_line_dof_identities_dgp_nonparametric_system_01.cc
tests/hp/hp_line_dof_identities_dgp_nonparametric_system_02.cc
tests/hp/hp_line_dof_identities_dgp_system_01.cc
tests/hp/hp_line_dof_identities_dgp_system_02.cc
tests/hp/hp_line_dof_identities_dgq.cc
tests/hp/hp_line_dof_identities_dgq_system_01.cc
tests/hp/hp_line_dof_identities_dgq_system_02.cc
tests/hp/hp_line_dof_identities_q.cc
tests/hp/hp_line_dof_identities_q_system_01.cc
tests/hp/hp_line_dof_identities_q_system_02.cc
tests/hp/hp_line_dof_identities_q_system_03.cc
tests/hp/hp_line_dof_identities_rt_nodal.cc
tests/hp/hp_quad_dof_identities_dgp.cc
tests/hp/hp_quad_dof_identities_dgp_monomial.cc
tests/hp/hp_quad_dof_identities_dgp_monomial_system_01.cc
tests/hp/hp_quad_dof_identities_dgp_monomial_system_02.cc
tests/hp/hp_quad_dof_identities_dgp_nonparametric.cc
tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_01.cc
tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_02.cc
tests/hp/hp_quad_dof_identities_dgp_system_01.cc
tests/hp/hp_quad_dof_identities_dgp_system_02.cc
tests/hp/hp_quad_dof_identities_dgq.cc
tests/hp/hp_quad_dof_identities_dgq_system_01.cc
tests/hp/hp_quad_dof_identities_dgq_system_02.cc
tests/hp/hp_quad_dof_identities_q.cc
tests/hp/hp_quad_dof_identities_q_system_01.cc
tests/hp/hp_quad_dof_identities_q_system_02.cc
tests/hp/hp_quad_dof_identities_rt_nodal.cc
tests/hp/hp_vertex_dof_identities_dgp.cc
tests/hp/hp_vertex_dof_identities_dgp_monomial.cc
tests/hp/hp_vertex_dof_identities_dgp_monomial_system_01.cc
tests/hp/hp_vertex_dof_identities_dgp_monomial_system_02.cc
tests/hp/hp_vertex_dof_identities_dgp_nonparametric.cc
tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_01.cc
tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_02.cc
tests/hp/hp_vertex_dof_identities_dgp_system_01.cc
tests/hp/hp_vertex_dof_identities_dgp_system_02.cc
tests/hp/hp_vertex_dof_identities_dgq.cc
tests/hp/hp_vertex_dof_identities_dgq_system_01.cc
tests/hp/hp_vertex_dof_identities_dgq_system_02.cc
tests/hp/hp_vertex_dof_identities_q.cc
tests/hp/hp_vertex_dof_identities_q_system_01.cc
tests/hp/hp_vertex_dof_identities_q_system_02.cc
tests/hp/hp_vertex_dof_identities_rt_nodal.cc
tests/hp/integrate_difference.cc
tests/hp/interpolate_dgq_01.cc
tests/hp/interpolate_dgq_02.cc
tests/hp/interpolate_q_01.cc
tests/hp/interpolate_q_02.cc
tests/hp/interpolate_q_system_01.cc
tests/hp/interpolate_q_system_02.cc
tests/hp/mapping_collection_01.cc
tests/hp/mapping_collection_02.cc
tests/hp/mapping_collection_03.cc
tests/hp/mapping_collection_04.cc
tests/hp/matrices.cc
tests/hp/matrices_hp.cc
tests/hp/n_active_fe_indices.cc
tests/hp/n_dofs.cc
tests/hp/q_collection_01.cc
tests/hp/random.cc
tests/hp/renumber_component_wise.cc
tests/hp/step-10.cc
tests/hp/step-11.cc
tests/hp/step-11_compressed_set_sparsity.cc
tests/hp/step-12.cc
tests/hp/step-13.cc
tests/hp/step-2.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/hp/vectors_boundary_rhs_01.cc
tests/hp/vectors_boundary_rhs_02.cc
tests/hp/vectors_boundary_rhs_03.cc
tests/hp/vectors_boundary_rhs_hp_01.cc
tests/hp/vectors_boundary_rhs_hp_03.cc
tests/hp/vectors_point_source_01.cc
tests/hp/vectors_point_source_hp_01.cc
tests/hp/vectors_rhs_01.cc
tests/hp/vectors_rhs_02.cc
tests/hp/vectors_rhs_03.cc
tests/hp/vectors_rhs_hp_01.cc
tests/hp/vectors_rhs_hp_03.cc
tests/hsl/hsl_ma27_01.cc
tests/hsl/hsl_ma27_02.cc
tests/hsl/hsl_ma47_01.cc
tests/hsl/hsl_ma47_02.cc
tests/integrators/cells_and_faces_01.cc
tests/integrators/cochain_01.cc
tests/integrators/empty_info.h
tests/integrators/functional_01.cc
tests/integrators/mesh_worker_01.cc
tests/integrators/mesh_worker_02.cc
tests/lac/bicgstab_early.cc
tests/lac/block_compressed_simple_sparsity_pattern_indexset_01.cc
tests/lac/block_indices.cc
tests/lac/block_matrices.cc
tests/lac/block_minres.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/lac/constraint_graph_zero.cc
tests/lac/constraints_01.cc
tests/lac/constraints_inhomogeneous.cc
tests/lac/constraints_zero.cc
tests/lac/constraints_zero_condense.cc
tests/lac/constraints_zero_merge.cc
tests/lac/eigen.cc
tests/lac/filtered_matrix.cc
tests/lac/full_matrix.cc
tests/lac/full_matrix_02.cc
tests/lac/full_matrix_03.cc
tests/lac/householder.cc
tests/lac/identity_matrix_01.cc
tests/lac/identity_matrix_02.cc
tests/lac/identity_matrix_03.cc
tests/lac/identity_matrix_04.cc
tests/lac/identity_matrix_05.cc
tests/lac/is_block_matrix.cc
tests/lac/is_block_vector.cc
tests/lac/lapack_fill.cc
tests/lac/matrices.cc
tests/lac/matrix_lib.cc
tests/lac/matrix_out.cc
tests/lac/pointer_matrix.cc
tests/lac/pointer_matrix_vector.cc
tests/lac/print_formatted_ez_01.cc
tests/lac/solver.cc
tests/lac/solver_leak.cc
tests/lac/solver_relaxation_01.cc
tests/lac/solver_selector_00.cc
tests/lac/solver_selector_01.cc
tests/lac/solver_selector_02.cc
tests/lac/sparse_ilu.cc
tests/lac/sparse_ilu_inverse.cc
tests/lac/sparse_ilu_t.cc
tests/lac/sparse_matrices.cc
tests/lac/sparsity_pattern.cc
tests/lac/sparsity_pattern_common.h
tests/lac/sparsity_pattern_copy_from.cc
tests/lac/sparsity_tools_01.cc
tests/lac/testmatrix.h
tests/lac/trace.cc
tests/lac/tridiagonal_matrix.cc
tests/lac/tridiagonal_matrix_sym.cc
tests/lac/vector-vector.cc
tests/lac/vector_memory.cc
tests/lac/vector_view.cc
tests/lapack/full_matrix_01.cc
tests/lapack/full_matrix_02.cc
tests/lapack/full_matrix_03.cc
tests/lapack/full_matrix_04.cc
tests/lapack/solver_cg.cc
tests/lapack/tridiagonal_ev1.cc
tests/lib/dof_tools_frame.h
tests/lib/test_grids.h
tests/metis/metis_01.cc
tests/metis/metis_02.cc
tests/metis/metis_03.cc
tests/mpi/coarse_grid_common.h
tests/mpi/collective_01.cc
tests/mpi/compute_mean_value.cc
tests/mpi/constraint_matrix_trilinos_bug.cc
tests/mpi/count_dofs_per_block_01.cc
tests/mpi/count_dofs_per_block_02.cc
tests/mpi/count_dofs_per_component_01.cc
tests/mpi/crash_01.cc
tests/mpi/crash_02.cc
tests/mpi/crash_03.cc
tests/mpi/crash_04.cc
tests/mpi/distribute_sp_01.cc
tests/mpi/dof_handler_number_cache.cc
tests/mpi/extract_constant_modes_01.cc
tests/mpi/extract_locally_active_dofs.cc
tests/mpi/ghost_01.cc
tests/mpi/integrate_difference.cc
tests/mpi/p4est_2d_coarse_01.cc
tests/mpi/p4est_2d_constraintmatrix_01.cc
tests/mpi/p4est_2d_constraintmatrix_02.cc
tests/mpi/p4est_2d_constraintmatrix_03.cc
tests/mpi/p4est_2d_constraintmatrix_04.cc
tests/mpi/p4est_2d_constraintmatrix_05.cc
tests/mpi/p4est_2d_dofhandler_01.cc
tests/mpi/p4est_2d_dofhandler_02.cc
tests/mpi/p4est_2d_dofhandler_03.cc
tests/mpi/p4est_2d_dofhandler_04.cc
tests/mpi/p4est_2d_dofhandler_05.cc
tests/mpi/p4est_2d_ghost_01.cc
tests/mpi/p4est_2d_ghost_02.cc
tests/mpi/p4est_2d_refine_01.cc
tests/mpi/p4est_2d_refine_02.cc
tests/mpi/p4est_2d_refine_03.cc
tests/mpi/p4est_2d_renumber_01.cc
tests/mpi/p4est_2d_renumber_02.cc
tests/mpi/p4est_2d_simple.cc
tests/mpi/p4est_3d_constraintmatrix_01.cc
tests/mpi/p4est_3d_constraintmatrix_02.cc
tests/mpi/p4est_3d_constraintmatrix_03.cc
tests/mpi/p4est_3d_constraintmatrix_04.cc
tests/mpi/p4est_3d_ghost_01.cc
tests/mpi/p4est_3d_refine_01.cc
tests/mpi/p4est_3d_refine_02.cc
tests/mpi/p4est_3d_refine_03.cc
tests/mpi/p4est_data_out_01.cc
tests/mpi/p4est_get_subdomain_association.cc
tests/mpi/p4est_max_refine.cc
tests/mpi/petsc_01.cc
tests/mpi/point_to_point_pattern_01.cc
tests/mpi/refine_and_coarsen_fixed_fraction_01.cc
tests/mpi/refine_and_coarsen_fixed_fraction_02.cc
tests/mpi/refine_and_coarsen_fixed_fraction_03.cc
tests/mpi/refine_and_coarsen_fixed_fraction_04.cc
tests/mpi/refine_and_coarsen_fixed_fraction_05.cc
tests/mpi/refine_and_coarsen_fixed_fraction_06.cc
tests/mpi/refine_and_coarsen_fixed_number_01.cc
tests/mpi/refine_and_coarsen_fixed_number_02.cc
tests/mpi/refine_and_coarsen_fixed_number_03.cc
tests/mpi/refine_and_coarsen_fixed_number_04.cc
tests/mpi/refine_and_coarsen_fixed_number_05.cc
tests/mpi/simple_mpi_01.cc
tests/mpi/trilinos_ghost_01.cc
tests/mpi/trilinos_ghost_02.cc
tests/mpi/trilinos_ghost_03.cc
tests/mpi/trilinos_ghost_03_linfty.cc
tests/mpi/trilinos_ghost_04.cc
tests/mpi/trilinos_ghost_05.cc
tests/mpi/trilinos_sparse_matrix_mmult_01.cc
tests/mpi/trilinos_sparse_matrix_print_01.cc
tests/mpi/trilinos_vector_reinit.cc
tests/multigrid/boundary_01.cc
tests/multigrid/count_01.cc
tests/multigrid/cycles.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_02.cc
tests/multigrid/renumbering_03.cc
tests/multigrid/smoother_block.cc
tests/multigrid/step-16.cc
tests/multigrid/transfer_01.cc
tests/multigrid/transfer_02.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/multigrid/transfer_system_01.cc
tests/multigrid/transfer_system_02.cc
tests/multigrid/transfer_system_03.cc
tests/multigrid/transfer_system_04.cc
tests/multigrid/transfer_system_05.cc
tests/multigrid/transfer_system_adaptive_01.cc
tests/multigrid/transfer_system_adaptive_02.cc
tests/multigrid/transfer_system_adaptive_03.cc
tests/multigrid/transfer_system_adaptive_04.cc
tests/multigrid/transfer_system_adaptive_05.cc
tests/multigrid/transfer_system_adaptive_06.cc
tests/multigrid/transfer_system_adaptive_07.cc
tests/multigrid/transfer_system_adaptive_08.cc
tests/multigrid/transfer_system_adaptive_09.cc
tests/petsc/01.cc
tests/petsc/02.cc
tests/petsc/03.cc
tests/petsc/03a.cc
tests/petsc/03b.cc
tests/petsc/04.cc
tests/petsc/05.cc
tests/petsc/06.cc
tests/petsc/07.cc
tests/petsc/08.cc
tests/petsc/09.cc
tests/petsc/10.cc
tests/petsc/11.cc
tests/petsc/12.cc
tests/petsc/13.cc
tests/petsc/14.cc
tests/petsc/15.cc
tests/petsc/16.cc
tests/petsc/17.cc
tests/petsc/18.cc
tests/petsc/19.cc
tests/petsc/20.cc
tests/petsc/21.cc
tests/petsc/22.cc
tests/petsc/23.cc
tests/petsc/24.cc
tests/petsc/25.cc
tests/petsc/26.cc
tests/petsc/27.cc
tests/petsc/28.cc
tests/petsc/29.cc
tests/petsc/30.cc
tests/petsc/31.cc
tests/petsc/32.cc
tests/petsc/33.cc
tests/petsc/34.cc
tests/petsc/35.cc
tests/petsc/36.cc
tests/petsc/37.cc
tests/petsc/38.cc
tests/petsc/39.cc
tests/petsc/40.cc
tests/petsc/41.cc
tests/petsc/42.cc
tests/petsc/43.cc
tests/petsc/44.cc
tests/petsc/45.cc
tests/petsc/46.cc
tests/petsc/47.cc
tests/petsc/48.cc
tests/petsc/49.cc
tests/petsc/50.cc
tests/petsc/51.cc
tests/petsc/52.cc
tests/petsc/53.cc
tests/petsc/54.cc
tests/petsc/55.cc
tests/petsc/56.cc
tests/petsc/57.cc
tests/petsc/58.cc
tests/petsc/59.cc
tests/petsc/60.cc
tests/petsc/61.cc
tests/petsc/62.cc
tests/petsc/63.cc
tests/petsc/64.cc
tests/petsc/65.cc
tests/petsc/66.cc
tests/petsc/67.cc
tests/petsc/68.cc
tests/petsc/69.cc
tests/petsc/70.cc
tests/petsc/block_vector_iterator_01.cc
tests/petsc/block_vector_iterator_02.cc
tests/petsc/block_vector_iterator_03.cc
tests/petsc/deal_solver_01.cc
tests/petsc/deal_solver_02.cc
tests/petsc/deal_solver_03.cc
tests/petsc/deal_solver_04.cc
tests/petsc/deal_solver_05.cc
tests/petsc/deal_solver_06.cc
tests/petsc/full_matrix_01.cc
tests/petsc/full_matrix_02.cc
tests/petsc/full_matrix_03.cc
tests/petsc/full_matrix_04.cc
tests/petsc/full_matrix_05.cc
tests/petsc/full_matrix_06.cc
tests/petsc/full_matrix_07.cc
tests/petsc/full_matrix_08.cc
tests/petsc/full_matrix_09.cc
tests/petsc/full_matrix_10.cc
tests/petsc/full_matrix_iterator_01.cc
tests/petsc/full_matrix_vector_01.cc
tests/petsc/full_matrix_vector_02.cc
tests/petsc/full_matrix_vector_03.cc
tests/petsc/full_matrix_vector_04.cc
tests/petsc/full_matrix_vector_05.cc
tests/petsc/full_matrix_vector_06.cc
tests/petsc/full_matrix_vector_07.cc
tests/petsc/parallel_sparse_matrix_01.cc
tests/petsc/slowness_01.cc
tests/petsc/slowness_02.cc
tests/petsc/slowness_03.cc
tests/petsc/slowness_04.cc
tests/petsc/solver_01.cc
tests/petsc/solver_02.cc
tests/petsc/solver_03.cc
tests/petsc/solver_04.cc
tests/petsc/solver_05.cc
tests/petsc/solver_06.cc
tests/petsc/solver_07.cc
tests/petsc/solver_08.cc
tests/petsc/solver_09.cc
tests/petsc/solver_10.cc
tests/petsc/solver_11.cc
tests/petsc/solver_12.cc
tests/petsc/solver_13.cc
tests/petsc/sparse_matrix_iterator_01.cc
tests/petsc/sparse_matrix_vector_01.cc
tests/petsc/sparse_matrix_vector_02.cc
tests/petsc/sparse_matrix_vector_03.cc
tests/petsc/sparse_matrix_vector_04.cc
tests/petsc/sparse_matrix_vector_05.cc
tests/petsc/sparse_matrix_vector_06.cc
tests/petsc/sparse_matrix_vector_07.cc
tests/petsc/vector_assign_01.cc
tests/petsc/vector_assign_02.cc
tests/petsc/vector_equality_1.cc
tests/petsc/vector_equality_2.cc
tests/petsc/vector_equality_3.cc
tests/petsc/vector_equality_4.cc
tests/petsc/vector_wrap_01.cc
tests/serialization/parameter_handler.cc
tests/serialization/point.cc
tests/serialization/polynomial.cc
tests/serialization/polynomial_hierarchical.cc
tests/serialization/polynomial_lagrange_equidistant.cc
tests/serialization/polynomial_legendre.cc
tests/serialization/polynomial_lobatto.cc
tests/serialization/polynomial_monomial.cc
tests/serialization/quadrature.cc
tests/serialization/quadrature_qanisotropic.cc
tests/serialization/quadrature_qiterated.cc
tests/serialization/serialization.h
tests/serialization/sparsity_pattern.cc
tests/serialization/symmetric_tensor.cc
tests/serialization/table_1.cc
tests/serialization/table_2.cc
tests/serialization/table_3.cc
tests/serialization/table_4.cc
tests/serialization/table_5.cc
tests/serialization/table_6.cc
tests/serialization/table_7.cc
tests/serialization/tensor.cc
tests/serialization/tensor_base.cc
tests/serialization/tensor_base_scalar.cc
tests/serialization/vector.cc
tests/tests.h
tests/trilinos/01.cc
tests/trilinos/02.cc
tests/trilinos/03.cc
tests/trilinos/03a.cc
tests/trilinos/03b.cc
tests/trilinos/04.cc
tests/trilinos/05.cc
tests/trilinos/06.cc
tests/trilinos/07.cc
tests/trilinos/08.cc
tests/trilinos/09.cc
tests/trilinos/10.cc
tests/trilinos/11.cc
tests/trilinos/12.cc
tests/trilinos/13.cc
tests/trilinos/14.cc
tests/trilinos/15.cc
tests/trilinos/16.cc
tests/trilinos/17.cc
tests/trilinos/18.cc
tests/trilinos/19.cc
tests/trilinos/20.cc
tests/trilinos/21.cc
tests/trilinos/22.cc
tests/trilinos/23.cc
tests/trilinos/24.cc
tests/trilinos/25.cc
tests/trilinos/26.cc
tests/trilinos/27.cc
tests/trilinos/28.cc
tests/trilinos/29.cc
tests/trilinos/30.cc
tests/trilinos/31.cc
tests/trilinos/32.cc
tests/trilinos/33.cc
tests/trilinos/34.cc
tests/trilinos/35.cc
tests/trilinos/36.cc
tests/trilinos/37.cc
tests/trilinos/38.cc
tests/trilinos/39.cc
tests/trilinos/40.cc
tests/trilinos/41.cc
tests/trilinos/42.cc
tests/trilinos/43.cc
tests/trilinos/44.cc
tests/trilinos/45.cc
tests/trilinos/46.cc
tests/trilinos/47.cc
tests/trilinos/48.cc
tests/trilinos/49.cc
tests/trilinos/49a.cc
tests/trilinos/49b.cc
tests/trilinos/50.cc
tests/trilinos/51.cc
tests/trilinos/52.cc
tests/trilinos/53.cc
tests/trilinos/54.cc
tests/trilinos/55.cc
tests/trilinos/56.cc
tests/trilinos/57.cc
tests/trilinos/58.cc
tests/trilinos/59.cc
tests/trilinos/60.cc
tests/trilinos/61.cc
tests/trilinos/62.cc
tests/trilinos/63.cc
tests/trilinos/64.cc
tests/trilinos/65.cc
tests/trilinos/66.cc
tests/trilinos/67.cc
tests/trilinos/68.cc
tests/trilinos/69.cc
tests/trilinos/70.cc
tests/trilinos/block_sparse_matrix_add_01.cc
tests/trilinos/block_sparse_matrix_set_01.cc
tests/trilinos/block_vector_iterator_01.cc
tests/trilinos/block_vector_iterator_02.cc
tests/trilinos/block_vector_iterator_03.cc
tests/trilinos/deal_solver_01.cc
tests/trilinos/deal_solver_02.cc
tests/trilinos/deal_solver_03.cc
tests/trilinos/deal_solver_04.cc
tests/trilinos/deal_solver_05.cc
tests/trilinos/deal_solver_06.cc
tests/trilinos/parallel_sparse_matrix_01.cc
tests/trilinos/slowness_01.cc
tests/trilinos/slowness_02.cc
tests/trilinos/slowness_03.cc
tests/trilinos/slowness_04.cc
tests/trilinos/solver_03.cc
tests/trilinos/solver_05.cc
tests/trilinos/solver_07.cc
tests/trilinos/sparse_matrix_01.cc
tests/trilinos/sparse_matrix_add_01.cc
tests/trilinos/sparse_matrix_add_02.cc
tests/trilinos/sparse_matrix_iterator_01.cc
tests/trilinos/sparse_matrix_set_01.cc
tests/trilinos/sparse_matrix_set_02.cc
tests/trilinos/sparse_matrix_vector_01.cc
tests/trilinos/sparse_matrix_vector_02.cc
tests/trilinos/sparse_matrix_vector_03.cc
tests/trilinos/sparse_matrix_vector_04.cc
tests/trilinos/sparse_matrix_vector_05.cc
tests/trilinos/sparse_matrix_vector_06.cc
tests/trilinos/sparse_matrix_vector_07.cc
tests/trilinos/sparsity_pattern_01.cc
tests/trilinos/sparsity_pattern_02.cc
tests/trilinos/sparsity_pattern_03.cc
tests/trilinos/sparsity_pattern_common.h
tests/trilinos/vector_assign_01.cc
tests/trilinos/vector_assign_02.cc
tests/trilinos/vector_equality_1.cc
tests/trilinos/vector_equality_2.cc
tests/trilinos/vector_equality_3.cc
tests/trilinos/vector_equality_4.cc
tests/umfpack/umfpack_01.cc
tests/umfpack/umfpack_02.cc
tests/umfpack/umfpack_03.cc
tests/umfpack/umfpack_04.cc
tests/umfpack/umfpack_05.cc
tests/umfpack/umfpack_06.cc
tests/umfpack/umfpack_07.cc
tests/umfpack/umfpack_08.cc
tests/umfpack/umfpack_09.cc
tests/umfpack/umfpack_10.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.