EpetraExt  Development
Public Member Functions | Public Attributes | Friends | List of all members
EpetraExt::LightweightMapData Class Reference

#include <EpetraExt_MMHelpers.h>

Inherits Epetra_Data.

Public Member Functions

 LightweightMapData ()
 
 ~LightweightMapData ()
 

Public Attributes

long long IndexBase_
 
std::vector< int > MyGlobalElements_int_
 
Epetra_HashTable< int > * LIDHash_int_
 
std::vector< long long > MyGlobalElements_LL_
 
Epetra_HashTable< long long > * LIDHash_LL_
 
Epetra_Map * CopyMap_
 

Friends

class LightweightMap
 

Detailed Description

Definition at line 205 of file EpetraExt_MMHelpers.h.

Constructor & Destructor Documentation

EpetraExt::LightweightMapData::LightweightMapData ( )

Definition at line 547 of file EpetraExt_MMHelpers.cpp.

EpetraExt::LightweightMapData::~LightweightMapData ( )

Definition at line 560 of file EpetraExt_MMHelpers.cpp.

Friends And Related Function Documentation

friend class LightweightMap
friend

Definition at line 206 of file EpetraExt_MMHelpers.h.

Member Data Documentation

long long EpetraExt::LightweightMapData::IndexBase_

Definition at line 210 of file EpetraExt_MMHelpers.h.

std::vector<int> EpetraExt::LightweightMapData::MyGlobalElements_int_

Definition at line 212 of file EpetraExt_MMHelpers.h.

Epetra_HashTable<int>* EpetraExt::LightweightMapData::LIDHash_int_

Definition at line 213 of file EpetraExt_MMHelpers.h.

std::vector<long long> EpetraExt::LightweightMapData::MyGlobalElements_LL_

Definition at line 216 of file EpetraExt_MMHelpers.h.

Epetra_HashTable<long long>* EpetraExt::LightweightMapData::LIDHash_LL_

Definition at line 217 of file EpetraExt_MMHelpers.h.

Epetra_Map* EpetraExt::LightweightMapData::CopyMap_

Definition at line 221 of file EpetraExt_MMHelpers.h.


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