]> https://gitweb.dealii.org/ - dealii.git/commitdiff
simplify test
authorTimo Heister <timo.heister@gmail.com>
Fri, 3 Jan 2014 13:50:27 +0000 (13:50 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 3 Jan 2014 13:50:27 +0000 (13:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@32154 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/mesh_worker_04.cc
tests/mpi/mesh_worker_04.mpirun=2.output

index e19250e939dd1d6675bce7b6ac0cc48007f7862e..2b1d4aa5acc330610adc05d465adb67272dd12fa 100644 (file)
@@ -51,7 +51,7 @@ template <int dim>
 void
 myIntegrator<dim>::cell(MeshWorker::DoFInfo<dim> &info, CellInfo &) const
 {
-  //deallog << "C " << info.cell->id() << std::endl;
+  deallog << "C " << info.cell->id() << std::endl;
 }
 
 
@@ -68,11 +68,11 @@ void
 myIntegrator<dim>::face(MeshWorker::DoFInfo<dim> &info1, MeshWorker::DoFInfo<dim> &info2,
                  CellInfo &, CellInfo &) const
 {
-//  deallog << "F cell1 = " << info1.cell->id()
-//      << " face = " << info1.face_number
-//      << " cell2 = " << info2.cell->id()
-//      << " face2 = " << info2.face_number
-//      << std::endl;
+  deallog << "F cell1 = " << info1.cell->id()
+      << " face = " << info1.face_number
+      << " cell2 = " << info2.cell->id()
+      << " face2 = " << info2.face_number
+      << std::endl;
 }
 
 
@@ -175,7 +175,7 @@ test()
   lctrl.own_cells = false;
   lctrl.ghost_cells = false;
 
-  lctrl.own_faces = MeshWorker::LoopControl::one;
+  lctrl.own_faces = MeshWorker::LoopControl::never;
   lctrl.faces_to_ghost = MeshWorker::LoopControl::never;
   test_loop(dofs, lctrl);
 }
index fcad5a031a853a2ee25d4047e184bda63c801fcd..c7c1920bdd7cba2d62cb299a5ce27384f0853660 100644 (file)
@@ -1,13 +1,13 @@
 
 DEAL:0::DoFHandler ndofs=7
-DEAL:0::* own_cells=0 ghost_cells=0 own_faces=1 faces_to_ghost=0
+DEAL:0::* own_cells=0 ghost_cells=0 own_faces=0 faces_to_ghost=0
 DEAL:0::B cell = 0_2:00 face = 0
 DEAL:0::B cell = 0_2:00 face = 2
 DEAL:0::B cell = 0_2:01 face = 2
 DEAL:0::B cell = 0_2:02 face = 0
 
 DEAL:1::DoFHandler ndofs=7
-DEAL:1::* own_cells=0 ghost_cells=0 own_faces=1 faces_to_ghost=0
+DEAL:1::* own_cells=0 ghost_cells=0 own_faces=0 faces_to_ghost=0
 DEAL:1::B cell = 0_1:1 face = 1
 DEAL:1::B cell = 0_1:1 face = 2
 DEAL:1::B cell = 0_1:2 face = 0

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.