dune-istl
2.5.1
|
#include <dune/istl/matrixredistribute.hh>
Public Types | |
typedef I::GlobalIndex | GlobalIndex |
typedef CommMatrixRow< M, I > | Container |
typedef M::ConstColIterator | ColIter |
typedef std::pair< GlobalIndex, typename M::block_type > | Data |
Static Public Member Functions | |
static const Data & | gather (const Container &cont, std::size_t i, std::size_t j) |
static void | scatter (Container &cont, const Data &data, std::size_t i, std::size_t j) |
Static Public Attributes | |
static ColIter | col |
static Data | datastore |
static GlobalIndex | numlimits |
typedef M::ConstColIterator Dune::MatrixRowGatherScatter< M, I >::ColIter |
typedef CommMatrixRow<M,I> Dune::MatrixRowGatherScatter< M, I >::Container |
typedef std::pair<GlobalIndex,typename M::block_type> Dune::MatrixRowGatherScatter< M, I >::Data |
typedef I::GlobalIndex Dune::MatrixRowGatherScatter< M, I >::GlobalIndex |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
|
static |