From d1b227fd2d5b50d1b2b79ec94ffe418390fcadc9 Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Fri, 7 Jun 2019 07:49:28 +0200 Subject: [PATCH] Renamed dof_tools_fake.inst.in, added changelog entry --- doc/news/changes/minor/20190607ArndtAnselmann | 3 + tests/dofs/dof_tools_00a.cc | 2 +- tests/dofs/dof_tools_01a.cc | 2 +- tests/dofs/dof_tools_01a_constraints_false.cc | 2 +- tests/dofs/dof_tools_01a_constraints_true.cc | 2 +- tests/dofs/dof_tools_01a_subdomain.cc | 2 +- tests/dofs/dof_tools_01b.cc | 2 +- tests/dofs/dof_tools_01c.cc | 2 +- tests/dofs/dof_tools_01d.cc | 2 +- tests/dofs/dof_tools_02a.cc | 2 +- tests/dofs/dof_tools_02a_constraints_false.cc | 2 +- tests/dofs/dof_tools_02a_constraints_true.cc | 2 +- tests/dofs/dof_tools_02a_subdomain.cc | 2 +- tests/dofs/dof_tools_02b.cc | 2 +- tests/dofs/dof_tools_02c.cc | 2 +- tests/dofs/dof_tools_02d.cc | 2 +- tests/dofs/dof_tools_03.cc | 2 +- tests/dofs/dof_tools_04.cc | 2 +- tests/dofs/dof_tools_05.cc | 2 +- tests/dofs/dof_tools_06.cc | 2 +- tests/dofs/dof_tools_07.cc | 2 +- tests/dofs/dof_tools_08.cc | 2 +- tests/dofs/dof_tools_09.cc | 2 +- tests/dofs/dof_tools_10.cc | 2 +- tests/dofs/dof_tools_12.cc | 2 +- tests/dofs/dof_tools_13.cc | 2 +- tests/dofs/dof_tools_13a.cc | 2 +- tests/dofs/dof_tools_14.cc | 2 +- tests/dofs/dof_tools_15a.cc | 2 +- tests/dofs/dof_tools_15b.cc | 2 +- tests/dofs/dof_tools_15c.cc | 2 +- tests/dofs/dof_tools_15d.cc | 2 +- tests/dofs/dof_tools_16a.cc | 2 +- tests/dofs/dof_tools_16b.cc | 2 +- tests/dofs/dof_tools_16c.cc | 2 +- tests/dofs/dof_tools_16d.cc | 2 +- tests/dofs/dof_tools_17a.cc | 2 +- tests/dofs/dof_tools_17b.cc | 2 +- tests/dofs/dof_tools_17c.cc | 2 +- tests/dofs/dof_tools_17d.cc | 2 +- tests/dofs/dof_tools_18a.cc | 2 +- tests/dofs/dof_tools_18b.cc | 2 +- tests/dofs/dof_tools_18c.cc | 2 +- tests/dofs/dof_tools_18d.cc | 2 +- tests/dofs/dof_tools_19.cc | 2 +- tests/dofs/dof_tools_20.cc | 2 +- tests/dofs/dof_tools_fake_hp.inst.in | 83 ------------------- tests/dofs/hp_constraints_are_implemented.cc | 2 +- tests/dofs/n_dofs_per_object.cc | 2 +- 49 files changed, 50 insertions(+), 130 deletions(-) create mode 100644 doc/news/changes/minor/20190607ArndtAnselmann delete mode 100644 tests/dofs/dof_tools_fake_hp.inst.in diff --git a/doc/news/changes/minor/20190607ArndtAnselmann b/doc/news/changes/minor/20190607ArndtAnselmann new file mode 100644 index 0000000000..3ce03c6c51 --- /dev/null +++ b/doc/news/changes/minor/20190607ArndtAnselmann @@ -0,0 +1,3 @@ +Unified DoFTools::extract_dofs() for DoFHandler and hp::DoFHandler. +
+(Daniel Arndt, Mathias Anselmann, 2019/06/07) diff --git a/tests/dofs/dof_tools_00a.cc b/tests/dofs/dof_tools_00a.cc index 51f41bfc7c..0033f5ddb8 100644 --- a/tests/dofs/dof_tools_00a.cc +++ b/tests/dofs/dof_tools_00a.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01a.cc b/tests/dofs/dof_tools_01a.cc index 68cdde951b..ab009d5c28 100644 --- a/tests/dofs/dof_tools_01a.cc +++ b/tests/dofs/dof_tools_01a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01a_constraints_false.cc b/tests/dofs/dof_tools_01a_constraints_false.cc index 898f8572e1..9ed5b312f8 100644 --- a/tests/dofs/dof_tools_01a_constraints_false.cc +++ b/tests/dofs/dof_tools_01a_constraints_false.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01a_constraints_true.cc b/tests/dofs/dof_tools_01a_constraints_true.cc index 537011bd6a..6804e31e9d 100644 --- a/tests/dofs/dof_tools_01a_constraints_true.cc +++ b/tests/dofs/dof_tools_01a_constraints_true.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01a_subdomain.cc b/tests/dofs/dof_tools_01a_subdomain.cc index fa3ac5d814..500d7d9218 100644 --- a/tests/dofs/dof_tools_01a_subdomain.cc +++ b/tests/dofs/dof_tools_01a_subdomain.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01b.cc b/tests/dofs/dof_tools_01b.cc index 25b7643e05..22e9b07ab1 100644 --- a/tests/dofs/dof_tools_01b.cc +++ b/tests/dofs/dof_tools_01b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01c.cc b/tests/dofs/dof_tools_01c.cc index 7fb71c48ae..7eac410894 100644 --- a/tests/dofs/dof_tools_01c.cc +++ b/tests/dofs/dof_tools_01c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_01d.cc b/tests/dofs/dof_tools_01d.cc index 3751e47b95..94d067ed68 100644 --- a/tests/dofs/dof_tools_01d.cc +++ b/tests/dofs/dof_tools_01d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02a.cc b/tests/dofs/dof_tools_02a.cc index ae83f70a34..f9262439ef 100644 --- a/tests/dofs/dof_tools_02a.cc +++ b/tests/dofs/dof_tools_02a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02a_constraints_false.cc b/tests/dofs/dof_tools_02a_constraints_false.cc index fb072a99e1..2e8caa6a14 100644 --- a/tests/dofs/dof_tools_02a_constraints_false.cc +++ b/tests/dofs/dof_tools_02a_constraints_false.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02a_constraints_true.cc b/tests/dofs/dof_tools_02a_constraints_true.cc index ac8344f1e4..731810dc46 100644 --- a/tests/dofs/dof_tools_02a_constraints_true.cc +++ b/tests/dofs/dof_tools_02a_constraints_true.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02a_subdomain.cc b/tests/dofs/dof_tools_02a_subdomain.cc index fd9424a37e..17eb6826f1 100644 --- a/tests/dofs/dof_tools_02a_subdomain.cc +++ b/tests/dofs/dof_tools_02a_subdomain.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02b.cc b/tests/dofs/dof_tools_02b.cc index 11451a7ae7..a8d0efea61 100644 --- a/tests/dofs/dof_tools_02b.cc +++ b/tests/dofs/dof_tools_02b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02c.cc b/tests/dofs/dof_tools_02c.cc index 25fee868fa..40268cac5a 100644 --- a/tests/dofs/dof_tools_02c.cc +++ b/tests/dofs/dof_tools_02c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_02d.cc b/tests/dofs/dof_tools_02d.cc index 00a862ee70..954316825b 100644 --- a/tests/dofs/dof_tools_02d.cc +++ b/tests/dofs/dof_tools_02d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_03.cc b/tests/dofs/dof_tools_03.cc index b5adb37e06..e027376e88 100644 --- a/tests/dofs/dof_tools_03.cc +++ b/tests/dofs/dof_tools_03.cc @@ -19,7 +19,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_04.cc b/tests/dofs/dof_tools_04.cc index 521fcf87df..85ce2da32a 100644 --- a/tests/dofs/dof_tools_04.cc +++ b/tests/dofs/dof_tools_04.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::extract_hanging_node_constraints diff --git a/tests/dofs/dof_tools_05.cc b/tests/dofs/dof_tools_05.cc index 3bcd8cd1c0..da89551f0d 100644 --- a/tests/dofs/dof_tools_05.cc +++ b/tests/dofs/dof_tools_05.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::extract_boundary_dofs diff --git a/tests/dofs/dof_tools_06.cc b/tests/dofs/dof_tools_06.cc index 55a2b8dd1d..1fde52bd9d 100644 --- a/tests/dofs/dof_tools_06.cc +++ b/tests/dofs/dof_tools_06.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::extract_subdomain_dofs diff --git a/tests/dofs/dof_tools_07.cc b/tests/dofs/dof_tools_07.cc index 3640446125..0128961d87 100644 --- a/tests/dofs/dof_tools_07.cc +++ b/tests/dofs/dof_tools_07.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::count_dofs_per_component diff --git a/tests/dofs/dof_tools_08.cc b/tests/dofs/dof_tools_08.cc index 5ba5e6cf2b..41edebca9b 100644 --- a/tests/dofs/dof_tools_08.cc +++ b/tests/dofs/dof_tools_08.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::map_dof_to_boundary_indices(const DoFHandler &, diff --git a/tests/dofs/dof_tools_09.cc b/tests/dofs/dof_tools_09.cc index 679433b0d3..540b840088 100644 --- a/tests/dofs/dof_tools_09.cc +++ b/tests/dofs/dof_tools_09.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::map_dof_to_boundary_indices(const DoFHandler &, diff --git a/tests/dofs/dof_tools_10.cc b/tests/dofs/dof_tools_10.cc index 2546540474..b4c2381dfc 100644 --- a/tests/dofs/dof_tools_10.cc +++ b/tests/dofs/dof_tools_10.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::map_dofs_to_support_points (const Mapping &, diff --git a/tests/dofs/dof_tools_12.cc b/tests/dofs/dof_tools_12.cc index a00c23268b..5fb0bc9b78 100644 --- a/tests/dofs/dof_tools_12.cc +++ b/tests/dofs/dof_tools_12.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -//#include "dof_tools_fake_hp.inst.in" +//#include "dof_tools_common_fake_hp.h" // check // DoFTools::extract_dofs diff --git a/tests/dofs/dof_tools_13.cc b/tests/dofs/dof_tools_13.cc index a7dd90d96c..93c2aef8e9 100644 --- a/tests/dofs/dof_tools_13.cc +++ b/tests/dofs/dof_tools_13.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::distribute_cell_to_dof_vector diff --git a/tests/dofs/dof_tools_13a.cc b/tests/dofs/dof_tools_13a.cc index 816094bfc9..7f74e9f14a 100644 --- a/tests/dofs/dof_tools_13a.cc +++ b/tests/dofs/dof_tools_13a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::distribute_cell_to_dof_vector diff --git a/tests/dofs/dof_tools_14.cc b/tests/dofs/dof_tools_14.cc index b377c73728..2eca18e29b 100644 --- a/tests/dofs/dof_tools_14.cc +++ b/tests/dofs/dof_tools_14.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::count_boundary_dofs diff --git a/tests/dofs/dof_tools_15a.cc b/tests/dofs/dof_tools_15a.cc index 8f0b45ba35..125b0e8c5b 100644 --- a/tests/dofs/dof_tools_15a.cc +++ b/tests/dofs/dof_tools_15a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_15b.cc b/tests/dofs/dof_tools_15b.cc index baa17d59f2..64fc62839c 100644 --- a/tests/dofs/dof_tools_15b.cc +++ b/tests/dofs/dof_tools_15b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_15c.cc b/tests/dofs/dof_tools_15c.cc index ad23a41684..3dbbd4fb18 100644 --- a/tests/dofs/dof_tools_15c.cc +++ b/tests/dofs/dof_tools_15c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_15d.cc b/tests/dofs/dof_tools_15d.cc index cfbc953fd1..6ee8411c1e 100644 --- a/tests/dofs/dof_tools_15d.cc +++ b/tests/dofs/dof_tools_15d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_16a.cc b/tests/dofs/dof_tools_16a.cc index 5c60c89d4e..536b96ff0f 100644 --- a/tests/dofs/dof_tools_16a.cc +++ b/tests/dofs/dof_tools_16a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_16b.cc b/tests/dofs/dof_tools_16b.cc index 5754407f95..23430841a3 100644 --- a/tests/dofs/dof_tools_16b.cc +++ b/tests/dofs/dof_tools_16b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_16c.cc b/tests/dofs/dof_tools_16c.cc index 8ed21c303c..ffa2703018 100644 --- a/tests/dofs/dof_tools_16c.cc +++ b/tests/dofs/dof_tools_16c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_16d.cc b/tests/dofs/dof_tools_16d.cc index ea2da713ad..104e2c32ac 100644 --- a/tests/dofs/dof_tools_16d.cc +++ b/tests/dofs/dof_tools_16d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_17a.cc b/tests/dofs/dof_tools_17a.cc index c84f43bd38..d44ab48542 100644 --- a/tests/dofs/dof_tools_17a.cc +++ b/tests/dofs/dof_tools_17a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_17b.cc b/tests/dofs/dof_tools_17b.cc index 96c26b2a8a..d0c4feb61f 100644 --- a/tests/dofs/dof_tools_17b.cc +++ b/tests/dofs/dof_tools_17b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_17c.cc b/tests/dofs/dof_tools_17c.cc index 44aad8bfa4..4b53b9aa51 100644 --- a/tests/dofs/dof_tools_17c.cc +++ b/tests/dofs/dof_tools_17c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_17d.cc b/tests/dofs/dof_tools_17d.cc index e45a217cff..682017f944 100644 --- a/tests/dofs/dof_tools_17d.cc +++ b/tests/dofs/dof_tools_17d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_18a.cc b/tests/dofs/dof_tools_18a.cc index 465116c4fb..ed30d5e9b7 100644 --- a/tests/dofs/dof_tools_18a.cc +++ b/tests/dofs/dof_tools_18a.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_18b.cc b/tests/dofs/dof_tools_18b.cc index 7dbf492e52..dcca8bb7aa 100644 --- a/tests/dofs/dof_tools_18b.cc +++ b/tests/dofs/dof_tools_18b.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_18c.cc b/tests/dofs/dof_tools_18c.cc index 0a54719a0c..19f4ce600c 100644 --- a/tests/dofs/dof_tools_18c.cc +++ b/tests/dofs/dof_tools_18c.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_18d.cc b/tests/dofs/dof_tools_18d.cc index 18a91d9633..98680f0bba 100644 --- a/tests/dofs/dof_tools_18d.cc +++ b/tests/dofs/dof_tools_18d.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_19.cc b/tests/dofs/dof_tools_19.cc index bca851c6f2..664077c070 100644 --- a/tests/dofs/dof_tools_19.cc +++ b/tests/dofs/dof_tools_19.cc @@ -26,7 +26,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools:: diff --git a/tests/dofs/dof_tools_20.cc b/tests/dofs/dof_tools_20.cc index 8c48348f91..03b395de57 100644 --- a/tests/dofs/dof_tools_20.cc +++ b/tests/dofs/dof_tools_20.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // DoFTools::extract_dofs_with_support_on_boundary diff --git a/tests/dofs/dof_tools_fake_hp.inst.in b/tests/dofs/dof_tools_fake_hp.inst.in deleted file mode 100644 index 9ef870de7c..0000000000 --- a/tests/dofs/dof_tools_fake_hp.inst.in +++ /dev/null @@ -1,83 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2004 - 2019 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_dof_tools_fake_hp_h -#define dealii_dof_tools_fake_hp_h -// fake hp check_this function that does nothing - -template<> -void -check_this(const hp::DoFHandler<1, 1> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<1, 2> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<1, 3> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<2, 1> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<2, 2> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<2, 3> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<3, 1> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<3, 2> &dof_handler) -{ - // nothing to do here -} - -template<> -void -check_this(const hp::DoFHandler<3, 3> &dof_handler) -{ - // nothing to do here -} - -#endif // dealii_dof_tools_fake_hp_h diff --git a/tests/dofs/hp_constraints_are_implemented.cc b/tests/dofs/hp_constraints_are_implemented.cc index 5812c8e087..30e725d54d 100644 --- a/tests/dofs/hp_constraints_are_implemented.cc +++ b/tests/dofs/hp_constraints_are_implemented.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // FE::hp_constraints_are_implemented diff --git a/tests/dofs/n_dofs_per_object.cc b/tests/dofs/n_dofs_per_object.cc index 30c4e02641..080692eefa 100644 --- a/tests/dofs/n_dofs_per_object.cc +++ b/tests/dofs/n_dofs_per_object.cc @@ -18,7 +18,7 @@ #include "../tests.h" #include "dof_tools_common.h" -#include "dof_tools_fake_hp.inst.in" +#include "dof_tools_common_fake_hp.h" // check // FiniteElement::n_dofs_per_object -- 2.39.5