]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the nodal renumbering tests. 13711/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 10 May 2022 13:24:21 +0000 (09:24 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 10 May 2022 13:24:21 +0000 (09:24 -0400)
Saving assertion messages in this way isn't portable.

tests/dofs/nodal_renumbering_01.cc
tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.debug.output [deleted file]
tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.output [new file with mode: 0644]
tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.release.output [deleted file]
tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.debug.output [deleted file]
tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.output [new file with mode: 0644]
tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.release.output [deleted file]
tests/dofs/nodal_renumbering_01.with_p4est=true.debug.output [deleted file]
tests/dofs/nodal_renumbering_01.with_p4est=true.output [new file with mode: 0644]
tests/dofs/nodal_renumbering_01.with_p4est=true.release.output [deleted file]

index 4165615c28db3a1304eb507bb72fe204b0273817..849c375be5ffea43cb23a4b165df7d63006ca6d9 100644 (file)
@@ -304,14 +304,8 @@ main(int argc, char **argv)
       }
     catch (const ExceptionBase &exc)
       {
-        // The third line contains line numbers so skip it
-        const std::vector<std::string> lines =
-          Utilities::split_string_list(exc.what(), "\n");
-        deallog
-          << "FE_NedelecSZ nodal renumbering failed successfully with message:"
-          << std::endl;
-        for (std::size_t i = 3; i < 6; ++i)
-          deallog << lines[i] << std::endl;
+        deallog << "FE_NedelecSZ nodal renumbering failed successfully."
+                << std::endl;
       }
   }
 
@@ -333,14 +327,8 @@ main(int argc, char **argv)
       }
     catch (const ExceptionBase &exc)
       {
-        // The third line contains line numbers so skip it
-        const std::vector<std::string> lines =
-          Utilities::split_string_list(exc.what(), "\n");
-        deallog
-          << "FE_NedelecSZ nodal renumbering failed successfully with message:"
-          << std::endl;
-        for (std::size_t i = 3; i < 6; ++i)
-          deallog << lines[i] << std::endl;
+        deallog << "FE_NedelecSZ nodal renumbering failed successfully."
+                << std::endl;
       }
   }
 }
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.debug.output b/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.debug.output
deleted file mode 100644 (file)
index f941368..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {[0,7]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,99]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,4033]}
-DEAL:0::
-DEAL:0::difference norm = 1.59444e-15
-DEAL:0::new case with locally owned dofs = {[0,3]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,230]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,1721]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
-
-DEAL:1::new case with locally owned dofs = {[8,9]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[100,249]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[4034,7965]}
-DEAL:1::
-DEAL:1::difference norm = 1.59444e-15
-DEAL:1::new case with locally owned dofs = {4}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[231,440]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[1722,3361]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::dofs_per_component[0] == dpc
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::dofs_per_component[0] == dpc
-
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.output b/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.output
new file mode 100644 (file)
index 0000000..b460289
--- /dev/null
@@ -0,0 +1,39 @@
+
+DEAL:0::new case with locally owned dofs = {[0,7]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,99]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,4033]}
+DEAL:0::
+DEAL:0::difference norm = 1.59444e-15
+DEAL:0::new case with locally owned dofs = {[0,3]}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,230]}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,1721]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
+
+DEAL:1::new case with locally owned dofs = {[8,9]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::new case with locally owned dofs = {[100,249]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::new case with locally owned dofs = {[4034,7965]}
+DEAL:1::
+DEAL:1::difference norm = 1.59444e-15
+DEAL:1::new case with locally owned dofs = {4}
+DEAL:1::
+DEAL:1::new case with locally owned dofs = {[231,440]}
+DEAL:1::
+DEAL:1::new case with locally owned dofs = {[1722,3361]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:1::FE_NedelecSZ nodal renumbering failed successfully.
+
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.release.output b/tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.release.output
deleted file mode 100644 (file)
index cb39762..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {[0,7]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,99]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,4033]}
-DEAL:0::
-DEAL:0::difference norm = 1.59444e-15
-DEAL:0::new case with locally owned dofs = {[0,3]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,230]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,1721]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()
-
-DEAL:1::new case with locally owned dofs = {[8,9]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[100,249]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[4034,7965]}
-DEAL:1::
-DEAL:1::difference norm = 1.59444e-15
-DEAL:1::new case with locally owned dofs = {4}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[231,440]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[1722,3361]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::fe.dofs_per_cell == 0 || fe.has_support_points()
-
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.debug.output b/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.debug.output
deleted file mode 100644 (file)
index 427c6c2..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,49]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,2731]}
-DEAL:0::
-DEAL:0::difference norm = 1.67272e-15
-DEAL:0::new case with locally owned dofs = {}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,120]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,1101]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
-
-DEAL:1::new case with locally owned dofs = {[0,7]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[50,149]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[2732,5305]}
-DEAL:1::
-DEAL:1::difference norm = 1.67272e-15
-DEAL:1::new case with locally owned dofs = {[0,3]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[121,340]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[1102,2361]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::dofs_per_component[0] == dpc
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::dofs_per_component[0] == dpc
-
-
-DEAL:2::new case with locally owned dofs = {[8,9]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::new case with locally owned dofs = {[150,249]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::new case with locally owned dofs = {[5306,7935]}
-DEAL:2::
-DEAL:2::difference norm = 1.67272e-15
-DEAL:2::new case with locally owned dofs = {4}
-DEAL:2::
-DEAL:2::new case with locally owned dofs = {[341,440]}
-DEAL:2::
-DEAL:2::new case with locally owned dofs = {[2362,3361]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:2::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:2::The violated condition was:
-DEAL:2::dofs_per_component[0] == dpc
-DEAL:2::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:2::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:2::The violated condition was:
-DEAL:2::dofs_per_component[0] == dpc
-
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.output b/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.output
new file mode 100644 (file)
index 0000000..6e22168
--- /dev/null
@@ -0,0 +1,59 @@
+
+DEAL:0::new case with locally owned dofs = {}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,49]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,2731]}
+DEAL:0::
+DEAL:0::difference norm = 1.67272e-15
+DEAL:0::new case with locally owned dofs = {}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,120]}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,1101]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
+
+DEAL:1::new case with locally owned dofs = {[0,7]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::new case with locally owned dofs = {[50,149]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::new case with locally owned dofs = {[2732,5305]}
+DEAL:1::
+DEAL:1::difference norm = 1.67272e-15
+DEAL:1::new case with locally owned dofs = {[0,3]}
+DEAL:1::
+DEAL:1::new case with locally owned dofs = {[121,340]}
+DEAL:1::
+DEAL:1::new case with locally owned dofs = {[1102,2361]}
+DEAL:1::
+DEAL:1::difference norm = 0.00000
+DEAL:1::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:1::FE_NedelecSZ nodal renumbering failed successfully.
+
+
+DEAL:2::new case with locally owned dofs = {[8,9]}
+DEAL:2::
+DEAL:2::difference norm = 0.00000
+DEAL:2::new case with locally owned dofs = {[150,249]}
+DEAL:2::
+DEAL:2::difference norm = 0.00000
+DEAL:2::new case with locally owned dofs = {[5306,7935]}
+DEAL:2::
+DEAL:2::difference norm = 1.67272e-15
+DEAL:2::new case with locally owned dofs = {4}
+DEAL:2::
+DEAL:2::new case with locally owned dofs = {[341,440]}
+DEAL:2::
+DEAL:2::new case with locally owned dofs = {[2362,3361]}
+DEAL:2::
+DEAL:2::difference norm = 0.00000
+DEAL:2::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:2::FE_NedelecSZ nodal renumbering failed successfully.
+
diff --git a/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.release.output b/tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.release.output
deleted file mode 100644 (file)
index 6b809e1..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,49]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,2731]}
-DEAL:0::
-DEAL:0::difference norm = 1.67272e-15
-DEAL:0::new case with locally owned dofs = {}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,120]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,1101]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()
-
-DEAL:1::new case with locally owned dofs = {[0,7]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[50,149]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::new case with locally owned dofs = {[2732,5305]}
-DEAL:1::
-DEAL:1::difference norm = 1.67272e-15
-DEAL:1::new case with locally owned dofs = {[0,3]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[121,340]}
-DEAL:1::
-DEAL:1::new case with locally owned dofs = {[1102,2361]}
-DEAL:1::
-DEAL:1::difference norm = 0.00000
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:1::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:1::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:1::The violated condition was:
-DEAL:1::fe.dofs_per_cell == 0 || fe.has_support_points()
-
-
-DEAL:2::new case with locally owned dofs = {[8,9]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::new case with locally owned dofs = {[150,249]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::new case with locally owned dofs = {[5306,7935]}
-DEAL:2::
-DEAL:2::difference norm = 1.67272e-15
-DEAL:2::new case with locally owned dofs = {4}
-DEAL:2::
-DEAL:2::new case with locally owned dofs = {[341,440]}
-DEAL:2::
-DEAL:2::new case with locally owned dofs = {[2362,3361]}
-DEAL:2::
-DEAL:2::difference norm = 0.00000
-DEAL:2::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:2::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:2::The violated condition was:
-DEAL:2::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:2::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:2::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:2::The violated condition was:
-DEAL:2::fe.dofs_per_cell == 0 || fe.has_support_points()
-
diff --git a/tests/dofs/nodal_renumbering_01.with_p4est=true.debug.output b/tests/dofs/nodal_renumbering_01.with_p4est=true.debug.output
deleted file mode 100644 (file)
index 8d20583..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {[0,9]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,249]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,7941]}
-DEAL:0::
-DEAL:0::difference norm = 1.62791e-15
-DEAL:0::new case with locally owned dofs = {[0,4]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,440]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,3361]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::dofs_per_component[0] == dpc
diff --git a/tests/dofs/nodal_renumbering_01.with_p4est=true.output b/tests/dofs/nodal_renumbering_01.with_p4est=true.output
new file mode 100644 (file)
index 0000000..9af0df9
--- /dev/null
@@ -0,0 +1,19 @@
+
+DEAL:0::new case with locally owned dofs = {[0,9]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,249]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::new case with locally owned dofs = {[0,7941]}
+DEAL:0::
+DEAL:0::difference norm = 1.62791e-15
+DEAL:0::new case with locally owned dofs = {[0,4]}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,440]}
+DEAL:0::
+DEAL:0::new case with locally owned dofs = {[0,3361]}
+DEAL:0::
+DEAL:0::difference norm = 0.00000
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
+DEAL:0::FE_NedelecSZ nodal renumbering failed successfully.
diff --git a/tests/dofs/nodal_renumbering_01.with_p4est=true.release.output b/tests/dofs/nodal_renumbering_01.with_p4est=true.release.output
deleted file mode 100644 (file)
index d3c3ac0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-DEAL:0::new case with locally owned dofs = {[0,9]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,249]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::new case with locally owned dofs = {[0,7941]}
-DEAL:0::
-DEAL:0::difference norm = 1.62791e-15
-DEAL:0::new case with locally owned dofs = {[0,4]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,440]}
-DEAL:0::
-DEAL:0::new case with locally owned dofs = {[0,3361]}
-DEAL:0::
-DEAL:0::difference norm = 0.00000
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()
-DEAL:0::FE_NedelecSZ nodal renumbering failed successfully with message:
-DEAL:0::void dealii::DoFRenumbering::compute_support_point_wise(std::vector<unsigned int>&, const dealii::DoFHandler<dim, spacedim>&) [with int dim = 2; int spacedim = 2]
-DEAL:0::The violated condition was:
-DEAL:0::fe.dofs_per_cell == 0 || fe.has_support_points()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.