Reference documentation for deal.II version 9.2.0
|
Public Member Functions | |
TemporaryData & | operator= (const TemporaryData &) |
Public Attributes | |
std::vector< size_type > | counter_within_block |
std::vector< std::vector< size_type > > | column_indices |
std::vector< std::vector< value_type > > | column_values |
std::mutex | mutex |
A structure containing some fields used by the set() and add() functions that is used to pre-sort the input fields. Since one can reasonably expect to call set() and add() from multiple threads at once as long as the matrix indices that are touched are disjoint, these temporary data fields need to be guarded by a mutex; the structure therefore contains such a mutex as a member variable.
Definition at line 1019 of file block_matrix_base.h.