]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
additional parameter for count_dofs_per_component... where is the wrapper???
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jun 2005 07:25:44 +0000 (07:25 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jun 2005 07:25:44 +0000 (07:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@10937 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/transfer.cc

index b82ca5370efdaf3ab95c7eddf346d62adc181587..45af116b8dac956c5c314c9ab6e372fb15f5c0fe 100644 (file)
@@ -94,7 +94,7 @@ void check_select(const FiniteElement<dim>& fe,
   
   for (unsigned int l=0;l<tr.n_levels();++l)
     DoFRenumbering::component_wise(mgdof, l, mg_target_component);
-  std::vector<std::vector<unsigned int> > mg_ndofs(mgdof.get_tria().n_levels());  MGTools::count_dofs_per_component(mgdof, mg_ndofs, mg_target_component);
+  std::vector<std::vector<unsigned int> > mg_ndofs(mgdof.get_tria().n_levels());  MGTools::count_dofs_per_component(mgdof, mg_ndofs, true, mg_target_component);
 
   deallog << "Global  dofs:";
   for (unsigned int i=0;i<ndofs.size();++i)

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.