]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Check also FE_Q_Hierarchical
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Aug 2005 13:20:20 +0000 (13:20 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Aug 2005 13:20:20 +0000 (13:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@11232 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index 33df18b4c281d512d26a5c23dc796ec6b46442f0..a7cbda90a7b6dc8c40d81da2752accc04be1f385 100644 (file)
@@ -20,6 +20,7 @@
 #include <grid/tria_iterator.h>
 #include <dofs/dof_accessor.h>
 #include <fe/fe_q.h>
+#include <fe/fe_q_hierarchical.h>
 #include <fe/fe_dgq.h>
 #include <fe/fe_dgp.h>
 #include <fe/fe_raviart_thomas.h>
@@ -38,6 +39,12 @@ void test_fe_datas()
   deallog << (*fe_datas.rbegin())->get_name() << std::endl;
   fe_datas.push_back(new FE_Q<dim> (4));
   deallog << (*fe_datas.rbegin())->get_name() << std::endl;
+  fe_datas.push_back(new FE_Q_Hierarchical<dim> (1));
+  deallog << (*fe_datas.rbegin())->get_name() << std::endl;
+  fe_datas.push_back(new FE_Q_Hierarchical<dim> (2));
+  deallog << (*fe_datas.rbegin())->get_name() << std::endl;
+  fe_datas.push_back(new FE_Q_Hierarchical<dim> (4));
+  deallog << (*fe_datas.rbegin())->get_name() << std::endl;
   fe_datas.push_back(new FE_DGQ<dim> (1));
   deallog << (*fe_datas.rbegin())->get_name() << std::endl;
   fe_datas.push_back(new FE_DGQ<dim> (2));

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.