28 #include <queso/Defines.h> 
   29 #ifdef QUESO_HAS_TRILINOS 
   30 #include <Epetra_Map.h> 
   33 #include <queso/MpiComm.h> 
   56   Map(
int                   numGlobalElements,
 
   95 #ifdef QUESO_HAS_TRILINOS 
   96   const Epetra_Map&     epetraMap        () 
const;
 
  111 #ifdef QUESO_HAS_TRILINOS 
  112   Epetra_Map*    m_epetraMap;
 
int m_numMyElements
Number of elements owned by the calling processor. 
 
int NumGlobalElements() const 
Returns the total number of elements across all processors. 
 
int MinMyGID() const 
The minimum global index value on the calling processor. 
 
A class for partitioning vectors and matrices. 
 
void copy(const Map &src)
Copies the map. 
 
Map & operator=(const Map &rhs)
Assignment operator. 
 
MpiComm m_MpiComm
This communicator can be queried for processor rank and size information. 
 
const MpiComm & Comm() const 
Access function for MpiComm communicator. 
 
int m_numGlobalElements
Total number of elements across all processors. 
 
The QUESO MPI Communicator Class. 
 
int NumMyElements() const 
Returns the number of elements owned by the calling processor. 
 
int m_indexBase
Base integer value for indexed array references. 
 
Map()
Default constructor. Do not call this directly.