]> https://gitweb.dealii.org/ - dealii.git/commit
Move Threads::Mutex to a dedicated header. 14181/head
authorDavid Wells <drwells@email.unc.edu>
Sun, 7 Aug 2022 17:00:37 +0000 (13:00 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 10 Aug 2022 13:32:31 +0000 (09:32 -0400)
commitfa3d61f5b4b1229576c7ee03b62117b1e8e94c25
tree17caed5f60645aa92ba9fa99917651562ac3b080
parentd7aca55de557876b24d95d89fc02f82da4d8d271
Move Threads::Mutex to a dedicated header.

Most files don't need anything in Threads other than Threads::Mutex so we can
decouple them from TBB et. al. by moving this class to its own header.
36 files changed:
examples/step-48/step-48.cc
include/deal.II/base/flow_function.h
include/deal.II/base/function_cspline.h
include/deal.II/base/incremental_function.h
include/deal.II/base/index_set.h
include/deal.II/base/mutex.h [new file with mode: 0644]
include/deal.II/base/parallel.h
include/deal.II/base/polynomials_abf.h
include/deal.II/base/polynomials_bdm.h
include/deal.II/base/thread_management.h
include/deal.II/base/timer.h
include/deal.II/fe/fe_dgq.h
include/deal.II/fe/fe_nedelec.h
include/deal.II/fe/fe_poly_tensor.h
include/deal.II/fe/fe_q_base.h
include/deal.II/fe/fe_raviart_thomas.h
include/deal.II/fe/fe_simplex_p.h
include/deal.II/fe/mapping_fe_field.h
include/deal.II/fe/mapping_q_eulerian.h
include/deal.II/lac/block_matrix_base.h
include/deal.II/lac/la_parallel_vector.h
include/deal.II/lac/lapack_full_matrix.h
include/deal.II/lac/precondition.h
include/deal.II/lac/scalapack.h
include/deal.II/lac/tensor_product_matrix.h
include/deal.II/lac/vector_memory.h
include/deal.II/matrix_free/dof_info.templates.h
include/deal.II/matrix_free/mapping_info_storage.templates.h
include/deal.II/matrix_free/matrix_free.templates.h
include/deal.II/matrix_free/task_info.h
source/dofs/dof_handler.cc
source/fe/fe_q_base.cc
source/fe/fe_system.cc
source/fe/fe_values.cc
source/grid/tria.cc
source/non_matching/fe_immersed_values.cc

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.