BRUNO source/base/table_handler.cc
BRUNO source/base/tensor_function.cc
BRUNO source/base/tensor_product_polynomials.cc
-source/base/thread_management.cc
-source/base/timer.cc
-source/base/utilities.cc
+BRUNO source/base/thread_management.cc
+BRUNO source/base/timer.cc
+BRUNO source/base/utilities.cc
TIMO source/distributed/grid_refinement.cc
TIMO source/distributed/solution_transfer.cc
TIMO source/distributed/tria.cc
BRUNO include/deal.II/base/tensor_function.h
BRUNO include/deal.II/base/tensor.h
BRUNO include/deal.II/base/tensor_product_polynomials.h
-include/deal.II/base/thread_local_storage.h
-include/deal.II/base/thread_management.h
-include/deal.II/base/timer.h
-include/deal.II/base/types.h
-include/deal.II/base/utilities.h
-include/deal.II/base/vectorization.h
-include/deal.II/base/vector_slice.h
-include/deal.II/base/work_stream.h
+BRUNO include/deal.II/base/thread_local_storage.h
+BRUNO include/deal.II/base/thread_management.h
+BRUNO include/deal.II/base/timer.h
+BRUNO include/deal.II/base/types.h
+BRUNO include/deal.II/base/utilities.h
+BRUNO include/deal.II/base/vectorization.h
+BRUNO include/deal.II/base/vector_slice.h
+BRUNO include/deal.II/base/work_stream.h
TIMO include/deal.II/distributed/grid_refinement.h
TIMO include/deal.II/distributed/solution_transfer.h
TIMO include/deal.II/distributed/tria.h
* shared memory. However, some other part of this work may need to be
* synchronised and be done in order. In the example of assembling a matrix,
* the computation of local contributions can be done entirely in parallel,
- * but copying the the local contributions into the global matrix requires
+ * but copying the local contributions into the global matrix requires
* some care: First, several threads can't write at the same time, but need to
* synchronise writing using a mutex; secondly, we want the order in which
* local contributions are added to the global matrix to be always the same