const typename identity<CellIteratorType>::type &end,
const typename identity<std::function<void (const CellIteratorType &, ScratchData &, CopyData &)>>::type &cell_worker,
- const typename identity<std::function<void (const CopyData &)>>::type ©er,
+ const typename identity<std::function<void (const CopyData &)>>::type &copier,
ScratchData &scratch_data,
CopyData ©_data,
// Loop over all cells
WorkStream::run(begin, end,
- cell_action, copyer,
+ cell_action, copier,
scratch_data, copy_data,
queue_length, chunk_size);
}
<< ", Neighbor Subface: " << nsf << std::endl;
};
- auto copyer = [](const CopyData &)
+ auto copier = [](const CopyData &)
{
- deallog << "Copyer" << std::endl;
+ deallog << "copier" << std::endl;
};
deallog << "CELLS ONLY" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_own_cells,
boundary_worker, face_worker);
deallog << "BOUNDARY ONLY" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_boundary_faces,
boundary_worker, face_worker);
deallog << "CELLS AND BOUNDARY" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_own_cells | assemble_boundary_faces,
boundary_worker, face_worker);
deallog << "CELLS FIRST AND BOUNDARY" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_own_cells | assemble_cells_first | assemble_boundary_faces,
boundary_worker, face_worker);
deallog << "ONLY FACES ONCE" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_own_interior_faces_once,
boundary_worker, face_worker);
deallog << "ONLY FACES BOTH" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy,
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy,
assemble_own_interior_faces_both,
boundary_worker, face_worker);
}
DEAL::Cell worker on : 2.1
DEAL::Cell worker on : 2.2
DEAL::Cell worker on : 2.3
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::BOUNDARY ONLY
DEAL::
DEAL::Boundary worker on : 1.1, Face : 1
DEAL::Boundary worker on : 2.0, Face : 2
DEAL::Boundary worker on : 2.1, Face : 2
DEAL::Boundary worker on : 2.2, Face : 0
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::CELLS AND BOUNDARY
DEAL::
DEAL::Boundary worker on : 1.1, Face : 1
DEAL::Boundary worker on : 2.2, Face : 0
DEAL::Cell worker on : 2.2
DEAL::Cell worker on : 2.3
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::CELLS FIRST AND BOUNDARY
DEAL::
DEAL::Cell worker on : 1.1
DEAL::Cell worker on : 2.2
DEAL::Boundary worker on : 2.2, Face : 0
DEAL::Cell worker on : 2.3
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::ONLY FACES ONCE
DEAL::
DEAL::Face worker on : 1.1, Neighbor cell : 1.3, Face : 3, Neighbor Face : 2, Subface: 4294967295, Neighbor Subface: 4294967295
DEAL::Face worker on : 2.2, Neighbor cell : 1.2, Face : 3, Neighbor Face : 2, Subface: 4294967295, Neighbor Subface: 0
DEAL::Face worker on : 2.3, Neighbor cell : 1.1, Face : 1, Neighbor Face : 0, Subface: 4294967295, Neighbor Subface: 1
DEAL::Face worker on : 2.3, Neighbor cell : 1.2, Face : 3, Neighbor Face : 2, Subface: 4294967295, Neighbor Subface: 1
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::ONLY FACES BOTH
DEAL::
DEAL::Face worker on : 1.1, Neighbor cell : 1.3, Face : 3, Neighbor Face : 2, Subface: 4294967295, Neighbor Subface: 4294967295
DEAL::Face worker on : 2.3, Neighbor cell : 2.1, Face : 2, Neighbor Face : 3, Subface: 4294967295, Neighbor Subface: 4294967295
DEAL::Face worker on : 2.3, Neighbor cell : 1.2, Face : 3, Neighbor Face : 2, Subface: 4294967295, Neighbor Subface: 1
DEAL::Face worker on : 1.2, Neighbor cell : 2.3, Face : 2, Neighbor Face : 3, Subface: 1, Neighbor Subface: 4294967295
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
<< ", Neighbor Subface: " << nsf << std::endl;
};
- auto copyer = [](const CopyData &)
+ auto copier = [](const CopyData &)
{
- deallog << "Copyer" << std::endl;
+ deallog << "copier" << std::endl;
};
deallog << "CELLS ONLY" << std::endl << std::endl;
- mesh_loop(cell, endc, cell_worker, copyer, scratch, copy);
+ mesh_loop(cell, endc, cell_worker, copier, scratch, copy);
deallog << "CELLS ONLY WORKSTREAM" << std::endl << std::endl;
- WorkStream::run(cell, endc, cell_worker, copyer, scratch, copy);
+ WorkStream::run(cell, endc, cell_worker, copier, scratch, copy);
}
DEAL::Cell worker on : 2.1
DEAL::Cell worker on : 2.2
DEAL::Cell worker on : 2.3
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
DEAL::CELLS ONLY WORKSTREAM
DEAL::
DEAL::Cell worker on : 1.1
DEAL::Cell worker on : 2.1
DEAL::Cell worker on : 2.2
DEAL::Cell worker on : 2.3
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
-DEAL::Copyer
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier
+DEAL::copier