]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add test for face_to_equivalent_cell_index
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jun 2006 07:35:45 +0000 (07:35 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jun 2006 07:35:45 +0000 (07:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@13199 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index 68111d9ae83b601f41c42ffa8b2526c7ea9ebf14..bf2f4845f130c4c39f19fe39edeab68220e24c14 100644 (file)
@@ -2,7 +2,7 @@
 //    fe_data_test.cc,v 1.14 2003/11/28 11:52:35 guido Exp
 //    Version: 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -153,6 +153,11 @@ void test_fe_datas()
       deallog << "generalized_face_support_points=" << fe_data->get_generalized_face_support_points().size()
              << std::endl;
       
+      dealog << "face_to_equivalent_cell_index:";
+      for (unsigned int i=0;i<fe_data->dofs_per_face;++i)
+       deallog << ' ' << fe_data->face_to_equivalent_cell_index(i);
+      deallog << 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.