Dune::CommMatrixSparsityPattern< M, I > Struct Template Reference
Utility class to communicate and build the sparsity pattern of a redistributed matrix.
More...
#include <dune/istl/matrixredistribute.hh>
List of all members.
Detailed Description
template<class M, class I>
struct Dune::CommMatrixSparsityPattern< M, I >
Utility class to communicate and build the sparsity pattern of a redistributed matrix.
- Template Parameters:
-
| M | The type of the matrix that the sparsity pattern is communicated of. |
| I | The type of the index set. |
Member Typedef Documentation
template<class M , class I >
template<class M , class I >
Constructor & Destructor Documentation
template<class M , class I >
Constructor for the original side.
- Parameters:
-
| m_ | The matrix whose sparsity pattern is communicated. |
| idxset_ | The index set corresponding to the local matrix. |
| aggidxset_ | The index set corresponding to the redistributed matrix. |
template<class M , class I >
Constructor for the redistruted side.
- Parameters:
-
| m_ | The matrix whose sparsity pattern is communicated. |
| idxset_ | The index set corresponding to the local matrix. |
| aggidxset_ | The index set corresponding to the redistributed matrix. |
| rowsize_ | The row size for the redistributed owner rows. |
Member Function Documentation
template<class M , class I >
Member Data Documentation
template<class M , class I >
template<class M , class I >
template<class M , class I >
template<class M , class I >
template<class M , class I >
The documentation for this struct was generated from the following file: