![]() |
Reference documentation for deal.II version 9.5.0
|
Functions | |
| void | compute_row_lengths (const unsigned int begin, const unsigned int end, const DoFInfo &dof_info, std::vector< std::mutex > &mutexes, std::vector< unsigned int > &row_lengths) |
| void | fill_connectivity_dofs (const unsigned int begin, const unsigned int end, const DoFInfo &dof_info, const std::vector< unsigned int > &row_lengths, std::vector< std::mutex > &mutexes, ::SparsityPattern &connectivity_dof) |
| void | fill_connectivity (const unsigned int begin, const unsigned int end, const DoFInfo &dof_info, const std::vector< unsigned int > &renumbering, const ::SparsityPattern &connectivity_dof, DynamicSparsityPattern &connectivity) |
Variables | |
| static constexpr unsigned int | bucket_size_threading = 256 |
| void internal::MatrixFreeFunctions::internal::compute_row_lengths | ( | const unsigned int | begin, |
| const unsigned int | end, | ||
| const DoFInfo & | dof_info, | ||
| std::vector< std::mutex > & | mutexes, | ||
| std::vector< unsigned int > & | row_lengths | ||
| ) |
Definition at line 1286 of file dof_info.cc.
| void internal::MatrixFreeFunctions::internal::fill_connectivity_dofs | ( | const unsigned int | begin, |
| const unsigned int | end, | ||
| const DoFInfo & | dof_info, | ||
| const std::vector< unsigned int > & | row_lengths, | ||
| std::vector< std::mutex > & | mutexes, | ||
| ::SparsityPattern & | connectivity_dof | ||
| ) |
Definition at line 1325 of file dof_info.cc.
| void internal::MatrixFreeFunctions::internal::fill_connectivity | ( | const unsigned int | begin, |
| const unsigned int | end, | ||
| const DoFInfo & | dof_info, | ||
| const std::vector< unsigned int > & | renumbering, | ||
| const ::SparsityPattern & | connectivity_dof, | ||
| DynamicSparsityPattern & | connectivity | ||
| ) |
Definition at line 1363 of file dof_info.cc.
|
staticconstexpr |
Definition at line 1281 of file dof_info.cc.