dune-grid-glue  2.3.0
Public Member Functions | List of all members
Dune::GridGlue::GlobalId Struct Reference

#include <dune/grid-glue/adapter/gridgluecommunicate.hh>

Inheritance diagram for Dune::GridGlue::GlobalId:
Inheritance graph

Public Member Functions

 GlobalId ()
 
 GlobalId (int i)
 
 GlobalId (int i, int j, unsigned int n)
 

Constructor & Destructor Documentation

Dune::GridGlue::GlobalId::GlobalId ( )
inline

default constructor, required for dune-common RemoteIndices

Dune::GridGlue::GlobalId::GlobalId ( int  i)
inline

constructor from int, required for dune-common RemoteIndices

Dune::GridGlue::GlobalId::GlobalId ( int  i,
int  j,
unsigned int  n 
)
inline

constructor

Parameters
irank of processor 1
jrank of processor 2
nlocal intersection index

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