]> https://gitweb.dealii.org/ - dealii.git/commitdiff
test conformity
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 30 Jun 2005 21:17:28 +0000 (21:17 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 30 Jun 2005 21:17:28 +0000 (21:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@11021 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index 072a957536a1e3265623a969ee1d00c214369d1d..33df18b4c281d512d26a5c23dc796ec6b46442f0 100644 (file)
@@ -135,7 +135,8 @@ void test_fe_datas()
       deallog << "dofs_per_face=" << fe_data->dofs_per_face << std::endl;
       deallog << "dofs_per_cell=" << fe_data->dofs_per_cell << std::endl;
       deallog << "components=" << fe_data->components << std::endl
-             << "degree=" << fe_data->tensor_degree() << std::endl;
+             << "degree=" << fe_data->tensor_degree() << std::endl
+             << "conformity=" << fe_data->conforming_space << std::endl;
 
       for (unsigned int f=0;f<GeometryInfo<dim>::faces_per_cell;++f)
        {

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.