]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adapted tests to new structure
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 30 Mar 2010 18:59:11 +0000 (18:59 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 30 Mar 2010 18:59:11 +0000 (18:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@20928 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/mg_renumbered_02.cc
tests/multigrid/mg_renumbered_03.cc

index 186dfd8080c3c7c6dd5e76cbcfa681f37dad8189..961656fd998958bbf938dac75f0020c811aa648f 100644 (file)
@@ -272,7 +272,7 @@ LaplaceProblem<dim>::output_gpl(const MGDoFHandler<dim> &dof,
   for(unsigned int l=0; l<triangulation.n_levels(); ++l)
   {
     OutputCreator<dim> matrix_integrator;
-    MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim> (
+    MeshWorker::integration_loop<dim, dim> (
       dof.begin(l), dof.end(l),
       dof_info, info_box,
       std_cxx1x::bind(&OutputCreator<dim>::cell, &matrix_integrator, _1, _2),
index 40e430a1d8f4ceda28c9068ed86f01377536089f..5e52f86ca6f54ad8b96f66594cc41d86c628c0f3 100644 (file)
@@ -298,7 +298,7 @@ LaplaceProblem<dim>::output_gpl(const MGDoFHandler<dim> &dof,
   for(unsigned int l=0; l<triangulation.n_levels(); ++l)
   {
     OutputCreator<dim> matrix_integrator;
-    MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim> (
+    MeshWorker::integration_loop<dim, dim> (
       dof.begin(l), dof.end(l),
       dof_info, info_box,
       std_cxx1x::bind(&OutputCreator<dim>::cell, &matrix_integrator, _1, _2),

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.