#include <dune/istl/matrixredistribute.hh>
|
| 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. More...
|
| |
| typedef VariableSize | IndexedTypeFlag |
| | Each row varies in size. More...
|
| |
|
| static std::size_t | getSize (const Type &t, std::size_t i) |
| |
◆ IndexedType
template<class M , class 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.
◆ IndexedTypeFlag
template<class M , class I >
| typedef VariableSize Dune::CommPolicy< CommMatrixRow< M, I > >::IndexedTypeFlag |
◆ Type
template<class M , class I >
◆ getSize()
template<class M , class I >
| static std::size_t Dune::CommPolicy< CommMatrixRow< M, I > >::getSize |
( |
const Type & |
t, |
|
|
std::size_t |
i |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: