dune-istl  2.3.1
Public Types | Static Public Member Functions | List of all members
Dune::Amg::AggregatesGatherScatter< T, TI > Struct Template Reference

#include <dune/istl/paamg/globalaggregates.hh>

Public Types

typedef TI ParallelIndexSet
typedef
ParallelIndexSet::GlobalIndex 
GlobalIndex

Static Public Member Functions

static const GlobalIndexgather (const GlobalAggregatesMap< T, TI > &ga, size_t i)
static void scatter (GlobalAggregatesMap< T, TI > &ga, GlobalIndex global, size_t i)

Member Typedef Documentation

template<typename T , typename TI >
typedef ParallelIndexSet::GlobalIndex Dune::Amg::AggregatesGatherScatter< T, TI >::GlobalIndex
template<typename T , typename TI >
typedef TI Dune::Amg::AggregatesGatherScatter< T, TI >::ParallelIndexSet

Member Function Documentation

template<typename T , typename TI >
static const GlobalIndex& Dune::Amg::AggregatesGatherScatter< T, TI >::gather ( const GlobalAggregatesMap< T, TI > &  ga,
size_t  i 
)
inlinestatic
template<typename T , typename TI >
static void Dune::Amg::AggregatesGatherScatter< T, TI >::scatter ( GlobalAggregatesMap< T, TI > &  ga,
GlobalIndex  global,
size_t  i 
)
inlinestatic

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