]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove second-order Nedelec and Raviart-Thomas elements 12221/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 18 May 2021 08:25:19 +0000 (10:25 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 18 May 2021 09:55:47 +0000 (11:55 +0200)
tests/numerics/generalized_interpolation_02.cc
tests/numerics/generalized_interpolation_02.output
tests/numerics/generalized_interpolation_04.cc
tests/numerics/generalized_interpolation_04.output
tests/numerics/generalized_interpolation_05.cc
tests/numerics/generalized_interpolation_05.output

index ab6073e8b1a18914fcb63f7de91337738daf77e6..ec5dd164709df6c87cfc067876b425fd25f3e451 100644 (file)
@@ -48,11 +48,6 @@ main()
           2,
           false,
           true);
-  test<2>(FE_RaviartThomas<2>(2),
-          Functions::ConstantFunction<2>(1.0, 2),
-          3,
-          false,
-          true);
   test<3>(FE_RaviartThomas<3>(0),
           Functions::ConstantFunction<3>(1.0, 3),
           1,
@@ -74,11 +69,7 @@ main()
           2,
           true,
           true);
-  test<2>(FE_RaviartThomas<2>(2),
-          Functions::ConstantFunction<2>(1.0, 2),
-          3,
-          true,
-          true);
+
   // lowest order RT in 3D does not contain constant 1 function on a
   // distorted mesh.
   test<3>(FE_RaviartThomas<3>(1),
@@ -91,12 +82,8 @@ main()
     FE_Nedelec<2>(0), Functions::ConstantFunction<2>(1.0, 2), 1, false, true);
   test<2>(
     FE_Nedelec<2>(1), Functions::ConstantFunction<2>(1.0, 2), 2, false, true);
-  test<2>(
-    FE_Nedelec<2>(2), Functions::ConstantFunction<2>(1.0, 2), 3, false, true);
   test<2>(
     FE_Nedelec<2>(0), Functions::ConstantFunction<2>(1.0, 2), 1, true, true);
   test<2>(
     FE_Nedelec<2>(1), Functions::ConstantFunction<2>(1.0, 2), 2, true, true);
-  test<2>(
-    FE_Nedelec<2>(2), Functions::ConstantFunction<2>(1.0, 2), 3, true, true);
 }
index 3ce63ec0b594527faa6c12ead20c8969b9efdf13..d36d72fe0d7d3aba766072e61fd62594e3a473f3 100644 (file)
@@ -23,9 +23,6 @@ DEAL::Check projection property: 5.55112e-17
 DEAL::dim 2 FE_RaviartThomas<2>(1)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
 DEAL::Check projection property: 2.35922e-16
-DEAL::dim 2 FE_RaviartThomas<2>(2)
-DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
-DEAL::Check projection property: 0.169271
 DEAL::dim 3 FE_RaviartThomas<3>(0)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 1.00000 
 DEAL::Check projection property: 1.11022e-16
@@ -38,9 +35,6 @@ DEAL::Check projection property: 1.11022e-16
 DEAL::dim 2 FE_RaviartThomas<2>(1)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
 DEAL::Check projection property: 4.44089e-16
-DEAL::dim 2 FE_RaviartThomas<2>(2)
-DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
-DEAL::Check projection property: 0.169442
 DEAL::dim 3 FE_RaviartThomas<3>(1)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 1.00000 
 DEAL::Check projection property: 2.42861e-16
@@ -50,15 +44,9 @@ DEAL::Check projection property: 2.77556e-17
 DEAL::dim 2 FE_Nedelec<2>(1)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
 DEAL::Check projection property: 4.44089e-16
-DEAL::dim 2 FE_Nedelec<2>(2)
-DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
-DEAL::Check projection property: 0.378501
 DEAL::dim 2 FE_Nedelec<2>(0)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
 DEAL::Check projection property: 1.11022e-16
 DEAL::dim 2 FE_Nedelec<2>(1)
 DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
 DEAL::Check projection property: 4.44089e-16
-DEAL::dim 2 FE_Nedelec<2>(2)
-DEAL::Function value at (0.0,0.0): 1.00000 1.00000 
-DEAL::Check projection property: 0.379571
index 964f68ceb37984186e9a4a519a2f04611ba60162..e4c0c27e78452c61b17943d1ac51342274963b5f 100644 (file)
@@ -36,7 +36,7 @@ main()
                    1,
                    FE_Q<dim>(1),
                    1,
-                   FE_Nedelec<dim>(2),
+                   FE_Nedelec<dim>(1),
                    2,
                    FESystem<dim>(FE_Q<dim>(1), dim),
                    1);
index a1da03bd38a896c0fd968065102474848eab651d..17a349df6ff8fa81a90aad0b6d70106f567cf201 100644 (file)
@@ -1,3 +1,3 @@
 
-DEAL::dim 2 FESystem<2>[FE_RaviartThomas<2>(1)-FE_Q<2>(1)-FE_Nedelec<2>(2)^2-FESystem<2>[FE_Q<2>(1)^2]]
-DEAL::Check projection property: 0.699901
+DEAL::dim 2 FESystem<2>[FE_RaviartThomas<2>(1)-FE_Q<2>(1)-FE_Nedelec<2>(1)^2-FESystem<2>[FE_Q<2>(1)^2]]
+DEAL::Check projection property: 6.66134e-16
index 96e275261c675a94bb16549f069e77ec51bbc5a2..400da009464291ca3cab6f0acc9ed752a0c1664c 100644 (file)
@@ -36,7 +36,7 @@ main()
                    2,
                    FE_Q<dim>(1),
                    1,
-                   FESystem<dim>(FE_Nedelec<dim>(2), 2),
+                   FESystem<dim>(FE_Nedelec<dim>(1), 2),
                    1,
                    FESystem<dim>(FE_Q<dim>(1), dim),
                    1);
index ffc98b78f61d8cfd46080ca07c39255deb7765d8..8d316bec53aba61a6f03993fb5ff2bdd034564f3 100644 (file)
@@ -1,3 +1,3 @@
 
-DEAL::dim 2 FESystem<2>[FE_RaviartThomas<2>(1)^2-FE_Q<2>(1)-FESystem<2>[FE_Nedelec<2>(2)^2]-FESystem<2>[FE_Q<2>(1)^2]]
-DEAL::Check projection property: 0.699901
+DEAL::dim 2 FESystem<2>[FE_RaviartThomas<2>(1)^2-FE_Q<2>(1)-FESystem<2>[FE_Nedelec<2>(1)^2]-FESystem<2>[FE_Q<2>(1)^2]]
+DEAL::Check projection property: 6.66134e-16

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.