EpetraExt Package Browser (Single Doxygen Collection)  Development
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

◆ RemoteOnlyImport()

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

Definition at line 798 of file EpetraExt_MMHelpers.cpp.

◆ ~RemoteOnlyImport()

EpetraExt::RemoteOnlyImport::~RemoteOnlyImport ( )

Definition at line 849 of file EpetraExt_MMHelpers.cpp.

Member Function Documentation

◆ NumSameIDs()

int EpetraExt::RemoteOnlyImport::NumSameIDs ( )
inline

Definition at line 305 of file EpetraExt_MMHelpers.h.

◆ NumPermuteIDs()

int EpetraExt::RemoteOnlyImport::NumPermuteIDs ( )
inline

Definition at line 307 of file EpetraExt_MMHelpers.h.

◆ NumRemoteIDs()

int EpetraExt::RemoteOnlyImport::NumRemoteIDs ( )
inline

Definition at line 309 of file EpetraExt_MMHelpers.h.

◆ NumExportIDs()

int EpetraExt::RemoteOnlyImport::NumExportIDs ( )
inline

Definition at line 311 of file EpetraExt_MMHelpers.h.

◆ ExportLIDs()

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

Definition at line 313 of file EpetraExt_MMHelpers.h.

◆ ExportPIDs()

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

Definition at line 315 of file EpetraExt_MMHelpers.h.

◆ RemoteLIDs()

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

Definition at line 317 of file EpetraExt_MMHelpers.h.

◆ PermuteToLIDs()

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

Definition at line 319 of file EpetraExt_MMHelpers.h.

◆ PermuteFromLIDs()

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

Definition at line 321 of file EpetraExt_MMHelpers.h.

◆ NumSend()

int EpetraExt::RemoteOnlyImport::NumSend ( )
inline

Definition at line 323 of file EpetraExt_MMHelpers.h.

◆ Distributor()

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

Definition at line 325 of file EpetraExt_MMHelpers.h.

◆ SourceMap()

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

Definition at line 327 of file EpetraExt_MMHelpers.h.

◆ TargetMap()

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

Definition at line 328 of file EpetraExt_MMHelpers.h.

Member Data Documentation

◆ NumSend_

int EpetraExt::RemoteOnlyImport::NumSend_
private

Definition at line 331 of file EpetraExt_MMHelpers.h.

◆ NumRemoteIDs_

int EpetraExt::RemoteOnlyImport::NumRemoteIDs_
private

Definition at line 332 of file EpetraExt_MMHelpers.h.

◆ NumExportIDs_

int EpetraExt::RemoteOnlyImport::NumExportIDs_
private

Definition at line 333 of file EpetraExt_MMHelpers.h.

◆ ExportLIDs_

int* EpetraExt::RemoteOnlyImport::ExportLIDs_
private

Definition at line 334 of file EpetraExt_MMHelpers.h.

◆ ExportPIDs_

int* EpetraExt::RemoteOnlyImport::ExportPIDs_
private

Definition at line 335 of file EpetraExt_MMHelpers.h.

◆ RemoteLIDs_

int* EpetraExt::RemoteOnlyImport::RemoteLIDs_
private

Definition at line 336 of file EpetraExt_MMHelpers.h.

◆ Distor_

Epetra_Distributor* EpetraExt::RemoteOnlyImport::Distor_
private

Definition at line 337 of file EpetraExt_MMHelpers.h.

◆ SourceMap_

const Epetra_BlockMap* EpetraExt::RemoteOnlyImport::SourceMap_
private

Definition at line 338 of file EpetraExt_MMHelpers.h.

◆ TargetMap_

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: