dune-spgrid  2.7
Classes | Public Types | Public Member Functions | List of all members
Dune::SPLinkage< dim >::Interface Class Reference

#include <dune/grid/spgrid/linkage.hh>

Classes

struct  Node
 

Public Types

typedef NodeContainer::const_iterator Iterator
 

Public Member Functions

 Interface ()
 
 Interface (const This &other)
 
 ~Interface ()
 
Iterator begin () const
 
Iterator end () const
 
std::size_t size () const
 
void add (int rank, const PartitionList *sendList, const PartitionList *receiveList)
 

Member Typedef Documentation

◆ Iterator

template<int dim>
typedef NodeContainer::const_iterator Dune::SPLinkage< dim >::Interface::Iterator

Constructor & Destructor Documentation

◆ Interface() [1/2]

template<int dim>
Dune::SPLinkage< dim >::Interface::Interface
inline

◆ Interface() [2/2]

template<int dim>
Dune::SPLinkage< dim >::Interface::Interface ( const This other)
inline

◆ ~Interface()

template<int dim>
Dune::SPLinkage< dim >::Interface::~Interface
inline

Member Function Documentation

◆ add()

template<int dim>
void Dune::SPLinkage< dim >::Interface::add ( int  rank,
const PartitionList sendList,
const PartitionList receiveList 
)
inline

◆ begin()

template<int dim>
Iterator Dune::SPLinkage< dim >::Interface::begin ( ) const
inline

◆ end()

template<int dim>
Iterator Dune::SPLinkage< dim >::Interface::end ( ) const
inline

◆ size()

template<int dim>
std::size_t Dune::SPLinkage< dim >::Interface::size ( ) const
inline

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