EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
EpetraExt::LightweightMapData Class Reference

#include <EpetraExt_MMHelpers.h>

Inheritance diagram for EpetraExt::LightweightMapData:
Inheritance graph
[legend]

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_MapCopyMap_
 

Friends

class LightweightMap
 

Detailed Description

Definition at line 210 of file EpetraExt_MMHelpers.h.

Constructor & Destructor Documentation

EpetraExt::LightweightMapData::LightweightMapData ( )

Definition at line 549 of file EpetraExt_MMHelpers.cpp.

EpetraExt::LightweightMapData::~LightweightMapData ( )

Definition at line 562 of file EpetraExt_MMHelpers.cpp.

Friends And Related Function Documentation

friend class LightweightMap
friend

Definition at line 211 of file EpetraExt_MMHelpers.h.

Member Data Documentation

long long EpetraExt::LightweightMapData::IndexBase_

Definition at line 215 of file EpetraExt_MMHelpers.h.

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

Definition at line 217 of file EpetraExt_MMHelpers.h.

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

Definition at line 218 of file EpetraExt_MMHelpers.h.

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

Definition at line 221 of file EpetraExt_MMHelpers.h.

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

Definition at line 222 of file EpetraExt_MMHelpers.h.

Epetra_Map* EpetraExt::LightweightMapData::CopyMap_

Definition at line 226 of file EpetraExt_MMHelpers.h.


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