#include <EpetraExt_MMHelpers.h>
|
| LightweightMap () |
|
| LightweightMap (int NumGlobalElements, int NumMyElements, const int *MyGlobalElements, int IndexBase, bool GenerateHash=true) |
|
| LightweightMap (long long NumGlobalElements, int NumMyElements, const long long *MyGlobalElements, int IndexBase, bool GenerateHash=true) |
|
| LightweightMap (long long NumGlobalElements, int NumMyElements, const long long *MyGlobalElements, long long IndexBase, bool GenerateHash=true) |
|
| LightweightMap (const Epetra_Map &Map) |
|
| LightweightMap (const LightweightMap &Map) |
|
| ~LightweightMap () |
|
LightweightMap & | operator= (const LightweightMap &map) |
|
int | LID (int GID) const |
|
int | GID (int LID) const |
|
int | LID (long long GID) const |
|
long long | GID64 (int LID) const |
|
int | NumMyElements () const |
|
int * | MyGlobalElements () const |
|
int | IndexBase () const |
|
void | MyGlobalElementsPtr (int *&MyGlobalElementList) const |
|
long long * | MyGlobalElements64 () const |
|
void | MyGlobalElementsPtr (long long *&MyGlobalElementList) const |
|
long long | IndexBase64 () const |
|
int | MinLID () const |
|
int | MaxLID () const |
|
bool | GlobalIndicesInt () const |
|
bool | GlobalIndicesLongLong () const |
|
Definition at line 230 of file EpetraExt_MMHelpers.h.
EpetraExt::LightweightMap::LightweightMap |
( |
| ) |
|
EpetraExt::LightweightMap::LightweightMap |
( |
int |
NumGlobalElements, |
|
|
int |
NumMyElements, |
|
|
const int * |
MyGlobalElements, |
|
|
int |
IndexBase, |
|
|
bool |
GenerateHash = true |
|
) |
| |
EpetraExt::LightweightMap::LightweightMap |
( |
long long |
NumGlobalElements, |
|
|
int |
NumMyElements, |
|
|
const long long * |
MyGlobalElements, |
|
|
int |
IndexBase, |
|
|
bool |
GenerateHash = true |
|
) |
| |
EpetraExt::LightweightMap::LightweightMap |
( |
long long |
NumGlobalElements, |
|
|
int |
NumMyElements, |
|
|
const long long * |
MyGlobalElements, |
|
|
long long |
IndexBase, |
|
|
bool |
GenerateHash = true |
|
) |
| |
EpetraExt::LightweightMap::LightweightMap |
( |
const Epetra_Map & |
Map | ) |
|
EpetraExt::LightweightMap::LightweightMap |
( |
const LightweightMap & |
Map | ) |
|
EpetraExt::LightweightMap::~LightweightMap |
( |
| ) |
|
int EpetraExt::LightweightMap::LID |
( |
int |
GID | ) |
const |
int EpetraExt::LightweightMap::GID |
( |
int |
LID | ) |
const |
int EpetraExt::LightweightMap::LID |
( |
long long |
GID | ) |
const |
long long EpetraExt::LightweightMap::GID64 |
( |
int |
LID | ) |
const |
int EpetraExt::LightweightMap::NumMyElements |
( |
| ) |
const |
int * EpetraExt::LightweightMap::MyGlobalElements |
( |
| ) |
const |
int EpetraExt::LightweightMap::IndexBase |
( |
| ) |
const |
|
inline |
void EpetraExt::LightweightMap::MyGlobalElementsPtr |
( |
int *& |
MyGlobalElementList | ) |
const |
long long * EpetraExt::LightweightMap::MyGlobalElements64 |
( |
| ) |
const |
void EpetraExt::LightweightMap::MyGlobalElementsPtr |
( |
long long *& |
MyGlobalElementList | ) |
const |
long long EpetraExt::LightweightMap::IndexBase64 |
( |
| ) |
const |
|
inline |
int EpetraExt::LightweightMap::MinLID |
( |
| ) |
const |
int EpetraExt::LightweightMap::MaxLID |
( |
| ) |
const |
bool EpetraExt::LightweightMap::GlobalIndicesInt |
( |
| ) |
const |
|
inline |
bool EpetraExt::LightweightMap::GlobalIndicesLongLong |
( |
| ) |
const |
|
inline |
void EpetraExt::LightweightMap::CleanupData |
( |
| ) |
|
|
private |
void EpetraExt::LightweightMap::Construct_int |
( |
int |
NumGlobalElements, |
|
|
int |
NumMyElements, |
|
|
const int * |
MyGlobalElements, |
|
|
long long |
IndexBase, |
|
|
bool |
GenerateHash = true |
|
) |
| |
|
private |
void EpetraExt::LightweightMap::Construct_LL |
( |
long long |
NumGlobalElements, |
|
|
int |
NumMyElements, |
|
|
const long long * |
MyGlobalElements, |
|
|
long long |
IndexBase, |
|
|
bool |
GenerateHash = true |
|
) |
| |
|
private |
bool EpetraExt::LightweightMap::IsLongLong |
|
private |
bool EpetraExt::LightweightMap::IsInt |
|
private |
The documentation for this class was generated from the following files: