]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Check in new test.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 May 2002 13:12:59 +0000 (13:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 May 2002 13:12:59 +0000 (13:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@5854 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index ff84cb1894cb9d98c6ddc52754f8998d537b7922..fb0c4045ec3a6f33dfc927a1b17976e2921671ac 100644 (file)
@@ -43,12 +43,12 @@ void test_fe_datas()
     }
                                   // have systems of systems
   fe_datas.push_back (new FESystem<dim> (FESystem<dim> (FE_Q<dim>(2),2),2));
-  fe_datas.push_back (new FESystem<dim> (FESystem<dim> (FE_Q<dim>(1),2),1,
-                                        FESystem<dim> (FE_Q<dim>(2),2),1));
-  fe_datas.push_back (new FESystem<dim> (FESystem<dim> (FE_Q<dim>(1),1,
-                                                       FE_Q<dim>(2),1),1,
-                                        FESystem<dim> (FE_Q<dim>(2),2),1,
-                                        FESystem<dim> (FE_DGQ<dim>(2),2),1));
+  fe_datas.push_back (new FESystem<dim> (FESystem<dim> (FE_DGQ<dim>(0),2),1,
+                                        FESystem<dim> (FE_DGQ<dim>(1),2),1));
+//    fe_datas.push_back (new FESystem<dim> (FESystem<dim> (FE_Q<dim>(1),1,
+//                                                     FE_Q<dim>(2),1),1,
+//                                      FESystem<dim> (FE_Q<dim>(2),2),1,
+//                                      FESystem<dim> (FE_DGQ<dim>(2),2),1));
   
   
   deallog << std::endl << "dim=" << dim << std::endl;

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.