AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
GlobalIdType< EntityIdType > Class Template Reference

Type of a global used used to represent DOFs uniquely. More...

#include <GlobalIdSet.hpp>

Inherits pair< EntityIdType, std::size_t >.

Public Member Functions

 GlobalIdType (std::size_t i=0)
 
GlobalIdTypeoperator++ ()
 Increment the second index only.
 
GlobalIdType operator+ (std::size_t shift) const
 

Friends

std::ostream & operator<< (std::ostream &os, GlobalIdType const &id)
 

Detailed Description

template<class EntityIdType>
class AMDiS::GlobalIdType< EntityIdType >

Type of a global used used to represent DOFs uniquely.

A global DOF id is a pair an id of the entity the DOF is related to and the local number on that entity. See also LocalBasisKey.


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