Epetra_BasicDirectory: This class allows Epetra_Map objects to reference non-local elements.
More...
#include <Epetra_BasicDirectory.h>
|
int | GetDirectoryEntries (const Epetra_BlockMap &Map, const int NumEntries, const int *GlobalEntries, int *Procs, int *LocalEntries, int *EntrySizes, bool high_rank_sharing_procs=false) const |
| GetDirectoryEntries : Returns proc and local id info for non-local map entries. More...
|
|
int | GetDirectoryEntries (const Epetra_BlockMap &Map, const int NumEntries, const long long *GlobalEntries, int *Procs, int *LocalEntries, int *EntrySizes, bool high_rank_sharing_procs=false) const |
|
bool | GIDsAllUniquelyOwned () const |
| GIDsAllUniquelyOwned: returns true if all GIDs appear on just one processor. More...
|
|
|
virtual void | Print (std::ostream &os) const |
| Print method. More...
|
|
Epetra_BasicDirectory: This class allows Epetra_Map objects to reference non-local elements.
For Epetra_BlockMap objects, a Epetra_Directory object must be created to allow referencing of non-local elements. The Epetra_BasicDirectory produces and contains a uniform linear Epetra_BlockMap and a ProcList_ allowing blocks of non-local elements to be accessed by dereferencing through the Epetra_BasicDirectory.
This class currently has one constructor, taking a Epetra_BlockMap object.
Definition at line 63 of file Epetra_BasicDirectory.h.
Epetra_BasicDirectory::Epetra_BasicDirectory |
( |
const Epetra_BlockMap & |
Map | ) |
|
Epetra_BasicDirectory::~Epetra_BasicDirectory |
( |
void |
| ) |
|
|
virtual |
int Epetra_BasicDirectory::GetDirectoryEntries |
( |
const Epetra_BlockMap & |
Map, |
|
|
const int |
NumEntries, |
|
|
const int * |
GlobalEntries, |
|
|
int * |
Procs, |
|
|
int * |
LocalEntries, |
|
|
int * |
EntrySizes, |
|
|
bool |
high_rank_sharing_procs = false |
|
) |
| const |
|
virtual |
GetDirectoryEntries : Returns proc and local id info for non-local map entries.
Given a list of Global Entry IDs, this function returns the list of processor IDs and local IDs on the owning processor that correspond to the list of entries. If LocalEntries is 0, then local IDs are not returned. If EntrySizes is nonzero, it will contain a list of corresponding element sizes for the requested global entries.
- Parameters
-
In | NumEntries - Number of Global IDs being passed in. |
In | GlobalEntries - List of Global IDs being passed in. |
InOut | Procs - User allocated array of length at least NumEntries. On return contains list of processors owning the Global IDs in question. If any of the GIDs is shared by more than one processor, then the lowest-numbered processor is listed in this array, unless the optional argument 'high_rank_sharing_procs' is given as true. |
InOut | LocalEntries - User allocated array of length at least NumEntries. On return contains the local ID of the global on the owning processor. If LocalEntries is zero, no local ID information is returned. |
InOut | EntrySizes - User allocated array of length at least NumEntries. On return contains the size of the object associated with this global ID. If LocalEntries is zero, no size information is returned. |
In | high_rank_sharing_procs Optional argument, defaults to true. If any GIDs appear on multiple processors (referred to as "sharing procs"), this specifies whether the lowest-rank proc or the highest-rank proc is chosen as the "owner". |
- Returns
- Integer error code, set to 0 if successful.
Implements Epetra_Directory.
Definition at line 721 of file Epetra_BasicDirectory.cpp.
int Epetra_BasicDirectory::GetDirectoryEntries |
( |
const Epetra_BlockMap & |
Map, |
|
|
const int |
NumEntries, |
|
|
const long long * |
GlobalEntries, |
|
|
int * |
Procs, |
|
|
int * |
LocalEntries, |
|
|
int * |
EntrySizes, |
|
|
bool |
high_rank_sharing_procs = false |
|
) |
| const |
|
virtual |
bool Epetra_BasicDirectory::GIDsAllUniquelyOwned |
( |
| ) |
const |
|
virtual |
GIDsAllUniquelyOwned: returns true if all GIDs appear on just one processor.
If any GIDs are owned by multiple processors, returns false.
Implements Epetra_Directory.
Definition at line 409 of file Epetra_BasicDirectory.cpp.
void Epetra_BasicDirectory::Print |
( |
std::ostream & |
os | ) |
const |
|
virtual |
void Epetra_BasicDirectory::create_ProcListArrays |
( |
| ) |
|
|
private |
void Epetra_BasicDirectory::addProcToList |
( |
int |
proc, |
|
|
int |
LID |
|
) |
| |
|
private |
template<typename int_type >
const Epetra_Map& Epetra_BasicDirectory::DirectoryMap |
( |
| ) |
const |
|
inlineprivate |
template<typename int_type >
const int_type* Epetra_BasicDirectory::AllMinGIDs |
( |
| ) |
const |
|
private |
template<typename int_type >
int Epetra_BasicDirectory::GetDirectoryEntries |
( |
const Epetra_BlockMap & |
Map, |
|
|
const int |
NumEntries, |
|
|
const int_type * |
GlobalEntries, |
|
|
int * |
Procs, |
|
|
int * |
LocalEntries, |
|
|
int * |
EntrySizes, |
|
|
bool |
high_rank_sharing_procs |
|
) |
| const |
|
private |
template<>
const int* Epetra_BasicDirectory::AllMinGIDs |
( |
| ) |
const |
|
inline |
template<>
const long long* Epetra_BasicDirectory::AllMinGIDs |
( |
| ) |
const |
|
inline |
int* Epetra_BasicDirectory::ProcList_ |
|
private |
int** Epetra_BasicDirectory::ProcListLists_ |
|
private |
int* Epetra_BasicDirectory::ProcListLens_ |
|
private |
int Epetra_BasicDirectory::numProcLists_ |
|
private |
bool Epetra_BasicDirectory::entryOnMultipleProcs_ |
|
private |
int* Epetra_BasicDirectory::LocalIndexList_ |
|
private |
int* Epetra_BasicDirectory::SizeList_ |
|
private |
bool Epetra_BasicDirectory::SizeIsConst_ |
|
private |
int* Epetra_BasicDirectory::AllMinGIDs_int_ |
|
private |
long long* Epetra_BasicDirectory::AllMinGIDs_LL_ |
|
private |
The documentation for this class was generated from the following files: