dune-istl  2.2.1
Public Types | Static Public Member Functions | List of all members
Dune::CommPolicy< CommMatrixSparsityPattern< M, I > > Struct Template Reference

#include <dune/istl/matrixredistribute.hh>

Public Types

typedef
CommMatrixSparsityPattern< M,
I > 
Type
typedef I::GlobalIndex IndexedType
 The indexed type we send. This is the global index indentitfying the column.
typedef VariableSize IndexedTypeFlag
 Each row varies in size.

Static Public Member Functions

static M::size_type getSize (const Type &t, std::size_t i)

Member Typedef Documentation

template<class M , class I >
typedef I::GlobalIndex Dune::CommPolicy< CommMatrixSparsityPattern< M, I > >::IndexedType

The indexed type we send. This is the global index indentitfying the column.

template<class M , class I >
typedef VariableSize Dune::CommPolicy< CommMatrixSparsityPattern< M, I > >::IndexedTypeFlag

Each row varies in size.

template<class M , class I >
typedef CommMatrixSparsityPattern<M,I> Dune::CommPolicy< CommMatrixSparsityPattern< M, I > >::Type

Member Function Documentation

template<class M , class I >
static M::size_type Dune::CommPolicy< CommMatrixSparsityPattern< M, I > >::getSize ( const Type t,
std::size_t  i 
)
inlinestatic

The documentation for this struct was generated from the following file: