]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add information on support points
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Sep 2005 12:53:45 +0000 (12:53 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Sep 2005 12:53:45 +0000 (12:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@11556 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index a7cbda90a7b6dc8c40d81da2752accc04be1f385..a972d4299c25d620b7179753e296140b544cd836 100644 (file)
@@ -144,7 +144,15 @@ void test_fe_datas()
       deallog << "components=" << fe_data->components << std::endl
              << "degree=" << fe_data->tensor_degree() << std::endl
              << "conformity=" << fe_data->conforming_space << std::endl;
-
+      deallog << "unit_support_points=" << fe_data->get_unit_support_points().size()
+             << std::endl;
+      deallog << "unit_face_support_points=" << fe_data->get_unit_face_support_points().size()
+             << std::endl;
+      deallog << "generalized_support_points=" << fe_data->get_generalized_support_points().size()
+             << std::endl;
+      deallog << "generalized_face_support_points=" << fe_data->get_generalized_face_support_points().size()
+             << std::endl;
+      
       for (unsigned int f=0;f<GeometryInfo<dim>::faces_per_cell;++f)
        {
          deallog << "support on face " << 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.