44#ifndef EPETRA_LOCALMAP_H
45#define EPETRA_LOCALMAP_H
110#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
113#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
int IndexBase() const
Index base for this map.
friend class Epetra_LocalMap
const Epetra_Comm & Comm() const
Access function for Epetra_Comm communicator.
int NumMyElements() const
Number of elements on the calling processor.
Epetra_Comm: The Epetra Communication Abstract Base Class.
Epetra_LocalMap(int NumMyElements, int IndexBase, const Epetra_Comm &Comm)
Epetra_LocalMap constructor for a user-defined replicate distribution of elements.
Epetra_Map & operator=(const Epetra_Map &map)
Assignment Operator.
Epetra_Map(int NumGlobalElements, int IndexBase, const Epetra_Comm &Comm)
Epetra_Map constructor for a Epetra-defined uniform linear distribution of elements.