EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
EpetraExt::RemoteOnlyImport Class Reference

#include <EpetraExt_MMHelpers.h>

Public Member Functions

 RemoteOnlyImport (const Epetra_Import &Importer, LightweightMap &RemoteOnlyTargetMap)
 
 ~RemoteOnlyImport ()
 
int NumSameIDs ()
 
int NumPermuteIDs ()
 
int NumRemoteIDs ()
 
int NumExportIDs ()
 
int * ExportLIDs ()
 
int * ExportPIDs ()
 
int * RemoteLIDs ()
 
int * PermuteToLIDs ()
 
int * PermuteFromLIDs ()
 
int NumSend ()
 
Epetra_DistributorDistributor ()
 
const Epetra_BlockMapSourceMap () const
 
const LightweightMapTargetMap () const
 

Private Attributes

int NumSend_
 
int NumRemoteIDs_
 
int NumExportIDs_
 
int * ExportLIDs_
 
int * ExportPIDs_
 
int * RemoteLIDs_
 
Epetra_DistributorDistor_
 
const Epetra_BlockMapSourceMap_
 
const LightweightMapTargetMap_
 

Detailed Description

Definition at line 300 of file EpetraExt_MMHelpers.h.

Constructor & Destructor Documentation

EpetraExt::RemoteOnlyImport::RemoteOnlyImport ( const Epetra_Import Importer,
LightweightMap RemoteOnlyTargetMap 
)

Definition at line 798 of file EpetraExt_MMHelpers.cpp.

EpetraExt::RemoteOnlyImport::~RemoteOnlyImport ( )

Definition at line 849 of file EpetraExt_MMHelpers.cpp.

Member Function Documentation

int EpetraExt::RemoteOnlyImport::NumSameIDs ( )
inline

Definition at line 305 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumPermuteIDs ( )
inline

Definition at line 307 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumRemoteIDs ( )
inline

Definition at line 309 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumExportIDs ( )
inline

Definition at line 311 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::ExportLIDs ( )
inline

Definition at line 313 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::ExportPIDs ( )
inline

Definition at line 315 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::RemoteLIDs ( )
inline

Definition at line 317 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::PermuteToLIDs ( )
inline

Definition at line 319 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::PermuteFromLIDs ( )
inline

Definition at line 321 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumSend ( )
inline

Definition at line 323 of file EpetraExt_MMHelpers.h.

Epetra_Distributor& EpetraExt::RemoteOnlyImport::Distributor ( )
inline

Definition at line 325 of file EpetraExt_MMHelpers.h.

const Epetra_BlockMap& EpetraExt::RemoteOnlyImport::SourceMap ( ) const
inline

Definition at line 327 of file EpetraExt_MMHelpers.h.

const LightweightMap& EpetraExt::RemoteOnlyImport::TargetMap ( ) const
inline

Definition at line 328 of file EpetraExt_MMHelpers.h.

Member Data Documentation

int EpetraExt::RemoteOnlyImport::NumSend_
private

Definition at line 331 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumRemoteIDs_
private

Definition at line 332 of file EpetraExt_MMHelpers.h.

int EpetraExt::RemoteOnlyImport::NumExportIDs_
private

Definition at line 333 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::ExportLIDs_
private

Definition at line 334 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::ExportPIDs_
private

Definition at line 335 of file EpetraExt_MMHelpers.h.

int* EpetraExt::RemoteOnlyImport::RemoteLIDs_
private

Definition at line 336 of file EpetraExt_MMHelpers.h.

Epetra_Distributor* EpetraExt::RemoteOnlyImport::Distor_
private

Definition at line 337 of file EpetraExt_MMHelpers.h.

const Epetra_BlockMap* EpetraExt::RemoteOnlyImport::SourceMap_
private

Definition at line 338 of file EpetraExt_MMHelpers.h.

const LightweightMap* EpetraExt::RemoteOnlyImport::TargetMap_
private

Definition at line 339 of file EpetraExt_MMHelpers.h.


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