dune-istl
2.2.0
|
#include <dune/istl/matrixredistribute.hh>
Public Types | |
typedef CommMatrixRow< M, I > | Type |
typedef std::pair< typename I::GlobalIndex, typename M::block_type > | IndexedType |
The indexed type we send. This is the pair of global index indentitfying the column and the value itself. | |
typedef VariableSize | IndexedTypeFlag |
Each row varies in size. | |
Static Public Member Functions | |
static std::size_t | getSize (const Type &t, std::size_t i) |
typedef std::pair<typename I::GlobalIndex,typename M::block_type> Dune::CommPolicy< CommMatrixRow< M, I > >::IndexedType |
The indexed type we send. This is the pair of global index indentitfying the column and the value itself.
typedef VariableSize Dune::CommPolicy< CommMatrixRow< M, I > >::IndexedTypeFlag |
Each row varies in size.
typedef CommMatrixRow<M,I> Dune::CommPolicy< CommMatrixRow< M, I > >::Type |
static std::size_t Dune::CommPolicy< CommMatrixRow< M, I > >::getSize | ( | const Type & | t, |
std::size_t | i | ||
) | [inline, static] |
References Dune::CommMatrixRow< M, I >::matrix, and Dune::CommMatrixRow< M, I >::rowsize.