]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust after merge.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 6 Jan 2013 00:21:28 +0000 (00:21 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 6 Jan 2013 00:21:28 +0000 (00:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@27939 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/extract_dofs_by_component_01_mg.cc

index 59494509a4956681199e3a2aba87baffd3bd7569..0fec59cae90da006a96de21c352381ad41fe14bb 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2003, 2004, 2007, 2010, 2012 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2003, 2004, 2007, 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -50,8 +50,9 @@ check ()
 
   FESystem<dim> element (FE_Q<dim>(2), 1,
                         FE_Nedelec<dim>(0), 1);
-  MGDoFHandler<dim> dof(tr);
+  DoFHandler<dim> dof(tr);
   dof.distribute_dofs(element);
+  dof.distribute_mg_dofs(element);
 
                                   // try all possible component
                                   // masks, which we encode as bit

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.