]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reenable last part of numerics/generalized_interpolation_02
authorMatthias Maier <tamiko@43-1.org>
Mon, 25 Sep 2017 22:35:45 +0000 (17:35 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 27 Sep 2017 16:34:39 +0000 (11:34 -0500)
tests/numerics/generalized_interpolation_02.cc
tests/numerics/generalized_interpolation_02.output

index a57205be73324445c8f283a5bf73e708b1dc72f8..41d074be105e66216e3e1e2c0768f3bd8235fd1e 100644 (file)
@@ -102,11 +102,10 @@ int main ()
   // distorted mesh.
   test<3>(FE_RaviartThomas<3>(1), 3, 2, true);
 
-  // FIXME: Reenable, when FE_Nedelec is fixed :-/
-  // test<2>(FE_Nedelec<2>(0), 2, 1, false);
-  // test<2>(FE_Nedelec<2>(1), 2, 2, false);
-  // test<2>(FE_Nedelec<2>(2), 2, 3, false);
-  // test<2>(FE_Nedelec<2>(0), 2, 1, true);
-  // test<2>(FE_Nedelec<2>(1), 2, 2, true);
-  // test<2>(FE_Nedelec<2>(2), 2, 3, true);
+  test<2>(FE_Nedelec<2>(0), 2, 1, false);
+  test<2>(FE_Nedelec<2>(1), 2, 2, false);
+  test<2>(FE_Nedelec<2>(2), 2, 3, false);
+  test<2>(FE_Nedelec<2>(0), 2, 1, true);
+  test<2>(FE_Nedelec<2>(1), 2, 2, true);
+  test<2>(FE_Nedelec<2>(2), 2, 3, true);
 }
index 0e70a57e3f6398a6584b8301c19a370ae5e16600..343f3d8675dfa59a78a9fef0186bb5673048f416 100644 (file)
@@ -43,3 +43,21 @@ DEAL::Check projection property: 0.00000
 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: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(0)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(1)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(2)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(0)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(1)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000
+DEAL::dim 2 FE_Nedelec<2>(2)
+DEAL::Function value at (0.0,0.0): 1.00000 1.00000
+DEAL::Check projection property: 0.00000

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.