50 #define EPETRA_BLOCKMAP_NEW_LID
54 : Comm_(
Comm.Clone()),
57 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
58 MyGlobalElements_int_(0),
60 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
61 MyGlobalElements_LL_(0),
63 FirstPointInElementList_(0),
65 PointToElementList_(0),
82 ConstantElementSize_(false),
84 DistributedGlobal_(false),
85 OneToOneIsDetermined_(false),
87 GlobalIndicesInt_(!IsLongLong),
88 GlobalIndicesLongLong_(IsLongLong),
89 LastContiguousGID_(0),
90 LastContiguousGIDLoc_(0),