deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
Typedefs | |
using | size_type = types::global_dof_index |
Functions | |
size_type | get_column_index_from_iterator (const size_type i) |
template<typename value > | |
size_type | get_column_index_from_iterator (const std::pair< size_type, value > &i) |
template<typename value > | |
size_type | get_column_index_from_iterator (const std::pair< const size_type, value > &i) |
using internals::SparsityPatternTools::size_type = typedef types::global_dof_index |
Declare type for container size.
Definition at line 77 of file sparsity_pattern.h.
Helper function to get the column index from a dereferenced iterator in the copy_from() function, if the inner iterator type points to plain unsigned integers.
size_type internals::SparsityPatternTools::get_column_index_from_iterator | ( | const std::pair< size_type, value > & | i | ) |
Helper function to get the column index from a dereferenced iterator in the copy_from() function, if the inner iterator type points to pairs of unsigned integers and some other value.