From: Wolfgang Bangerth Date: Fri, 17 May 2002 13:12:59 +0000 (+0000) Subject: Check in new test. X-Git-Tag: v8.0.0~18022 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e94b0689c0aead4ceadb853d0f328da183019cb;p=dealii.git Check in new test. git-svn-id: https://svn.dealii.org/trunk@5854 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/fe_data_test.cc b/tests/fe/fe_data_test.cc index ff84cb1894..fb0c4045ec 100644 --- a/tests/fe/fe_data_test.cc +++ b/tests/fe/fe_data_test.cc @@ -43,12 +43,12 @@ void test_fe_datas() } // have systems of systems fe_datas.push_back (new FESystem (FESystem (FE_Q(2),2),2)); - fe_datas.push_back (new FESystem (FESystem (FE_Q(1),2),1, - FESystem (FE_Q(2),2),1)); - fe_datas.push_back (new FESystem (FESystem (FE_Q(1),1, - FE_Q(2),1),1, - FESystem (FE_Q(2),2),1, - FESystem (FE_DGQ(2),2),1)); + fe_datas.push_back (new FESystem (FESystem (FE_DGQ(0),2),1, + FESystem (FE_DGQ(1),2),1)); +// fe_datas.push_back (new FESystem (FESystem (FE_Q(1),1, +// FE_Q(2),1),1, +// FESystem (FE_Q(2),2),1, +// FESystem (FE_DGQ(2),2),1)); deallog << std::endl << "dim=" << dim << std::endl;