]> https://gitweb.dealii.org/ - dealii.git/commitdiff
changed template signature in MeshWorker::loop
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 16 Feb 2010 04:05:10 +0000 (04:05 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 16 Feb 2010 04:05:10 +0000 (04:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@20646 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/mesh_worker_01.cc
tests/deal.II/mesh_worker_02.cc

index 37c57bb29f755971d7c8b01926eda072c2e192e5..e79f103b043ead829710b061ae750e35115b93df 100644 (file)
@@ -161,8 +161,7 @@ test_simple(MGDoFHandler<dim>& mgdofs)
     info_box.initialize(integrator, fe, mapping);
     MeshWorker::DoFInfo<dim> dof_info(dofs);
     
-    MeshWorker::loop
-      <MeshWorker::DoFInfo<dim>, MeshWorker::IntegrationInfoBox<dim> >
+    MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim>
       (dofs.begin_active(), dofs.end(),
        dof_info, info_box,
        std_cxx1x::bind (&Local<dim>::cell, local, _1, _2),
index 9df0556486455032ffc0403b66f132b0a61f659e..382c220c70bb5db36916ed0f66d6b500834a545a 100644 (file)
@@ -149,8 +149,7 @@ assemble(const DoFHandler<dim>& dof_handler, SparseMatrix<double>& matrix)
   MeshWorker::DoFInfo<dim> dof_info(dof_handler);
   
   info_box.initialize(integration_worker, fe, mapping);
-  MeshWorker::loop
-    <MeshWorker::DoFInfo<dim>, MeshWorker::IntegrationInfoBox<dim> >
+  MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim>
     (dof_handler.begin_active(),
      dof_handler.end(),
      dof_info,
@@ -297,7 +296,7 @@ int main ()
   deallog << std::setprecision (2);
   deallog << std::fixed;  
   deallog.attach(logfile);
-//  deallog.depth_console (0);
+  deallog.depth_console (0);
 
   std::vector<boost::shared_ptr<FiniteElement<2> > > fe2;
   fe2.push_back(boost::shared_ptr<FiniteElement<2> >(new  FE_DGP<2>(1)));

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.