]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Nedelec elements now work, but not systems of Nedelec elements.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Sep 2002 17:17:55 +0000 (17:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Sep 2002 17:17:55 +0000 (17:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@6431 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/up_and_down.cc

index c4dc124d830df956b07d27cd6b5772f5d900e6b0..e2d2654b99d71af6516999936a24fda0e377705f 100644 (file)
@@ -168,7 +168,7 @@ void test ()
 //           new FE_DGP<dim>(3),
 
                                            // a non-primitive FE
-//          (dim != 1 ? new FE_Nedelec<dim>(1) : 0),
+          (dim != 1 ? new FE_Nedelec<dim>(1) : 0),
 
                                            // some composed elements
                                            // of increasing
@@ -201,6 +201,24 @@ void test ()
                                                           3),
                                             1), 2,
                              FE_DGQ<dim>(0), 1),
+
+                                           // finally mixed elements,
+                                           // with scalar and Nedelec
+                                           // elements, to make things
+                                           // really difficult
+//           (dim != 1 ?
+//            new FESystem<dim>(FE_Nedelec<dim>(1), 2)
+//            : 0),
+//           (dim != 1 ?
+//            new FESystem<dim>(FE_Nedelec<dim>(1), 2,
+//                              FE_Q<dim> (2), 2)
+//            : 0),
+//           (dim != 1 ?
+//            new FESystem<dim>(FE_Nedelec<dim>(1), 2,
+//                              FE_DGQ<dim> (2), 2,
+//                              FESystem<dim>(FE_Nedelec<dim>(1), 2,
+//                                            FE_Q<dim> (2), 2), 2)
+//            : 0),          
     };
   
   for (unsigned int i=0; i<sizeof(fe_list)/sizeof(fe_list[0]); ++i)

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.