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) | |
GlobalIdType & | operator++ () |
Increment the second index only. | |
GlobalIdType | operator+ (std::size_t shift) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, GlobalIdType const &id) |
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.