From: Matthias Maier Date: Fri, 28 Aug 2015 04:11:53 +0000 (-0500) Subject: Testsuite: Move matching tests from deal.II X-Git-Tag: v8.4.0-rc2~530^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac202fb1c22708b13e9a897cfb423ab9954bcd4;p=dealii.git Testsuite: Move matching tests from deal.II Use newly created dofs/ and numerics/ (and lac/) --- diff --git a/tests/dofs/CMakeLists.txt b/tests/dofs/CMakeLists.txt new file mode 100644 index 0000000000..f8ac3eb029 --- /dev/null +++ b/tests/dofs/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() diff --git a/tests/deal.II/dof_accessor_01.cc b/tests/dofs/dof_accessor_01.cc similarity index 100% rename from tests/deal.II/dof_accessor_01.cc rename to tests/dofs/dof_accessor_01.cc diff --git a/tests/deal.II/dof_accessor_01.output b/tests/dofs/dof_accessor_01.output similarity index 100% rename from tests/deal.II/dof_accessor_01.output rename to tests/dofs/dof_accessor_01.output diff --git a/tests/deal.II/dof_handler_number_cache.cc b/tests/dofs/dof_handler_number_cache.cc similarity index 100% rename from tests/deal.II/dof_handler_number_cache.cc rename to tests/dofs/dof_handler_number_cache.cc diff --git a/tests/deal.II/dof_handler_number_cache.output b/tests/dofs/dof_handler_number_cache.output similarity index 100% rename from tests/deal.II/dof_handler_number_cache.output rename to tests/dofs/dof_handler_number_cache.output diff --git a/tests/deal.II/dof_handler_number_cache_02.cc b/tests/dofs/dof_handler_number_cache_02.cc similarity index 100% rename from tests/deal.II/dof_handler_number_cache_02.cc rename to tests/dofs/dof_handler_number_cache_02.cc diff --git a/tests/deal.II/dof_handler_number_cache_02.output b/tests/dofs/dof_handler_number_cache_02.output similarity index 100% rename from tests/deal.II/dof_handler_number_cache_02.output rename to tests/dofs/dof_handler_number_cache_02.output diff --git a/tests/deal.II/dof_renumbering.cc b/tests/dofs/dof_renumbering.cc similarity index 100% rename from tests/deal.II/dof_renumbering.cc rename to tests/dofs/dof_renumbering.cc diff --git a/tests/deal.II/dof_renumbering.output b/tests/dofs/dof_renumbering.output similarity index 100% rename from tests/deal.II/dof_renumbering.output rename to tests/dofs/dof_renumbering.output diff --git a/tests/deal.II/dof_renumbering_02.cc b/tests/dofs/dof_renumbering_02.cc similarity index 100% rename from tests/deal.II/dof_renumbering_02.cc rename to tests/dofs/dof_renumbering_02.cc diff --git a/tests/deal.II/dof_renumbering_02.output b/tests/dofs/dof_renumbering_02.output similarity index 100% rename from tests/deal.II/dof_renumbering_02.output rename to tests/dofs/dof_renumbering_02.output diff --git a/tests/deal.II/dof_renumbering_03.cc b/tests/dofs/dof_renumbering_03.cc similarity index 100% rename from tests/deal.II/dof_renumbering_03.cc rename to tests/dofs/dof_renumbering_03.cc diff --git a/tests/deal.II/dof_renumbering_03.output b/tests/dofs/dof_renumbering_03.output similarity index 100% rename from tests/deal.II/dof_renumbering_03.output rename to tests/dofs/dof_renumbering_03.output diff --git a/tests/deal.II/dof_renumbering_04.cc b/tests/dofs/dof_renumbering_04.cc similarity index 100% rename from tests/deal.II/dof_renumbering_04.cc rename to tests/dofs/dof_renumbering_04.cc diff --git a/tests/deal.II/dof_renumbering_04a.cc b/tests/dofs/dof_renumbering_04a.cc similarity index 100% rename from tests/deal.II/dof_renumbering_04a.cc rename to tests/dofs/dof_renumbering_04a.cc diff --git a/tests/deal.II/dof_renumbering_05.cc b/tests/dofs/dof_renumbering_05.cc similarity index 100% rename from tests/deal.II/dof_renumbering_05.cc rename to tests/dofs/dof_renumbering_05.cc diff --git a/tests/deal.II/dof_renumbering_05.output b/tests/dofs/dof_renumbering_05.output similarity index 100% rename from tests/deal.II/dof_renumbering_05.output rename to tests/dofs/dof_renumbering_05.output diff --git a/tests/deal.II/dof_renumbering_06.cc b/tests/dofs/dof_renumbering_06.cc similarity index 100% rename from tests/deal.II/dof_renumbering_06.cc rename to tests/dofs/dof_renumbering_06.cc diff --git a/tests/deal.II/dof_renumbering_06.output b/tests/dofs/dof_renumbering_06.output similarity index 100% rename from tests/deal.II/dof_renumbering_06.output rename to tests/dofs/dof_renumbering_06.output diff --git a/tests/deal.II/dof_renumbering_07.cc b/tests/dofs/dof_renumbering_07.cc similarity index 100% rename from tests/deal.II/dof_renumbering_07.cc rename to tests/dofs/dof_renumbering_07.cc diff --git a/tests/deal.II/dof_renumbering_08.cc b/tests/dofs/dof_renumbering_08.cc similarity index 100% rename from tests/deal.II/dof_renumbering_08.cc rename to tests/dofs/dof_renumbering_08.cc diff --git a/tests/deal.II/dof_renumbering_08.output b/tests/dofs/dof_renumbering_08.output similarity index 100% rename from tests/deal.II/dof_renumbering_08.output rename to tests/dofs/dof_renumbering_08.output diff --git a/tests/deal.II/dof_renumbering_zorder_01.cc b/tests/dofs/dof_renumbering_zorder_01.cc similarity index 100% rename from tests/deal.II/dof_renumbering_zorder_01.cc rename to tests/dofs/dof_renumbering_zorder_01.cc diff --git a/tests/deal.II/dof_renumbering_zorder_01.output b/tests/dofs/dof_renumbering_zorder_01.output similarity index 100% rename from tests/deal.II/dof_renumbering_zorder_01.output rename to tests/dofs/dof_renumbering_zorder_01.output diff --git a/tests/deal.II/dof_renumbering_zorder_02.cc b/tests/dofs/dof_renumbering_zorder_02.cc similarity index 100% rename from tests/deal.II/dof_renumbering_zorder_02.cc rename to tests/dofs/dof_renumbering_zorder_02.cc diff --git a/tests/deal.II/dof_renumbering_zorder_02.output b/tests/dofs/dof_renumbering_zorder_02.output similarity index 100% rename from tests/deal.II/dof_renumbering_zorder_02.output rename to tests/dofs/dof_renumbering_zorder_02.output diff --git a/tests/deal.II/dof_test.cc b/tests/dofs/dof_test.cc similarity index 100% rename from tests/deal.II/dof_test.cc rename to tests/dofs/dof_test.cc diff --git a/tests/deal.II/dof_test.output b/tests/dofs/dof_test.output similarity index 100% rename from tests/deal.II/dof_test.output rename to tests/dofs/dof_test.output diff --git a/tests/deal.II/extract_dofs_by_component_01.cc b/tests/dofs/extract_dofs_by_component_01.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01.cc rename to tests/dofs/extract_dofs_by_component_01.cc diff --git a/tests/deal.II/extract_dofs_by_component_01.output b/tests/dofs/extract_dofs_by_component_01.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01.output rename to tests/dofs/extract_dofs_by_component_01.output diff --git a/tests/deal.II/extract_dofs_by_component_01_hp.cc b/tests/dofs/extract_dofs_by_component_01_hp.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01_hp.cc rename to tests/dofs/extract_dofs_by_component_01_hp.cc diff --git a/tests/deal.II/extract_dofs_by_component_01_hp.output b/tests/dofs/extract_dofs_by_component_01_hp.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01_hp.output rename to tests/dofs/extract_dofs_by_component_01_hp.output diff --git a/tests/deal.II/extract_dofs_by_component_01_mg.cc b/tests/dofs/extract_dofs_by_component_01_mg.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01_mg.cc rename to tests/dofs/extract_dofs_by_component_01_mg.cc diff --git a/tests/deal.II/extract_dofs_by_component_01_mg.output b/tests/dofs/extract_dofs_by_component_01_mg.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01_mg.output rename to tests/dofs/extract_dofs_by_component_01_mg.output diff --git a/tests/deal.II/extract_dofs_by_component_01x.cc b/tests/dofs/extract_dofs_by_component_01x.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01x.cc rename to tests/dofs/extract_dofs_by_component_01x.cc diff --git a/tests/deal.II/extract_dofs_by_component_01x.output b/tests/dofs/extract_dofs_by_component_01x.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01x.output rename to tests/dofs/extract_dofs_by_component_01x.output diff --git a/tests/deal.II/extract_dofs_by_component_01y.cc b/tests/dofs/extract_dofs_by_component_01y.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01y.cc rename to tests/dofs/extract_dofs_by_component_01y.cc diff --git a/tests/deal.II/extract_dofs_by_component_01y.output b/tests/dofs/extract_dofs_by_component_01y.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_01y.output rename to tests/dofs/extract_dofs_by_component_01y.output diff --git a/tests/deal.II/extract_dofs_by_component_02.cc b/tests/dofs/extract_dofs_by_component_02.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02.cc rename to tests/dofs/extract_dofs_by_component_02.cc diff --git a/tests/deal.II/extract_dofs_by_component_02.output b/tests/dofs/extract_dofs_by_component_02.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02.output rename to tests/dofs/extract_dofs_by_component_02.output diff --git a/tests/deal.II/extract_dofs_by_component_02_hp.cc b/tests/dofs/extract_dofs_by_component_02_hp.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02_hp.cc rename to tests/dofs/extract_dofs_by_component_02_hp.cc diff --git a/tests/deal.II/extract_dofs_by_component_02_hp.output b/tests/dofs/extract_dofs_by_component_02_hp.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02_hp.output rename to tests/dofs/extract_dofs_by_component_02_hp.output diff --git a/tests/deal.II/extract_dofs_by_component_02_mg.cc b/tests/dofs/extract_dofs_by_component_02_mg.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02_mg.cc rename to tests/dofs/extract_dofs_by_component_02_mg.cc diff --git a/tests/deal.II/extract_dofs_by_component_02_mg.output b/tests/dofs/extract_dofs_by_component_02_mg.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_02_mg.output rename to tests/dofs/extract_dofs_by_component_02_mg.output diff --git a/tests/deal.II/extract_dofs_by_component_03.cc b/tests/dofs/extract_dofs_by_component_03.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_03.cc rename to tests/dofs/extract_dofs_by_component_03.cc diff --git a/tests/deal.II/extract_dofs_by_component_03.output b/tests/dofs/extract_dofs_by_component_03.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_03.output rename to tests/dofs/extract_dofs_by_component_03.output diff --git a/tests/deal.II/extract_dofs_by_component_04.cc b/tests/dofs/extract_dofs_by_component_04.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_04.cc rename to tests/dofs/extract_dofs_by_component_04.cc diff --git a/tests/deal.II/extract_dofs_by_component_04.output b/tests/dofs/extract_dofs_by_component_04.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_04.output rename to tests/dofs/extract_dofs_by_component_04.output diff --git a/tests/deal.II/extract_dofs_by_component_05.cc b/tests/dofs/extract_dofs_by_component_05.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_05.cc rename to tests/dofs/extract_dofs_by_component_05.cc diff --git a/tests/deal.II/extract_dofs_by_component_05.output b/tests/dofs/extract_dofs_by_component_05.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_05.output rename to tests/dofs/extract_dofs_by_component_05.output diff --git a/tests/deal.II/extract_dofs_by_component_05_hp.cc b/tests/dofs/extract_dofs_by_component_05_hp.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_05_hp.cc rename to tests/dofs/extract_dofs_by_component_05_hp.cc diff --git a/tests/deal.II/extract_dofs_by_component_05_hp.output b/tests/dofs/extract_dofs_by_component_05_hp.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_05_hp.output rename to tests/dofs/extract_dofs_by_component_05_hp.output diff --git a/tests/deal.II/extract_dofs_by_component_06.cc b/tests/dofs/extract_dofs_by_component_06.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_06.cc rename to tests/dofs/extract_dofs_by_component_06.cc diff --git a/tests/deal.II/extract_dofs_by_component_06.output b/tests/dofs/extract_dofs_by_component_06.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_06.output rename to tests/dofs/extract_dofs_by_component_06.output diff --git a/tests/deal.II/extract_dofs_by_component_06_hp.cc b/tests/dofs/extract_dofs_by_component_06_hp.cc similarity index 100% rename from tests/deal.II/extract_dofs_by_component_06_hp.cc rename to tests/dofs/extract_dofs_by_component_06_hp.cc diff --git a/tests/deal.II/extract_dofs_by_component_06_hp.output b/tests/dofs/extract_dofs_by_component_06_hp.output similarity index 100% rename from tests/deal.II/extract_dofs_by_component_06_hp.output rename to tests/dofs/extract_dofs_by_component_06_hp.output diff --git a/tests/deal.II/get_dofs_on_patch.cc b/tests/dofs/get_dofs_on_patch.cc similarity index 100% rename from tests/deal.II/get_dofs_on_patch.cc rename to tests/dofs/get_dofs_on_patch.cc diff --git a/tests/deal.II/get_dofs_on_patch.output b/tests/dofs/get_dofs_on_patch.output similarity index 100% rename from tests/deal.II/get_dofs_on_patch.output rename to tests/dofs/get_dofs_on_patch.output diff --git a/tests/deal.II/interpolate_based_on_material_id_01.cc b/tests/dofs/interpolate_based_on_material_id_01.cc similarity index 100% rename from tests/deal.II/interpolate_based_on_material_id_01.cc rename to tests/dofs/interpolate_based_on_material_id_01.cc diff --git a/tests/deal.II/interpolate_based_on_material_id_01.output b/tests/dofs/interpolate_based_on_material_id_01.output similarity index 100% rename from tests/deal.II/interpolate_based_on_material_id_01.output rename to tests/dofs/interpolate_based_on_material_id_01.output diff --git a/tests/deal.II/interpolate_boundary_values_01.cc b/tests/dofs/interpolate_boundary_values_01.cc similarity index 100% rename from tests/deal.II/interpolate_boundary_values_01.cc rename to tests/dofs/interpolate_boundary_values_01.cc diff --git a/tests/deal.II/interpolate_boundary_values_01.output b/tests/dofs/interpolate_boundary_values_01.output similarity index 100% rename from tests/deal.II/interpolate_boundary_values_01.output rename to tests/dofs/interpolate_boundary_values_01.output diff --git a/tests/deal.II/interpolate_boundary_values_02.cc b/tests/dofs/interpolate_boundary_values_02.cc similarity index 100% rename from tests/deal.II/interpolate_boundary_values_02.cc rename to tests/dofs/interpolate_boundary_values_02.cc diff --git a/tests/deal.II/interpolate_boundary_values_02.output b/tests/dofs/interpolate_boundary_values_02.output similarity index 100% rename from tests/deal.II/interpolate_boundary_values_02.output rename to tests/dofs/interpolate_boundary_values_02.output diff --git a/tests/deal.II/interpolate_dgq_01.cc b/tests/dofs/interpolate_dgq_01.cc similarity index 100% rename from tests/deal.II/interpolate_dgq_01.cc rename to tests/dofs/interpolate_dgq_01.cc diff --git a/tests/deal.II/interpolate_dgq_01.output b/tests/dofs/interpolate_dgq_01.output similarity index 100% rename from tests/deal.II/interpolate_dgq_01.output rename to tests/dofs/interpolate_dgq_01.output diff --git a/tests/deal.II/interpolate_dgq_02.cc b/tests/dofs/interpolate_dgq_02.cc similarity index 100% rename from tests/deal.II/interpolate_dgq_02.cc rename to tests/dofs/interpolate_dgq_02.cc diff --git a/tests/deal.II/interpolate_dgq_02.output b/tests/dofs/interpolate_dgq_02.output similarity index 100% rename from tests/deal.II/interpolate_dgq_02.output rename to tests/dofs/interpolate_dgq_02.output diff --git a/tests/deal.II/interpolate_q_01.cc b/tests/dofs/interpolate_q_01.cc similarity index 100% rename from tests/deal.II/interpolate_q_01.cc rename to tests/dofs/interpolate_q_01.cc diff --git a/tests/deal.II/interpolate_q_01.output b/tests/dofs/interpolate_q_01.output similarity index 100% rename from tests/deal.II/interpolate_q_01.output rename to tests/dofs/interpolate_q_01.output diff --git a/tests/deal.II/interpolate_q_02.cc b/tests/dofs/interpolate_q_02.cc similarity index 100% rename from tests/deal.II/interpolate_q_02.cc rename to tests/dofs/interpolate_q_02.cc diff --git a/tests/deal.II/interpolate_q_02.output b/tests/dofs/interpolate_q_02.output similarity index 100% rename from tests/deal.II/interpolate_q_02.output rename to tests/dofs/interpolate_q_02.output diff --git a/tests/deal.II/interpolate_q_system_01.cc b/tests/dofs/interpolate_q_system_01.cc similarity index 100% rename from tests/deal.II/interpolate_q_system_01.cc rename to tests/dofs/interpolate_q_system_01.cc diff --git a/tests/deal.II/interpolate_q_system_01.output b/tests/dofs/interpolate_q_system_01.output similarity index 100% rename from tests/deal.II/interpolate_q_system_01.output rename to tests/dofs/interpolate_q_system_01.output diff --git a/tests/deal.II/interpolate_q_system_02.cc b/tests/dofs/interpolate_q_system_02.cc similarity index 100% rename from tests/deal.II/interpolate_q_system_02.cc rename to tests/dofs/interpolate_q_system_02.cc diff --git a/tests/deal.II/interpolate_q_system_02.output b/tests/dofs/interpolate_q_system_02.output similarity index 100% rename from tests/deal.II/interpolate_q_system_02.output rename to tests/dofs/interpolate_q_system_02.output diff --git a/tests/deal.II/sparsity_pattern.cc b/tests/dofs/sparsity_pattern.cc similarity index 100% rename from tests/deal.II/sparsity_pattern.cc rename to tests/dofs/sparsity_pattern.cc diff --git a/tests/deal.II/sparsity_pattern.output b/tests/dofs/sparsity_pattern.output similarity index 100% rename from tests/deal.II/sparsity_pattern.output rename to tests/dofs/sparsity_pattern.output diff --git a/tests/deal.II/sparsity_pattern_01.cc b/tests/dofs/sparsity_pattern_01.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_01.cc rename to tests/dofs/sparsity_pattern_01.cc diff --git a/tests/deal.II/sparsity_pattern_01.output b/tests/dofs/sparsity_pattern_01.output similarity index 100% rename from tests/deal.II/sparsity_pattern_01.output rename to tests/dofs/sparsity_pattern_01.output diff --git a/tests/deal.II/sparsity_pattern_01_x.cc b/tests/dofs/sparsity_pattern_01_x.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_01_x.cc rename to tests/dofs/sparsity_pattern_01_x.cc diff --git a/tests/deal.II/sparsity_pattern_01_x.output b/tests/dofs/sparsity_pattern_01_x.output similarity index 100% rename from tests/deal.II/sparsity_pattern_01_x.output rename to tests/dofs/sparsity_pattern_01_x.output diff --git a/tests/deal.II/sparsity_pattern_02.cc b/tests/dofs/sparsity_pattern_02.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_02.cc rename to tests/dofs/sparsity_pattern_02.cc diff --git a/tests/deal.II/sparsity_pattern_02.output b/tests/dofs/sparsity_pattern_02.output similarity index 100% rename from tests/deal.II/sparsity_pattern_02.output rename to tests/dofs/sparsity_pattern_02.output diff --git a/tests/deal.II/sparsity_pattern_03.cc b/tests/dofs/sparsity_pattern_03.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_03.cc rename to tests/dofs/sparsity_pattern_03.cc diff --git a/tests/deal.II/sparsity_pattern_03.output b/tests/dofs/sparsity_pattern_03.output similarity index 100% rename from tests/deal.II/sparsity_pattern_03.output rename to tests/dofs/sparsity_pattern_03.output diff --git a/tests/deal.II/sparsity_pattern_04.cc b/tests/dofs/sparsity_pattern_04.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_04.cc rename to tests/dofs/sparsity_pattern_04.cc diff --git a/tests/deal.II/sparsity_pattern_04.output b/tests/dofs/sparsity_pattern_04.output similarity index 100% rename from tests/deal.II/sparsity_pattern_04.output rename to tests/dofs/sparsity_pattern_04.output diff --git a/tests/deal.II/sparsity_pattern_05.cc b/tests/dofs/sparsity_pattern_05.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_05.cc rename to tests/dofs/sparsity_pattern_05.cc diff --git a/tests/deal.II/sparsity_pattern_05.output b/tests/dofs/sparsity_pattern_05.output similarity index 100% rename from tests/deal.II/sparsity_pattern_05.output rename to tests/dofs/sparsity_pattern_05.output diff --git a/tests/deal.II/sparsity_pattern_05_x.cc b/tests/dofs/sparsity_pattern_05_x.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_05_x.cc rename to tests/dofs/sparsity_pattern_05_x.cc diff --git a/tests/deal.II/sparsity_pattern_05_x.output b/tests/dofs/sparsity_pattern_05_x.output similarity index 100% rename from tests/deal.II/sparsity_pattern_05_x.output rename to tests/dofs/sparsity_pattern_05_x.output diff --git a/tests/deal.II/sparsity_pattern_x.cc b/tests/dofs/sparsity_pattern_x.cc similarity index 100% rename from tests/deal.II/sparsity_pattern_x.cc rename to tests/dofs/sparsity_pattern_x.cc diff --git a/tests/deal.II/sparsity_pattern_x.output b/tests/dofs/sparsity_pattern_x.output similarity index 100% rename from tests/deal.II/sparsity_pattern_x.output rename to tests/dofs/sparsity_pattern_x.output diff --git a/tests/deal.II/nedelec_crash_hp.cc b/tests/fe/nedelec_crash_hp.cc similarity index 100% rename from tests/deal.II/nedelec_crash_hp.cc rename to tests/fe/nedelec_crash_hp.cc diff --git a/tests/deal.II/nedelec_crash_hp.output b/tests/fe/nedelec_crash_hp.output similarity index 100% rename from tests/deal.II/nedelec_crash_hp.output rename to tests/fe/nedelec_crash_hp.output diff --git a/tests/deal.II/nedelec_face_interpolation.cc b/tests/fe/nedelec_face_interpolation.cc similarity index 100% rename from tests/deal.II/nedelec_face_interpolation.cc rename to tests/fe/nedelec_face_interpolation.cc diff --git a/tests/deal.II/nedelec_face_interpolation.output b/tests/fe/nedelec_face_interpolation.output similarity index 100% rename from tests/deal.II/nedelec_face_interpolation.output rename to tests/fe/nedelec_face_interpolation.output diff --git a/tests/deal.II/nedelec_non_rect_2d.cc b/tests/fe/nedelec_non_rect_2d.cc similarity index 100% rename from tests/deal.II/nedelec_non_rect_2d.cc rename to tests/fe/nedelec_non_rect_2d.cc diff --git a/tests/deal.II/nedelec_non_rect_2d.output b/tests/fe/nedelec_non_rect_2d.output similarity index 100% rename from tests/deal.II/nedelec_non_rect_2d.output rename to tests/fe/nedelec_non_rect_2d.output diff --git a/tests/deal.II/nedelec_non_rect_face.cc b/tests/fe/nedelec_non_rect_face.cc similarity index 100% rename from tests/deal.II/nedelec_non_rect_face.cc rename to tests/fe/nedelec_non_rect_face.cc diff --git a/tests/deal.II/nedelec_non_rect_face.output b/tests/fe/nedelec_non_rect_face.output similarity index 100% rename from tests/deal.II/nedelec_non_rect_face.output rename to tests/fe/nedelec_non_rect_face.output diff --git a/tests/deal.II/merge_triangulations_01.cc b/tests/grid/merge_triangulations_01.cc similarity index 100% rename from tests/deal.II/merge_triangulations_01.cc rename to tests/grid/merge_triangulations_01.cc diff --git a/tests/deal.II/merge_triangulations_01.output b/tests/grid/merge_triangulations_01.output similarity index 100% rename from tests/deal.II/merge_triangulations_01.output rename to tests/grid/merge_triangulations_01.output diff --git a/tests/deal.II/merge_triangulations_02.cc b/tests/grid/merge_triangulations_02.cc similarity index 100% rename from tests/deal.II/merge_triangulations_02.cc rename to tests/grid/merge_triangulations_02.cc diff --git a/tests/deal.II/merge_triangulations_02.output b/tests/grid/merge_triangulations_02.output similarity index 100% rename from tests/deal.II/merge_triangulations_02.output rename to tests/grid/merge_triangulations_02.output diff --git a/tests/deal.II/merge_triangulations_03.cc b/tests/grid/merge_triangulations_03.cc similarity index 100% rename from tests/deal.II/merge_triangulations_03.cc rename to tests/grid/merge_triangulations_03.cc diff --git a/tests/deal.II/merge_triangulations_03.output b/tests/grid/merge_triangulations_03.output similarity index 100% rename from tests/deal.II/merge_triangulations_03.output rename to tests/grid/merge_triangulations_03.output diff --git a/tests/deal.II/normal_vector_01.cc b/tests/grid/normal_vector_01.cc similarity index 100% rename from tests/deal.II/normal_vector_01.cc rename to tests/grid/normal_vector_01.cc diff --git a/tests/deal.II/normal_vector_01.output b/tests/grid/normal_vector_01.output similarity index 100% rename from tests/deal.II/normal_vector_01.output rename to tests/grid/normal_vector_01.output diff --git a/tests/deal.II/normal_vector_01_2d.cc b/tests/grid/normal_vector_01_2d.cc similarity index 100% rename from tests/deal.II/normal_vector_01_2d.cc rename to tests/grid/normal_vector_01_2d.cc diff --git a/tests/deal.II/normal_vector_01_2d.output b/tests/grid/normal_vector_01_2d.output similarity index 100% rename from tests/deal.II/normal_vector_01_2d.output rename to tests/grid/normal_vector_01_2d.output diff --git a/tests/deal.II/normal_vector_02.cc b/tests/grid/normal_vector_02.cc similarity index 100% rename from tests/deal.II/normal_vector_02.cc rename to tests/grid/normal_vector_02.cc diff --git a/tests/deal.II/normal_vector_02.output b/tests/grid/normal_vector_02.output similarity index 100% rename from tests/deal.II/normal_vector_02.output rename to tests/grid/normal_vector_02.output diff --git a/tests/deal.II/normal_vector_02_2d.cc b/tests/grid/normal_vector_02_2d.cc similarity index 100% rename from tests/deal.II/normal_vector_02_2d.cc rename to tests/grid/normal_vector_02_2d.cc diff --git a/tests/deal.II/normal_vector_02_2d.output b/tests/grid/normal_vector_02_2d.output similarity index 100% rename from tests/deal.II/normal_vector_02_2d.output rename to tests/grid/normal_vector_02_2d.output diff --git a/tests/deal.II/normal_vector_03.cc b/tests/grid/normal_vector_03.cc similarity index 100% rename from tests/deal.II/normal_vector_03.cc rename to tests/grid/normal_vector_03.cc diff --git a/tests/deal.II/normal_vector_03.output b/tests/grid/normal_vector_03.output similarity index 100% rename from tests/deal.II/normal_vector_03.output rename to tests/grid/normal_vector_03.output diff --git a/tests/deal.II/normal_vector_03_2d.cc b/tests/grid/normal_vector_03_2d.cc similarity index 100% rename from tests/deal.II/normal_vector_03_2d.cc rename to tests/grid/normal_vector_03_2d.cc diff --git a/tests/deal.II/normal_vector_03_2d.output b/tests/grid/normal_vector_03_2d.output similarity index 100% rename from tests/deal.II/normal_vector_03_2d.output rename to tests/grid/normal_vector_03_2d.output diff --git a/tests/deal.II/constraint_graph.cc b/tests/lac/constraint_graph.cc similarity index 100% rename from tests/deal.II/constraint_graph.cc rename to tests/lac/constraint_graph.cc diff --git a/tests/deal.II/constraint_graph.output b/tests/lac/constraint_graph.output similarity index 100% rename from tests/deal.II/constraint_graph.output rename to tests/lac/constraint_graph.output diff --git a/tests/deal.II/constraints.cc b/tests/lac/constraints.cc similarity index 100% rename from tests/deal.II/constraints.cc rename to tests/lac/constraints.cc diff --git a/tests/deal.II/constraints.output b/tests/lac/constraints.output similarity index 100% rename from tests/deal.II/constraints.output rename to tests/lac/constraints.output diff --git a/tests/deal.II/constraints_block_01.cc b/tests/lac/constraints_block_01.cc similarity index 100% rename from tests/deal.II/constraints_block_01.cc rename to tests/lac/constraints_block_01.cc diff --git a/tests/deal.II/constraints_block_01.output b/tests/lac/constraints_block_01.output similarity index 100% rename from tests/deal.II/constraints_block_01.output rename to tests/lac/constraints_block_01.output diff --git a/tests/deal.II/constraints_hanging_nodes_bc.cc b/tests/lac/constraints_hanging_nodes_bc.cc similarity index 100% rename from tests/deal.II/constraints_hanging_nodes_bc.cc rename to tests/lac/constraints_hanging_nodes_bc.cc diff --git a/tests/deal.II/constraints_hanging_nodes_bc.output b/tests/lac/constraints_hanging_nodes_bc.output similarity index 100% rename from tests/deal.II/constraints_hanging_nodes_bc.output rename to tests/lac/constraints_hanging_nodes_bc.output diff --git a/tests/deal.II/constraints_local_to_global.cc b/tests/lac/constraints_local_to_global.cc similarity index 100% rename from tests/deal.II/constraints_local_to_global.cc rename to tests/lac/constraints_local_to_global.cc diff --git a/tests/deal.II/constraints_local_to_global.output b/tests/lac/constraints_local_to_global.output similarity index 100% rename from tests/deal.II/constraints_local_to_global.output rename to tests/lac/constraints_local_to_global.output diff --git a/tests/deal.II/constraints_local_to_global_chunk.cc b/tests/lac/constraints_local_to_global_chunk.cc similarity index 100% rename from tests/deal.II/constraints_local_to_global_chunk.cc rename to tests/lac/constraints_local_to_global_chunk.cc diff --git a/tests/deal.II/constraints_local_to_global_chunk.output b/tests/lac/constraints_local_to_global_chunk.output similarity index 100% rename from tests/deal.II/constraints_local_to_global_chunk.output rename to tests/lac/constraints_local_to_global_chunk.output diff --git a/tests/deal.II/constraints_merge.cc b/tests/lac/constraints_merge.cc similarity index 100% rename from tests/deal.II/constraints_merge.cc rename to tests/lac/constraints_merge.cc diff --git a/tests/deal.II/constraints_merge.output b/tests/lac/constraints_merge.output similarity index 100% rename from tests/deal.II/constraints_merge.output rename to tests/lac/constraints_merge.output diff --git a/tests/deal.II/constraints_merge_02.cc b/tests/lac/constraints_merge_02.cc similarity index 100% rename from tests/deal.II/constraints_merge_02.cc rename to tests/lac/constraints_merge_02.cc diff --git a/tests/deal.II/constraints_merge_02.output b/tests/lac/constraints_merge_02.output similarity index 100% rename from tests/deal.II/constraints_merge_02.output rename to tests/lac/constraints_merge_02.output diff --git a/tests/deal.II/constraints_merge_03.cc b/tests/lac/constraints_merge_03.cc similarity index 100% rename from tests/deal.II/constraints_merge_03.cc rename to tests/lac/constraints_merge_03.cc diff --git a/tests/deal.II/constraints_merge_03.output b/tests/lac/constraints_merge_03.output similarity index 100% rename from tests/deal.II/constraints_merge_03.output rename to tests/lac/constraints_merge_03.output diff --git a/tests/deal.II/constraints_merge_04.cc b/tests/lac/constraints_merge_04.cc similarity index 100% rename from tests/deal.II/constraints_merge_04.cc rename to tests/lac/constraints_merge_04.cc diff --git a/tests/deal.II/constraints_merge_04.output b/tests/lac/constraints_merge_04.output similarity index 100% rename from tests/deal.II/constraints_merge_04.output rename to tests/lac/constraints_merge_04.output diff --git a/tests/deal.II/constraints_merge_05.cc b/tests/lac/constraints_merge_05.cc similarity index 100% rename from tests/deal.II/constraints_merge_05.cc rename to tests/lac/constraints_merge_05.cc diff --git a/tests/deal.II/constraints_merge_05.output b/tests/lac/constraints_merge_05.output similarity index 100% rename from tests/deal.II/constraints_merge_05.output rename to tests/lac/constraints_merge_05.output diff --git a/tests/deal.II/constraints_merge_06.cc b/tests/lac/constraints_merge_06.cc similarity index 100% rename from tests/deal.II/constraints_merge_06.cc rename to tests/lac/constraints_merge_06.cc diff --git a/tests/deal.II/constraints_merge_06.output b/tests/lac/constraints_merge_06.output similarity index 100% rename from tests/deal.II/constraints_merge_06.output rename to tests/lac/constraints_merge_06.output diff --git a/tests/deal.II/constraints_merge_07.cc b/tests/lac/constraints_merge_07.cc similarity index 100% rename from tests/deal.II/constraints_merge_07.cc rename to tests/lac/constraints_merge_07.cc diff --git a/tests/deal.II/constraints_merge_07.output b/tests/lac/constraints_merge_07.output similarity index 100% rename from tests/deal.II/constraints_merge_07.output rename to tests/lac/constraints_merge_07.output diff --git a/tests/deal.II/constraints_merge_08.cc b/tests/lac/constraints_merge_08.cc similarity index 100% rename from tests/deal.II/constraints_merge_08.cc rename to tests/lac/constraints_merge_08.cc diff --git a/tests/deal.II/constraints_merge_08.output b/tests/lac/constraints_merge_08.output similarity index 100% rename from tests/deal.II/constraints_merge_08.output rename to tests/lac/constraints_merge_08.output diff --git a/tests/deal.II/constraints_merge_09.cc b/tests/lac/constraints_merge_09.cc similarity index 100% rename from tests/deal.II/constraints_merge_09.cc rename to tests/lac/constraints_merge_09.cc diff --git a/tests/deal.II/constraints_merge_09.output b/tests/lac/constraints_merge_09.output similarity index 100% rename from tests/deal.II/constraints_merge_09.output rename to tests/lac/constraints_merge_09.output diff --git a/tests/deal.II/inhomogeneous_constraints.cc b/tests/lac/inhomogeneous_constraints.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints.cc rename to tests/lac/inhomogeneous_constraints.cc diff --git a/tests/deal.II/inhomogeneous_constraints.output b/tests/lac/inhomogeneous_constraints.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints.output rename to tests/lac/inhomogeneous_constraints.output diff --git a/tests/deal.II/inhomogeneous_constraints_02.cc b/tests/lac/inhomogeneous_constraints_02.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_02.cc rename to tests/lac/inhomogeneous_constraints_02.cc diff --git a/tests/deal.II/inhomogeneous_constraints_02.output b/tests/lac/inhomogeneous_constraints_02.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_02.output rename to tests/lac/inhomogeneous_constraints_02.output diff --git a/tests/deal.II/inhomogeneous_constraints_03.cc b/tests/lac/inhomogeneous_constraints_03.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_03.cc rename to tests/lac/inhomogeneous_constraints_03.cc diff --git a/tests/deal.II/inhomogeneous_constraints_03.output b/tests/lac/inhomogeneous_constraints_03.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_03.output rename to tests/lac/inhomogeneous_constraints_03.output diff --git a/tests/deal.II/inhomogeneous_constraints_04.cc b/tests/lac/inhomogeneous_constraints_04.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_04.cc rename to tests/lac/inhomogeneous_constraints_04.cc diff --git a/tests/deal.II/inhomogeneous_constraints_04.output b/tests/lac/inhomogeneous_constraints_04.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_04.output rename to tests/lac/inhomogeneous_constraints_04.output diff --git a/tests/deal.II/inhomogeneous_constraints_block.cc b/tests/lac/inhomogeneous_constraints_block.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_block.cc rename to tests/lac/inhomogeneous_constraints_block.cc diff --git a/tests/deal.II/inhomogeneous_constraints_block.output b/tests/lac/inhomogeneous_constraints_block.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_block.output rename to tests/lac/inhomogeneous_constraints_block.output diff --git a/tests/deal.II/inhomogeneous_constraints_nonsymmetric.cc b/tests/lac/inhomogeneous_constraints_nonsymmetric.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_nonsymmetric.cc rename to tests/lac/inhomogeneous_constraints_nonsymmetric.cc diff --git a/tests/deal.II/inhomogeneous_constraints_nonsymmetric.output b/tests/lac/inhomogeneous_constraints_nonsymmetric.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_nonsymmetric.output rename to tests/lac/inhomogeneous_constraints_nonsymmetric.output diff --git a/tests/deal.II/inhomogeneous_constraints_vector.cc b/tests/lac/inhomogeneous_constraints_vector.cc similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_vector.cc rename to tests/lac/inhomogeneous_constraints_vector.cc diff --git a/tests/deal.II/inhomogeneous_constraints_vector.output b/tests/lac/inhomogeneous_constraints_vector.output similarity index 100% rename from tests/deal.II/inhomogeneous_constraints_vector.output rename to tests/lac/inhomogeneous_constraints_vector.output diff --git a/tests/numerics/CMakeLists.txt b/tests/numerics/CMakeLists.txt new file mode 100644 index 0000000000..f8ac3eb029 --- /dev/null +++ b/tests/numerics/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() diff --git a/tests/deal.II/create_laplace_matrix_01.cc b/tests/numerics/create_laplace_matrix_01.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_01.cc rename to tests/numerics/create_laplace_matrix_01.cc diff --git a/tests/deal.II/create_laplace_matrix_01.output b/tests/numerics/create_laplace_matrix_01.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_01.output rename to tests/numerics/create_laplace_matrix_01.output diff --git a/tests/deal.II/create_laplace_matrix_01b.cc b/tests/numerics/create_laplace_matrix_01b.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_01b.cc rename to tests/numerics/create_laplace_matrix_01b.cc diff --git a/tests/deal.II/create_laplace_matrix_01b.output b/tests/numerics/create_laplace_matrix_01b.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_01b.output rename to tests/numerics/create_laplace_matrix_01b.output diff --git a/tests/deal.II/create_laplace_matrix_02.cc b/tests/numerics/create_laplace_matrix_02.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_02.cc rename to tests/numerics/create_laplace_matrix_02.cc diff --git a/tests/deal.II/create_laplace_matrix_02.output b/tests/numerics/create_laplace_matrix_02.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_02.output rename to tests/numerics/create_laplace_matrix_02.output diff --git a/tests/deal.II/create_laplace_matrix_02b.cc b/tests/numerics/create_laplace_matrix_02b.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_02b.cc rename to tests/numerics/create_laplace_matrix_02b.cc diff --git a/tests/deal.II/create_laplace_matrix_02b.output b/tests/numerics/create_laplace_matrix_02b.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_02b.output rename to tests/numerics/create_laplace_matrix_02b.output diff --git a/tests/deal.II/create_laplace_matrix_03.cc b/tests/numerics/create_laplace_matrix_03.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_03.cc rename to tests/numerics/create_laplace_matrix_03.cc diff --git a/tests/deal.II/create_laplace_matrix_03.output b/tests/numerics/create_laplace_matrix_03.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_03.output rename to tests/numerics/create_laplace_matrix_03.output diff --git a/tests/deal.II/create_laplace_matrix_03b.cc b/tests/numerics/create_laplace_matrix_03b.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_03b.cc rename to tests/numerics/create_laplace_matrix_03b.cc diff --git a/tests/deal.II/create_laplace_matrix_03b.output b/tests/numerics/create_laplace_matrix_03b.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_03b.output rename to tests/numerics/create_laplace_matrix_03b.output diff --git a/tests/deal.II/create_laplace_matrix_04.cc b/tests/numerics/create_laplace_matrix_04.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_04.cc rename to tests/numerics/create_laplace_matrix_04.cc diff --git a/tests/deal.II/create_laplace_matrix_04.output b/tests/numerics/create_laplace_matrix_04.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_04.output rename to tests/numerics/create_laplace_matrix_04.output diff --git a/tests/deal.II/create_laplace_matrix_04b.cc b/tests/numerics/create_laplace_matrix_04b.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_04b.cc rename to tests/numerics/create_laplace_matrix_04b.cc diff --git a/tests/deal.II/create_laplace_matrix_04b.output b/tests/numerics/create_laplace_matrix_04b.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_04b.output rename to tests/numerics/create_laplace_matrix_04b.output diff --git a/tests/deal.II/create_laplace_matrix_constraints_01.cc b/tests/numerics/create_laplace_matrix_constraints_01.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_01.cc rename to tests/numerics/create_laplace_matrix_constraints_01.cc diff --git a/tests/deal.II/create_laplace_matrix_constraints_01.output b/tests/numerics/create_laplace_matrix_constraints_01.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_01.output rename to tests/numerics/create_laplace_matrix_constraints_01.output diff --git a/tests/deal.II/create_laplace_matrix_constraints_02.cc b/tests/numerics/create_laplace_matrix_constraints_02.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_02.cc rename to tests/numerics/create_laplace_matrix_constraints_02.cc diff --git a/tests/deal.II/create_laplace_matrix_constraints_02.output b/tests/numerics/create_laplace_matrix_constraints_02.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_02.output rename to tests/numerics/create_laplace_matrix_constraints_02.output diff --git a/tests/deal.II/create_laplace_matrix_constraints_02b.cc b/tests/numerics/create_laplace_matrix_constraints_02b.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_02b.cc rename to tests/numerics/create_laplace_matrix_constraints_02b.cc diff --git a/tests/deal.II/create_laplace_matrix_constraints_02b.output b/tests/numerics/create_laplace_matrix_constraints_02b.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_02b.output rename to tests/numerics/create_laplace_matrix_constraints_02b.output diff --git a/tests/deal.II/create_laplace_matrix_constraints_03.cc b/tests/numerics/create_laplace_matrix_constraints_03.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_03.cc rename to tests/numerics/create_laplace_matrix_constraints_03.cc diff --git a/tests/deal.II/create_laplace_matrix_constraints_03.output b/tests/numerics/create_laplace_matrix_constraints_03.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_03.output rename to tests/numerics/create_laplace_matrix_constraints_03.output diff --git a/tests/deal.II/create_laplace_matrix_constraints_04.cc b/tests/numerics/create_laplace_matrix_constraints_04.cc similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_04.cc rename to tests/numerics/create_laplace_matrix_constraints_04.cc diff --git a/tests/deal.II/create_laplace_matrix_constraints_04.output b/tests/numerics/create_laplace_matrix_constraints_04.output similarity index 100% rename from tests/deal.II/create_laplace_matrix_constraints_04.output rename to tests/numerics/create_laplace_matrix_constraints_04.output diff --git a/tests/deal.II/create_mass_matrix_01.cc b/tests/numerics/create_mass_matrix_01.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_01.cc rename to tests/numerics/create_mass_matrix_01.cc diff --git a/tests/deal.II/create_mass_matrix_01.output b/tests/numerics/create_mass_matrix_01.output similarity index 100% rename from tests/deal.II/create_mass_matrix_01.output rename to tests/numerics/create_mass_matrix_01.output diff --git a/tests/deal.II/create_mass_matrix_01b.cc b/tests/numerics/create_mass_matrix_01b.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_01b.cc rename to tests/numerics/create_mass_matrix_01b.cc diff --git a/tests/deal.II/create_mass_matrix_01b.output b/tests/numerics/create_mass_matrix_01b.output similarity index 100% rename from tests/deal.II/create_mass_matrix_01b.output rename to tests/numerics/create_mass_matrix_01b.output diff --git a/tests/deal.II/create_mass_matrix_02.cc b/tests/numerics/create_mass_matrix_02.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_02.cc rename to tests/numerics/create_mass_matrix_02.cc diff --git a/tests/deal.II/create_mass_matrix_02.output b/tests/numerics/create_mass_matrix_02.output similarity index 100% rename from tests/deal.II/create_mass_matrix_02.output rename to tests/numerics/create_mass_matrix_02.output diff --git a/tests/deal.II/create_mass_matrix_02b.cc b/tests/numerics/create_mass_matrix_02b.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_02b.cc rename to tests/numerics/create_mass_matrix_02b.cc diff --git a/tests/deal.II/create_mass_matrix_02b.output b/tests/numerics/create_mass_matrix_02b.output similarity index 100% rename from tests/deal.II/create_mass_matrix_02b.output rename to tests/numerics/create_mass_matrix_02b.output diff --git a/tests/deal.II/create_mass_matrix_03.cc b/tests/numerics/create_mass_matrix_03.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_03.cc rename to tests/numerics/create_mass_matrix_03.cc diff --git a/tests/deal.II/create_mass_matrix_03.output b/tests/numerics/create_mass_matrix_03.output similarity index 100% rename from tests/deal.II/create_mass_matrix_03.output rename to tests/numerics/create_mass_matrix_03.output diff --git a/tests/deal.II/create_mass_matrix_03b.cc b/tests/numerics/create_mass_matrix_03b.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_03b.cc rename to tests/numerics/create_mass_matrix_03b.cc diff --git a/tests/deal.II/create_mass_matrix_03b.output b/tests/numerics/create_mass_matrix_03b.output similarity index 100% rename from tests/deal.II/create_mass_matrix_03b.output rename to tests/numerics/create_mass_matrix_03b.output diff --git a/tests/deal.II/create_mass_matrix_04.cc b/tests/numerics/create_mass_matrix_04.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_04.cc rename to tests/numerics/create_mass_matrix_04.cc diff --git a/tests/deal.II/create_mass_matrix_04.output b/tests/numerics/create_mass_matrix_04.output similarity index 100% rename from tests/deal.II/create_mass_matrix_04.output rename to tests/numerics/create_mass_matrix_04.output diff --git a/tests/deal.II/create_mass_matrix_04b.cc b/tests/numerics/create_mass_matrix_04b.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_04b.cc rename to tests/numerics/create_mass_matrix_04b.cc diff --git a/tests/deal.II/create_mass_matrix_04b.output b/tests/numerics/create_mass_matrix_04b.output similarity index 100% rename from tests/deal.II/create_mass_matrix_04b.output rename to tests/numerics/create_mass_matrix_04b.output diff --git a/tests/deal.II/create_mass_matrix_05.cc b/tests/numerics/create_mass_matrix_05.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_05.cc rename to tests/numerics/create_mass_matrix_05.cc diff --git a/tests/deal.II/create_mass_matrix_05.output b/tests/numerics/create_mass_matrix_05.output similarity index 100% rename from tests/deal.II/create_mass_matrix_05.output rename to tests/numerics/create_mass_matrix_05.output diff --git a/tests/deal.II/create_mass_matrix_constraints_01.cc b/tests/numerics/create_mass_matrix_constraints_01.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_01.cc rename to tests/numerics/create_mass_matrix_constraints_01.cc diff --git a/tests/deal.II/create_mass_matrix_constraints_01.output b/tests/numerics/create_mass_matrix_constraints_01.output similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_01.output rename to tests/numerics/create_mass_matrix_constraints_01.output diff --git a/tests/deal.II/create_mass_matrix_constraints_02.cc b/tests/numerics/create_mass_matrix_constraints_02.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_02.cc rename to tests/numerics/create_mass_matrix_constraints_02.cc diff --git a/tests/deal.II/create_mass_matrix_constraints_02.output b/tests/numerics/create_mass_matrix_constraints_02.output similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_02.output rename to tests/numerics/create_mass_matrix_constraints_02.output diff --git a/tests/deal.II/create_mass_matrix_constraints_02b.cc b/tests/numerics/create_mass_matrix_constraints_02b.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_02b.cc rename to tests/numerics/create_mass_matrix_constraints_02b.cc diff --git a/tests/deal.II/create_mass_matrix_constraints_02b.output b/tests/numerics/create_mass_matrix_constraints_02b.output similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_02b.output rename to tests/numerics/create_mass_matrix_constraints_02b.output diff --git a/tests/deal.II/create_mass_matrix_constraints_03.cc b/tests/numerics/create_mass_matrix_constraints_03.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_03.cc rename to tests/numerics/create_mass_matrix_constraints_03.cc diff --git a/tests/deal.II/create_mass_matrix_constraints_03.output b/tests/numerics/create_mass_matrix_constraints_03.output similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_03.output rename to tests/numerics/create_mass_matrix_constraints_03.output diff --git a/tests/deal.II/create_mass_matrix_constraints_04.cc b/tests/numerics/create_mass_matrix_constraints_04.cc similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_04.cc rename to tests/numerics/create_mass_matrix_constraints_04.cc diff --git a/tests/deal.II/create_mass_matrix_constraints_04.output b/tests/numerics/create_mass_matrix_constraints_04.output similarity index 100% rename from tests/deal.II/create_mass_matrix_constraints_04.output rename to tests/numerics/create_mass_matrix_constraints_04.output diff --git a/tests/deal.II/create_point_source.cc b/tests/numerics/create_point_source.cc similarity index 100% rename from tests/deal.II/create_point_source.cc rename to tests/numerics/create_point_source.cc diff --git a/tests/deal.II/create_point_source.output b/tests/numerics/create_point_source.output similarity index 100% rename from tests/deal.II/create_point_source.output rename to tests/numerics/create_point_source.output diff --git a/tests/deal.II/create_point_source_hp.cc b/tests/numerics/create_point_source_hp.cc similarity index 100% rename from tests/deal.II/create_point_source_hp.cc rename to tests/numerics/create_point_source_hp.cc diff --git a/tests/deal.II/create_point_source_hp.output b/tests/numerics/create_point_source_hp.output similarity index 100% rename from tests/deal.II/create_point_source_hp.output rename to tests/numerics/create_point_source_hp.output diff --git a/tests/deal.II/fe_field.cc b/tests/numerics/fe_field.cc similarity index 100% rename from tests/deal.II/fe_field.cc rename to tests/numerics/fe_field.cc diff --git a/tests/deal.II/fe_field.output b/tests/numerics/fe_field.output similarity index 100% rename from tests/deal.II/fe_field.output rename to tests/numerics/fe_field.output diff --git a/tests/deal.II/no_flux_01.cc b/tests/numerics/no_flux_01.cc similarity index 100% rename from tests/deal.II/no_flux_01.cc rename to tests/numerics/no_flux_01.cc diff --git a/tests/deal.II/no_flux_01.output b/tests/numerics/no_flux_01.output similarity index 100% rename from tests/deal.II/no_flux_01.output rename to tests/numerics/no_flux_01.output diff --git a/tests/deal.II/no_flux_02.cc b/tests/numerics/no_flux_02.cc similarity index 100% rename from tests/deal.II/no_flux_02.cc rename to tests/numerics/no_flux_02.cc diff --git a/tests/deal.II/no_flux_02.output b/tests/numerics/no_flux_02.output similarity index 100% rename from tests/deal.II/no_flux_02.output rename to tests/numerics/no_flux_02.output diff --git a/tests/deal.II/no_flux_03.cc b/tests/numerics/no_flux_03.cc similarity index 100% rename from tests/deal.II/no_flux_03.cc rename to tests/numerics/no_flux_03.cc diff --git a/tests/deal.II/no_flux_03.output b/tests/numerics/no_flux_03.output similarity index 100% rename from tests/deal.II/no_flux_03.output rename to tests/numerics/no_flux_03.output diff --git a/tests/deal.II/no_flux_04.cc b/tests/numerics/no_flux_04.cc similarity index 100% rename from tests/deal.II/no_flux_04.cc rename to tests/numerics/no_flux_04.cc diff --git a/tests/deal.II/no_flux_04.output b/tests/numerics/no_flux_04.output similarity index 100% rename from tests/deal.II/no_flux_04.output rename to tests/numerics/no_flux_04.output diff --git a/tests/deal.II/no_flux_05.cc b/tests/numerics/no_flux_05.cc similarity index 100% rename from tests/deal.II/no_flux_05.cc rename to tests/numerics/no_flux_05.cc diff --git a/tests/deal.II/no_flux_05.output b/tests/numerics/no_flux_05.output similarity index 100% rename from tests/deal.II/no_flux_05.output rename to tests/numerics/no_flux_05.output diff --git a/tests/deal.II/no_flux_06.cc b/tests/numerics/no_flux_06.cc similarity index 100% rename from tests/deal.II/no_flux_06.cc rename to tests/numerics/no_flux_06.cc diff --git a/tests/deal.II/no_flux_06.output b/tests/numerics/no_flux_06.output similarity index 100% rename from tests/deal.II/no_flux_06.output rename to tests/numerics/no_flux_06.output diff --git a/tests/deal.II/no_flux_07.cc b/tests/numerics/no_flux_07.cc similarity index 100% rename from tests/deal.II/no_flux_07.cc rename to tests/numerics/no_flux_07.cc diff --git a/tests/deal.II/no_flux_07.output b/tests/numerics/no_flux_07.output similarity index 100% rename from tests/deal.II/no_flux_07.output rename to tests/numerics/no_flux_07.output diff --git a/tests/deal.II/no_flux_08.cc b/tests/numerics/no_flux_08.cc similarity index 100% rename from tests/deal.II/no_flux_08.cc rename to tests/numerics/no_flux_08.cc diff --git a/tests/deal.II/no_flux_08.output b/tests/numerics/no_flux_08.output similarity index 100% rename from tests/deal.II/no_flux_08.output rename to tests/numerics/no_flux_08.output diff --git a/tests/deal.II/no_flux_09.cc b/tests/numerics/no_flux_09.cc similarity index 100% rename from tests/deal.II/no_flux_09.cc rename to tests/numerics/no_flux_09.cc diff --git a/tests/deal.II/no_flux_09.output b/tests/numerics/no_flux_09.output similarity index 100% rename from tests/deal.II/no_flux_09.output rename to tests/numerics/no_flux_09.output diff --git a/tests/deal.II/no_flux_10.cc b/tests/numerics/no_flux_10.cc similarity index 100% rename from tests/deal.II/no_flux_10.cc rename to tests/numerics/no_flux_10.cc diff --git a/tests/deal.II/no_flux_10.output b/tests/numerics/no_flux_10.output similarity index 100% rename from tests/deal.II/no_flux_10.output rename to tests/numerics/no_flux_10.output diff --git a/tests/deal.II/no_flux_11.cc b/tests/numerics/no_flux_11.cc similarity index 100% rename from tests/deal.II/no_flux_11.cc rename to tests/numerics/no_flux_11.cc diff --git a/tests/deal.II/no_flux_11.msh b/tests/numerics/no_flux_11.msh similarity index 100% rename from tests/deal.II/no_flux_11.msh rename to tests/numerics/no_flux_11.msh diff --git a/tests/deal.II/no_flux_11.output b/tests/numerics/no_flux_11.output similarity index 100% rename from tests/deal.II/no_flux_11.output rename to tests/numerics/no_flux_11.output diff --git a/tests/deal.II/no_flux_12.cc b/tests/numerics/no_flux_12.cc similarity index 100% rename from tests/deal.II/no_flux_12.cc rename to tests/numerics/no_flux_12.cc diff --git a/tests/deal.II/no_flux_12.output b/tests/numerics/no_flux_12.output similarity index 100% rename from tests/deal.II/no_flux_12.output rename to tests/numerics/no_flux_12.output diff --git a/tests/deal.II/no_flux_13.cc b/tests/numerics/no_flux_13.cc similarity index 100% rename from tests/deal.II/no_flux_13.cc rename to tests/numerics/no_flux_13.cc diff --git a/tests/deal.II/no_flux_13.debug.output b/tests/numerics/no_flux_13.debug.output similarity index 100% rename from tests/deal.II/no_flux_13.debug.output rename to tests/numerics/no_flux_13.debug.output diff --git a/tests/deal.II/no_flux_hp_01.cc b/tests/numerics/no_flux_hp_01.cc similarity index 100% rename from tests/deal.II/no_flux_hp_01.cc rename to tests/numerics/no_flux_hp_01.cc diff --git a/tests/deal.II/no_flux_hp_01.output b/tests/numerics/no_flux_hp_01.output similarity index 100% rename from tests/deal.II/no_flux_hp_01.output rename to tests/numerics/no_flux_hp_01.output diff --git a/tests/deal.II/no_flux_hp_02.cc b/tests/numerics/no_flux_hp_02.cc similarity index 100% rename from tests/deal.II/no_flux_hp_02.cc rename to tests/numerics/no_flux_hp_02.cc diff --git a/tests/deal.II/no_flux_hp_02.output b/tests/numerics/no_flux_hp_02.output similarity index 100% rename from tests/deal.II/no_flux_hp_02.output rename to tests/numerics/no_flux_hp_02.output diff --git a/tests/deal.II/no_flux_hp_03.cc b/tests/numerics/no_flux_hp_03.cc similarity index 100% rename from tests/deal.II/no_flux_hp_03.cc rename to tests/numerics/no_flux_hp_03.cc diff --git a/tests/deal.II/no_flux_hp_03.output b/tests/numerics/no_flux_hp_03.output similarity index 100% rename from tests/deal.II/no_flux_hp_03.output rename to tests/numerics/no_flux_hp_03.output diff --git a/tests/deal.II/no_flux_hp_04.cc b/tests/numerics/no_flux_hp_04.cc similarity index 100% rename from tests/deal.II/no_flux_hp_04.cc rename to tests/numerics/no_flux_hp_04.cc diff --git a/tests/deal.II/no_flux_hp_04.output b/tests/numerics/no_flux_hp_04.output similarity index 100% rename from tests/deal.II/no_flux_hp_04.output rename to tests/numerics/no_flux_hp_04.output diff --git a/tests/deal.II/no_flux_hp_05.cc b/tests/numerics/no_flux_hp_05.cc similarity index 100% rename from tests/deal.II/no_flux_hp_05.cc rename to tests/numerics/no_flux_hp_05.cc diff --git a/tests/deal.II/no_flux_hp_05.output b/tests/numerics/no_flux_hp_05.output similarity index 100% rename from tests/deal.II/no_flux_hp_05.output rename to tests/numerics/no_flux_hp_05.output diff --git a/tests/deal.II/normal_flux_01.cc b/tests/numerics/normal_flux_01.cc similarity index 100% rename from tests/deal.II/normal_flux_01.cc rename to tests/numerics/normal_flux_01.cc diff --git a/tests/deal.II/normal_flux_01.output b/tests/numerics/normal_flux_01.output similarity index 100% rename from tests/deal.II/normal_flux_01.output rename to tests/numerics/normal_flux_01.output diff --git a/tests/deal.II/normal_flux_02.cc b/tests/numerics/normal_flux_02.cc similarity index 100% rename from tests/deal.II/normal_flux_02.cc rename to tests/numerics/normal_flux_02.cc diff --git a/tests/deal.II/normal_flux_02.output b/tests/numerics/normal_flux_02.output similarity index 100% rename from tests/deal.II/normal_flux_02.output rename to tests/numerics/normal_flux_02.output diff --git a/tests/deal.II/normal_flux_03.cc b/tests/numerics/normal_flux_03.cc similarity index 100% rename from tests/deal.II/normal_flux_03.cc rename to tests/numerics/normal_flux_03.cc diff --git a/tests/deal.II/normal_flux_03.output b/tests/numerics/normal_flux_03.output similarity index 100% rename from tests/deal.II/normal_flux_03.output rename to tests/numerics/normal_flux_03.output diff --git a/tests/deal.II/normal_flux_hp_01.cc b/tests/numerics/normal_flux_hp_01.cc similarity index 100% rename from tests/deal.II/normal_flux_hp_01.cc rename to tests/numerics/normal_flux_hp_01.cc diff --git a/tests/deal.II/normal_flux_hp_01.output b/tests/numerics/normal_flux_hp_01.output similarity index 100% rename from tests/deal.II/normal_flux_hp_01.output rename to tests/numerics/normal_flux_hp_01.output diff --git a/tests/deal.II/normal_flux_inhom_01.cc b/tests/numerics/normal_flux_inhom_01.cc similarity index 100% rename from tests/deal.II/normal_flux_inhom_01.cc rename to tests/numerics/normal_flux_inhom_01.cc diff --git a/tests/deal.II/normal_flux_inhom_01.output b/tests/numerics/normal_flux_inhom_01.output similarity index 100% rename from tests/deal.II/normal_flux_inhom_01.output rename to tests/numerics/normal_flux_inhom_01.output diff --git a/tests/deal.II/project_01.cc b/tests/numerics/project_01.cc similarity index 100% rename from tests/deal.II/project_01.cc rename to tests/numerics/project_01.cc diff --git a/tests/deal.II/project_01.output b/tests/numerics/project_01.output similarity index 100% rename from tests/deal.II/project_01.output rename to tests/numerics/project_01.output diff --git a/tests/deal.II/project_01_curved_boundary.cc b/tests/numerics/project_01_curved_boundary.cc similarity index 100% rename from tests/deal.II/project_01_curved_boundary.cc rename to tests/numerics/project_01_curved_boundary.cc diff --git a/tests/deal.II/project_01_curved_boundary.output b/tests/numerics/project_01_curved_boundary.output similarity index 100% rename from tests/deal.II/project_01_curved_boundary.output rename to tests/numerics/project_01_curved_boundary.output diff --git a/tests/deal.II/project_02.cc b/tests/numerics/project_02.cc similarity index 100% rename from tests/deal.II/project_02.cc rename to tests/numerics/project_02.cc diff --git a/tests/deal.II/project_02.output b/tests/numerics/project_02.output similarity index 100% rename from tests/deal.II/project_02.output rename to tests/numerics/project_02.output diff --git a/tests/deal.II/project_boundary_01.cc b/tests/numerics/project_boundary_01.cc similarity index 100% rename from tests/deal.II/project_boundary_01.cc rename to tests/numerics/project_boundary_01.cc diff --git a/tests/deal.II/project_boundary_01.output b/tests/numerics/project_boundary_01.output similarity index 100% rename from tests/deal.II/project_boundary_01.output rename to tests/numerics/project_boundary_01.output diff --git a/tests/deal.II/project_boundary_rt_01.cc b/tests/numerics/project_boundary_rt_01.cc similarity index 100% rename from tests/deal.II/project_boundary_rt_01.cc rename to tests/numerics/project_boundary_rt_01.cc diff --git a/tests/deal.II/project_boundary_rt_01.output b/tests/numerics/project_boundary_rt_01.output similarity index 100% rename from tests/deal.II/project_boundary_rt_01.output rename to tests/numerics/project_boundary_rt_01.output diff --git a/tests/deal.II/project_bv_curl_conf.cc b/tests/numerics/project_bv_curl_conf.cc similarity index 100% rename from tests/deal.II/project_bv_curl_conf.cc rename to tests/numerics/project_bv_curl_conf.cc diff --git a/tests/deal.II/project_bv_curl_conf.output b/tests/numerics/project_bv_curl_conf.output similarity index 100% rename from tests/deal.II/project_bv_curl_conf.output rename to tests/numerics/project_bv_curl_conf.output diff --git a/tests/deal.II/project_bv_curl_conf_02.cc b/tests/numerics/project_bv_curl_conf_02.cc similarity index 100% rename from tests/deal.II/project_bv_curl_conf_02.cc rename to tests/numerics/project_bv_curl_conf_02.cc diff --git a/tests/deal.II/project_bv_curl_conf_02.output b/tests/numerics/project_bv_curl_conf_02.output similarity index 100% rename from tests/deal.II/project_bv_curl_conf_02.output rename to tests/numerics/project_bv_curl_conf_02.output diff --git a/tests/deal.II/project_bv_div_conf.cc b/tests/numerics/project_bv_div_conf.cc similarity index 100% rename from tests/deal.II/project_bv_div_conf.cc rename to tests/numerics/project_bv_div_conf.cc diff --git a/tests/deal.II/project_bv_div_conf.output b/tests/numerics/project_bv_div_conf.output similarity index 100% rename from tests/deal.II/project_bv_div_conf.output rename to tests/numerics/project_bv_div_conf.output diff --git a/tests/deal.II/project_common.h b/tests/numerics/project_common.h similarity index 100% rename from tests/deal.II/project_common.h rename to tests/numerics/project_common.h diff --git a/tests/deal.II/project_dgp_01.cc b/tests/numerics/project_dgp_01.cc similarity index 100% rename from tests/deal.II/project_dgp_01.cc rename to tests/numerics/project_dgp_01.cc diff --git a/tests/deal.II/project_dgp_01.output b/tests/numerics/project_dgp_01.output similarity index 100% rename from tests/deal.II/project_dgp_01.output rename to tests/numerics/project_dgp_01.output diff --git a/tests/deal.II/project_dgp_02.cc b/tests/numerics/project_dgp_02.cc similarity index 100% rename from tests/deal.II/project_dgp_02.cc rename to tests/numerics/project_dgp_02.cc diff --git a/tests/deal.II/project_dgp_02.output b/tests/numerics/project_dgp_02.output similarity index 100% rename from tests/deal.II/project_dgp_02.output rename to tests/numerics/project_dgp_02.output diff --git a/tests/deal.II/project_dgp_03.cc b/tests/numerics/project_dgp_03.cc similarity index 100% rename from tests/deal.II/project_dgp_03.cc rename to tests/numerics/project_dgp_03.cc diff --git a/tests/deal.II/project_dgp_03.output b/tests/numerics/project_dgp_03.output similarity index 100% rename from tests/deal.II/project_dgp_03.output rename to tests/numerics/project_dgp_03.output diff --git a/tests/deal.II/project_dgp_04.cc b/tests/numerics/project_dgp_04.cc similarity index 100% rename from tests/deal.II/project_dgp_04.cc rename to tests/numerics/project_dgp_04.cc diff --git a/tests/deal.II/project_dgp_04.output b/tests/numerics/project_dgp_04.output similarity index 100% rename from tests/deal.II/project_dgp_04.output rename to tests/numerics/project_dgp_04.output diff --git a/tests/deal.II/project_dgp_05.cc b/tests/numerics/project_dgp_05.cc similarity index 100% rename from tests/deal.II/project_dgp_05.cc rename to tests/numerics/project_dgp_05.cc diff --git a/tests/deal.II/project_dgp_05.output b/tests/numerics/project_dgp_05.output similarity index 100% rename from tests/deal.II/project_dgp_05.output rename to tests/numerics/project_dgp_05.output diff --git a/tests/deal.II/project_dgp_monomial_01.cc b/tests/numerics/project_dgp_monomial_01.cc similarity index 100% rename from tests/deal.II/project_dgp_monomial_01.cc rename to tests/numerics/project_dgp_monomial_01.cc diff --git a/tests/deal.II/project_dgp_monomial_01.output b/tests/numerics/project_dgp_monomial_01.output similarity index 100% rename from tests/deal.II/project_dgp_monomial_01.output rename to tests/numerics/project_dgp_monomial_01.output diff --git a/tests/deal.II/project_dgp_monomial_02.cc b/tests/numerics/project_dgp_monomial_02.cc similarity index 100% rename from tests/deal.II/project_dgp_monomial_02.cc rename to tests/numerics/project_dgp_monomial_02.cc diff --git a/tests/deal.II/project_dgp_monomial_02.output b/tests/numerics/project_dgp_monomial_02.output similarity index 100% rename from tests/deal.II/project_dgp_monomial_02.output rename to tests/numerics/project_dgp_monomial_02.output diff --git a/tests/deal.II/project_dgp_monomial_03.cc b/tests/numerics/project_dgp_monomial_03.cc similarity index 100% rename from tests/deal.II/project_dgp_monomial_03.cc rename to tests/numerics/project_dgp_monomial_03.cc diff --git a/tests/deal.II/project_dgp_monomial_03.output b/tests/numerics/project_dgp_monomial_03.output similarity index 100% rename from tests/deal.II/project_dgp_monomial_03.output rename to tests/numerics/project_dgp_monomial_03.output diff --git a/tests/deal.II/project_dgp_monomial_04.cc b/tests/numerics/project_dgp_monomial_04.cc similarity index 100% rename from tests/deal.II/project_dgp_monomial_04.cc rename to tests/numerics/project_dgp_monomial_04.cc diff --git a/tests/deal.II/project_dgp_monomial_04.output b/tests/numerics/project_dgp_monomial_04.output similarity index 100% rename from tests/deal.II/project_dgp_monomial_04.output rename to tests/numerics/project_dgp_monomial_04.output diff --git a/tests/deal.II/project_dgp_monomial_05.cc b/tests/numerics/project_dgp_monomial_05.cc similarity index 100% rename from tests/deal.II/project_dgp_monomial_05.cc rename to tests/numerics/project_dgp_monomial_05.cc diff --git a/tests/deal.II/project_dgp_monomial_05.output b/tests/numerics/project_dgp_monomial_05.output similarity index 100% rename from tests/deal.II/project_dgp_monomial_05.output rename to tests/numerics/project_dgp_monomial_05.output diff --git a/tests/deal.II/project_dgq_01.cc b/tests/numerics/project_dgq_01.cc similarity index 100% rename from tests/deal.II/project_dgq_01.cc rename to tests/numerics/project_dgq_01.cc diff --git a/tests/deal.II/project_dgq_01.output b/tests/numerics/project_dgq_01.output similarity index 100% rename from tests/deal.II/project_dgq_01.output rename to tests/numerics/project_dgq_01.output diff --git a/tests/deal.II/project_dgq_02.cc b/tests/numerics/project_dgq_02.cc similarity index 100% rename from tests/deal.II/project_dgq_02.cc rename to tests/numerics/project_dgq_02.cc diff --git a/tests/deal.II/project_dgq_02.output b/tests/numerics/project_dgq_02.output similarity index 100% rename from tests/deal.II/project_dgq_02.output rename to tests/numerics/project_dgq_02.output diff --git a/tests/deal.II/project_dgq_03.cc b/tests/numerics/project_dgq_03.cc similarity index 100% rename from tests/deal.II/project_dgq_03.cc rename to tests/numerics/project_dgq_03.cc diff --git a/tests/deal.II/project_dgq_03.output b/tests/numerics/project_dgq_03.output similarity index 100% rename from tests/deal.II/project_dgq_03.output rename to tests/numerics/project_dgq_03.output diff --git a/tests/deal.II/project_dgq_04.cc b/tests/numerics/project_dgq_04.cc similarity index 100% rename from tests/deal.II/project_dgq_04.cc rename to tests/numerics/project_dgq_04.cc diff --git a/tests/deal.II/project_dgq_04.output b/tests/numerics/project_dgq_04.output similarity index 100% rename from tests/deal.II/project_dgq_04.output rename to tests/numerics/project_dgq_04.output diff --git a/tests/deal.II/project_dgq_05.cc b/tests/numerics/project_dgq_05.cc similarity index 100% rename from tests/deal.II/project_dgq_05.cc rename to tests/numerics/project_dgq_05.cc diff --git a/tests/deal.II/project_dgq_05.output b/tests/numerics/project_dgq_05.output similarity index 100% rename from tests/deal.II/project_dgq_05.output rename to tests/numerics/project_dgq_05.output diff --git a/tests/deal.II/project_nedelec_01.cc b/tests/numerics/project_nedelec_01.cc similarity index 100% rename from tests/deal.II/project_nedelec_01.cc rename to tests/numerics/project_nedelec_01.cc diff --git a/tests/deal.II/project_nedelec_01.output b/tests/numerics/project_nedelec_01.output similarity index 100% rename from tests/deal.II/project_nedelec_01.output rename to tests/numerics/project_nedelec_01.output diff --git a/tests/deal.II/project_nedelec_02.cc b/tests/numerics/project_nedelec_02.cc similarity index 100% rename from tests/deal.II/project_nedelec_02.cc rename to tests/numerics/project_nedelec_02.cc diff --git a/tests/deal.II/project_nedelec_02.output b/tests/numerics/project_nedelec_02.output similarity index 100% rename from tests/deal.II/project_nedelec_02.output rename to tests/numerics/project_nedelec_02.output diff --git a/tests/deal.II/project_nedelec_03.cc b/tests/numerics/project_nedelec_03.cc similarity index 100% rename from tests/deal.II/project_nedelec_03.cc rename to tests/numerics/project_nedelec_03.cc diff --git a/tests/deal.II/project_nedelec_03.output b/tests/numerics/project_nedelec_03.output similarity index 100% rename from tests/deal.II/project_nedelec_03.output rename to tests/numerics/project_nedelec_03.output diff --git a/tests/deal.II/project_nedelec_04.cc b/tests/numerics/project_nedelec_04.cc similarity index 100% rename from tests/deal.II/project_nedelec_04.cc rename to tests/numerics/project_nedelec_04.cc diff --git a/tests/deal.II/project_nedelec_04.output b/tests/numerics/project_nedelec_04.output similarity index 100% rename from tests/deal.II/project_nedelec_04.output rename to tests/numerics/project_nedelec_04.output diff --git a/tests/deal.II/project_nedelec_05.cc b/tests/numerics/project_nedelec_05.cc similarity index 100% rename from tests/deal.II/project_nedelec_05.cc rename to tests/numerics/project_nedelec_05.cc diff --git a/tests/deal.II/project_nedelec_05.output b/tests/numerics/project_nedelec_05.output similarity index 100% rename from tests/deal.II/project_nedelec_05.output rename to tests/numerics/project_nedelec_05.output diff --git a/tests/deal.II/project_q_01.cc b/tests/numerics/project_q_01.cc similarity index 100% rename from tests/deal.II/project_q_01.cc rename to tests/numerics/project_q_01.cc diff --git a/tests/deal.II/project_q_01.output b/tests/numerics/project_q_01.output similarity index 100% rename from tests/deal.II/project_q_01.output rename to tests/numerics/project_q_01.output diff --git a/tests/deal.II/project_q_02.cc b/tests/numerics/project_q_02.cc similarity index 100% rename from tests/deal.II/project_q_02.cc rename to tests/numerics/project_q_02.cc diff --git a/tests/deal.II/project_q_02.output b/tests/numerics/project_q_02.output similarity index 100% rename from tests/deal.II/project_q_02.output rename to tests/numerics/project_q_02.output diff --git a/tests/deal.II/project_q_03.cc b/tests/numerics/project_q_03.cc similarity index 100% rename from tests/deal.II/project_q_03.cc rename to tests/numerics/project_q_03.cc diff --git a/tests/deal.II/project_q_03.output b/tests/numerics/project_q_03.output similarity index 100% rename from tests/deal.II/project_q_03.output rename to tests/numerics/project_q_03.output diff --git a/tests/deal.II/project_q_04.cc b/tests/numerics/project_q_04.cc similarity index 100% rename from tests/deal.II/project_q_04.cc rename to tests/numerics/project_q_04.cc diff --git a/tests/deal.II/project_q_04.output b/tests/numerics/project_q_04.output similarity index 100% rename from tests/deal.II/project_q_04.output rename to tests/numerics/project_q_04.output diff --git a/tests/deal.II/project_q_05.cc b/tests/numerics/project_q_05.cc similarity index 100% rename from tests/deal.II/project_q_05.cc rename to tests/numerics/project_q_05.cc diff --git a/tests/deal.II/project_q_05.output b/tests/numerics/project_q_05.output similarity index 100% rename from tests/deal.II/project_q_05.output rename to tests/numerics/project_q_05.output diff --git a/tests/deal.II/project_q_hierarchical_01.cc b/tests/numerics/project_q_hierarchical_01.cc similarity index 100% rename from tests/deal.II/project_q_hierarchical_01.cc rename to tests/numerics/project_q_hierarchical_01.cc diff --git a/tests/deal.II/project_q_hierarchical_01.output b/tests/numerics/project_q_hierarchical_01.output similarity index 100% rename from tests/deal.II/project_q_hierarchical_01.output rename to tests/numerics/project_q_hierarchical_01.output diff --git a/tests/deal.II/project_q_hierarchical_02.cc b/tests/numerics/project_q_hierarchical_02.cc similarity index 100% rename from tests/deal.II/project_q_hierarchical_02.cc rename to tests/numerics/project_q_hierarchical_02.cc diff --git a/tests/deal.II/project_q_hierarchical_02.output b/tests/numerics/project_q_hierarchical_02.output similarity index 100% rename from tests/deal.II/project_q_hierarchical_02.output rename to tests/numerics/project_q_hierarchical_02.output diff --git a/tests/deal.II/project_q_hierarchical_03.cc b/tests/numerics/project_q_hierarchical_03.cc similarity index 100% rename from tests/deal.II/project_q_hierarchical_03.cc rename to tests/numerics/project_q_hierarchical_03.cc diff --git a/tests/deal.II/project_q_hierarchical_03.output b/tests/numerics/project_q_hierarchical_03.output similarity index 100% rename from tests/deal.II/project_q_hierarchical_03.output rename to tests/numerics/project_q_hierarchical_03.output diff --git a/tests/deal.II/project_q_hierarchical_04.cc b/tests/numerics/project_q_hierarchical_04.cc similarity index 100% rename from tests/deal.II/project_q_hierarchical_04.cc rename to tests/numerics/project_q_hierarchical_04.cc diff --git a/tests/deal.II/project_q_hierarchical_04.output b/tests/numerics/project_q_hierarchical_04.output similarity index 100% rename from tests/deal.II/project_q_hierarchical_04.output rename to tests/numerics/project_q_hierarchical_04.output diff --git a/tests/deal.II/project_q_hierarchical_05.cc b/tests/numerics/project_q_hierarchical_05.cc similarity index 100% rename from tests/deal.II/project_q_hierarchical_05.cc rename to tests/numerics/project_q_hierarchical_05.cc diff --git a/tests/deal.II/project_q_hierarchical_05.output b/tests/numerics/project_q_hierarchical_05.output similarity index 100% rename from tests/deal.II/project_q_hierarchical_05.output rename to tests/numerics/project_q_hierarchical_05.output diff --git a/tests/deal.II/project_q_system_01.cc b/tests/numerics/project_q_system_01.cc similarity index 100% rename from tests/deal.II/project_q_system_01.cc rename to tests/numerics/project_q_system_01.cc diff --git a/tests/deal.II/project_q_system_01.output b/tests/numerics/project_q_system_01.output similarity index 100% rename from tests/deal.II/project_q_system_01.output rename to tests/numerics/project_q_system_01.output diff --git a/tests/deal.II/project_q_system_02.cc b/tests/numerics/project_q_system_02.cc similarity index 100% rename from tests/deal.II/project_q_system_02.cc rename to tests/numerics/project_q_system_02.cc diff --git a/tests/deal.II/project_q_system_02.output b/tests/numerics/project_q_system_02.output similarity index 100% rename from tests/deal.II/project_q_system_02.output rename to tests/numerics/project_q_system_02.output diff --git a/tests/deal.II/project_q_system_03.cc b/tests/numerics/project_q_system_03.cc similarity index 100% rename from tests/deal.II/project_q_system_03.cc rename to tests/numerics/project_q_system_03.cc diff --git a/tests/deal.II/project_q_system_03.output b/tests/numerics/project_q_system_03.output similarity index 100% rename from tests/deal.II/project_q_system_03.output rename to tests/numerics/project_q_system_03.output diff --git a/tests/deal.II/project_q_system_04.cc b/tests/numerics/project_q_system_04.cc similarity index 100% rename from tests/deal.II/project_q_system_04.cc rename to tests/numerics/project_q_system_04.cc diff --git a/tests/deal.II/project_q_system_04.output b/tests/numerics/project_q_system_04.output similarity index 100% rename from tests/deal.II/project_q_system_04.output rename to tests/numerics/project_q_system_04.output diff --git a/tests/deal.II/project_q_system_05.cc b/tests/numerics/project_q_system_05.cc similarity index 100% rename from tests/deal.II/project_q_system_05.cc rename to tests/numerics/project_q_system_05.cc diff --git a/tests/deal.II/project_q_system_05.output b/tests/numerics/project_q_system_05.output similarity index 100% rename from tests/deal.II/project_q_system_05.output rename to tests/numerics/project_q_system_05.output diff --git a/tests/deal.II/project_rt_01.cc b/tests/numerics/project_rt_01.cc similarity index 100% rename from tests/deal.II/project_rt_01.cc rename to tests/numerics/project_rt_01.cc diff --git a/tests/deal.II/project_rt_01.output b/tests/numerics/project_rt_01.output similarity index 100% rename from tests/deal.II/project_rt_01.output rename to tests/numerics/project_rt_01.output diff --git a/tests/deal.II/project_rt_02.cc b/tests/numerics/project_rt_02.cc similarity index 100% rename from tests/deal.II/project_rt_02.cc rename to tests/numerics/project_rt_02.cc diff --git a/tests/deal.II/project_rt_02.output b/tests/numerics/project_rt_02.output similarity index 100% rename from tests/deal.II/project_rt_02.output rename to tests/numerics/project_rt_02.output diff --git a/tests/deal.II/project_rt_04.cc b/tests/numerics/project_rt_04.cc similarity index 100% rename from tests/deal.II/project_rt_04.cc rename to tests/numerics/project_rt_04.cc diff --git a/tests/deal.II/project_rt_04.output b/tests/numerics/project_rt_04.output similarity index 100% rename from tests/deal.II/project_rt_04.output rename to tests/numerics/project_rt_04.output diff --git a/tests/deal.II/project_rt_05.cc b/tests/numerics/project_rt_05.cc similarity index 100% rename from tests/deal.II/project_rt_05.cc rename to tests/numerics/project_rt_05.cc diff --git a/tests/deal.II/project_rt_05.output b/tests/numerics/project_rt_05.output similarity index 100% rename from tests/deal.II/project_rt_05.output rename to tests/numerics/project_rt_05.output diff --git a/tests/deal.II/project_to_surface_01.cc b/tests/numerics/project_to_surface_01.cc similarity index 100% rename from tests/deal.II/project_to_surface_01.cc rename to tests/numerics/project_to_surface_01.cc diff --git a/tests/deal.II/project_to_surface_01.output b/tests/numerics/project_to_surface_01.output similarity index 100% rename from tests/deal.II/project_to_surface_01.output rename to tests/numerics/project_to_surface_01.output diff --git a/tests/deal.II/project_to_surface_02.cc b/tests/numerics/project_to_surface_02.cc similarity index 100% rename from tests/deal.II/project_to_surface_02.cc rename to tests/numerics/project_to_surface_02.cc diff --git a/tests/deal.II/project_to_surface_02.output b/tests/numerics/project_to_surface_02.output similarity index 100% rename from tests/deal.II/project_to_surface_02.output rename to tests/numerics/project_to_surface_02.output diff --git a/tests/deal.II/project_to_surface_03.cc b/tests/numerics/project_to_surface_03.cc similarity index 100% rename from tests/deal.II/project_to_surface_03.cc rename to tests/numerics/project_to_surface_03.cc diff --git a/tests/deal.II/project_to_surface_03.output b/tests/numerics/project_to_surface_03.output similarity index 100% rename from tests/deal.II/project_to_surface_03.output rename to tests/numerics/project_to_surface_03.output