Dune::LocalIndex Class Reference
[Parallel Computing based on Indexsets]

An index present on the local process. More...

#include <dune/common/parallel/localindex.hh>

List of all members.

Public Member Functions

 LocalIndex ()
 Constructor. known to other processes.
 LocalIndex (std::size_t index)
 Constructor.
const std::size_t & local () const
 get the local index.
 operator std::size_t () const
 Convert to the local index represented by an int.
LocalIndexoperator= (std::size_t index)
 Assign a new local index.
LocalIndexState state () const
 Get the state.
void setState (LocalIndexState state)
 Set the state.

Detailed Description

An index present on the local process.


Constructor & Destructor Documentation

Dune::LocalIndex::LocalIndex (  )  [inline]

Constructor. known to other processes.

Dune::LocalIndex::LocalIndex ( std::size_t  index  )  [inline]

Constructor.

Parameters:
index The value of the index.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 25 Mar 2018 for dune-common by  doxygen 1.6.1