]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Slight output change, and change the degree of FEs as Q3 elements are
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Apr 2001 06:34:41 +0000 (06:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Apr 2001 06:34:41 +0000 (06:34 +0000)
not yet implemented in 3d.

git-svn-id: https://svn.dealii.org/trunk@4443 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/dof_renumbering.cc

index 65f410052503f7c412605dd84791f2a914bb24dd..66c7836dc6b238c0eaca38734a127546bccb1f0b 100644 (file)
@@ -41,7 +41,7 @@ print_dofs (const DoFHandler<dim> &dof)
   for (typename DoFHandler<dim>::active_cell_iterator cell=dof.begin_active();
        cell != dof.end(); ++cell)
     {
-      deallog << "Cell " << cell << std::endl;
+      deallog << "Cell " << cell;
       cell->get_dof_indices (v);
       for (unsigned int i=0; i<v.size(); ++i)
        deallog << v[i] << ' ';
@@ -68,7 +68,7 @@ check ()
   if (dim==1)
     tr.refine_global(2);
   
-  FESystem<dim> element (FE_Q<dim>(3), 2, FE_DGQ<dim>(1), 1);
+  FESystem<dim> element (FE_Q<dim>(2), 2, FE_DGQ<dim>(1), 1);
   DoFHandler<dim> dof(tr);
   dof.distribute_dofs(element);
 

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.