![]() |
deal.II version 9.7.0
|
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) |
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.