|
dune-istl 2.10
|
Utility class to communicate and set the row sizes of a redistributed matrix. More...
#include <dune/istl/matrixredistribute.hh>
Public Types | |
| typedef M::size_type | value_type |
| typedef M::size_type | size_type |
Public Member Functions | |
| CommMatrixRowSize (const M &m_, RI &rowsize_) | |
| Constructor. | |
Public Attributes | |
| const M & | matrix |
| RI & | rowsize |
Utility class to communicate and set the row sizes of a redistributed matrix.
| M | The type of the matrix that the row size is communicated of. |
| RI | The type of class for redistribution information |
| typedef M::size_type Dune::CommMatrixRowSize< M, RI >::size_type |
| typedef M::size_type Dune::CommMatrixRowSize< M, RI >::value_type |
|
inline |
Constructor.
| m_ | The matrix whose sparsity pattern is communicated. | |
| [out] | rowsize_ | RedistributeInformation object |
| const M& Dune::CommMatrixRowSize< M, RI >::matrix |
| RI& Dune::CommMatrixRowSize< M, RI >::rowsize |