Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::TpetraExport< int, int, EpetraNode > Class Template Reference

#include <Xpetra_TpetraExport_def.hpp>

Inheritance diagram for Xpetra::TpetraExport< int, int, EpetraNode >:
Xpetra::Export< int, int, EpetraNode >

Public Types

typedef int LocalOrdinal
 
typedef int GlobalOrdinal
 
typedef EpetraNode Node
 
typedef Map< LocalOrdinal,
GlobalOrdinal, Node
map_type
 The specialization of Map used by this class. More...
 
- Public Types inherited from Xpetra::Export< int, int, EpetraNode >
typedef int local_ordinal_type
 
typedef int global_ordinal_type
 
typedef EpetraNode node_type
 

Constructor/Destructor Methods

 TpetraExport (const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target)
 Construct a Export object from the source and target Map. More...
 
 TpetraExport (const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target, const Teuchos::RCP< Teuchos::ParameterList > &plist)
 Constructor (with list of parameters). More...
 
 TpetraExport (const Export< LocalOrdinal, GlobalOrdinal, Node > &rhs)
 Copy constructor. More...
 
 ~TpetraExport ()
 Destructor. More...
 

Export Attribute Methods

size_t getNumSameIDs () const
 Number of initial identical IDs. More...
 
size_t getNumPermuteIDs () const
 Number of IDs to permute but not to communicate. More...
 
ArrayView< const LocalOrdinalgetPermuteFromLIDs () const
 List of local IDs in the source Map that are permuted. More...
 
ArrayView< const LocalOrdinalgetPermuteToLIDs () const
 List of local IDs in the target Map that are permuted. More...
 
size_t getNumRemoteIDs () const
 Number of entries not on the calling process. More...
 
ArrayView< const LocalOrdinalgetRemoteLIDs () const
 List of entries in the target Map to receive from other processes. More...
 
size_t getNumExportIDs () const
 Number of entries that must be sent by the calling process to other processes. More...
 
ArrayView< const LocalOrdinalgetExportLIDs () const
 List of entries in the source Map that will be sent to other processes. More...
 
ArrayView< const int > getExportPIDs () const
 List of processes to which entries will be sent. More...
 
Teuchos::RCP< const Map
< LocalOrdinal, GlobalOrdinal,
Node > > 
getSourceMap () const
 The source Map used to construct this Export. More...
 
Teuchos::RCP< const Map
< LocalOrdinal, GlobalOrdinal,
Node > > 
getTargetMap () const
 The target Map used to construct this Export. More...
 
void setDistributorParameters (const Teuchos::RCP< Teuchos::ParameterList > params) const
 Set parameters on the underlying object. More...
 

I/O Methods

void print (std::ostream &os) const
 Print the Export's data to the given output stream. More...
 

Xpetra specific

 TpetraExport (const RCP< const Tpetra::Export< LocalOrdinal, GlobalOrdinal, Node >> &exp)
 TpetraExport constructor to wrap a Tpetra::Export object. More...
 
RCP< const Tpetra::Export
< LocalOrdinal, GlobalOrdinal,
Node > > 
getTpetra_Export () const
 

Detailed Description

template<>
class Xpetra::TpetraExport< int, int, EpetraNode >

Definition at line 246 of file Xpetra_TpetraExport_def.hpp.

Member Typedef Documentation

typedef int Xpetra::TpetraExport< int, int, EpetraNode >::LocalOrdinal

Definition at line 251 of file Xpetra_TpetraExport_def.hpp.

typedef int Xpetra::TpetraExport< int, int, EpetraNode >::GlobalOrdinal

Definition at line 252 of file Xpetra_TpetraExport_def.hpp.

Definition at line 253 of file Xpetra_TpetraExport_def.hpp.

The specialization of Map used by this class.

Definition at line 256 of file Xpetra_TpetraExport_def.hpp.

Constructor & Destructor Documentation

Xpetra::TpetraExport< int, int, EpetraNode >::TpetraExport ( const Teuchos::RCP< const map_type > &  source,
const Teuchos::RCP< const map_type > &  target 
)
inline

Construct a Export object from the source and target Map.

Definition at line 262 of file Xpetra_TpetraExport_def.hpp.

Xpetra::TpetraExport< int, int, EpetraNode >::TpetraExport ( const Teuchos::RCP< const map_type > &  source,
const Teuchos::RCP< const map_type > &  target,
const Teuchos::RCP< Teuchos::ParameterList > &  plist 
)
inline

Constructor (with list of parameters).

Definition at line 272 of file Xpetra_TpetraExport_def.hpp.

Copy constructor.

Definition at line 284 of file Xpetra_TpetraExport_def.hpp.

Xpetra::TpetraExport< int, int, EpetraNode >::~TpetraExport ( )
inline

Destructor.

Definition at line 294 of file Xpetra_TpetraExport_def.hpp.

Xpetra::TpetraExport< int, int, EpetraNode >::TpetraExport ( const RCP< const Tpetra::Export< LocalOrdinal, GlobalOrdinal, Node >> &  exp)
inline

TpetraExport constructor to wrap a Tpetra::Export object.

Definition at line 370 of file Xpetra_TpetraExport_def.hpp.

Member Function Documentation

size_t Xpetra::TpetraExport< int, int, EpetraNode >::getNumSameIDs ( ) const
inlinevirtual

Number of initial identical IDs.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 304 of file Xpetra_TpetraExport_def.hpp.

size_t Xpetra::TpetraExport< int, int, EpetraNode >::getNumPermuteIDs ( ) const
inlinevirtual

Number of IDs to permute but not to communicate.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 308 of file Xpetra_TpetraExport_def.hpp.

ArrayView<const LocalOrdinal> Xpetra::TpetraExport< int, int, EpetraNode >::getPermuteFromLIDs ( ) const
inlinevirtual

List of local IDs in the source Map that are permuted.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 312 of file Xpetra_TpetraExport_def.hpp.

ArrayView<const LocalOrdinal> Xpetra::TpetraExport< int, int, EpetraNode >::getPermuteToLIDs ( ) const
inlinevirtual

List of local IDs in the target Map that are permuted.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 316 of file Xpetra_TpetraExport_def.hpp.

size_t Xpetra::TpetraExport< int, int, EpetraNode >::getNumRemoteIDs ( ) const
inlinevirtual

Number of entries not on the calling process.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 320 of file Xpetra_TpetraExport_def.hpp.

ArrayView<const LocalOrdinal> Xpetra::TpetraExport< int, int, EpetraNode >::getRemoteLIDs ( ) const
inlinevirtual

List of entries in the target Map to receive from other processes.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 324 of file Xpetra_TpetraExport_def.hpp.

size_t Xpetra::TpetraExport< int, int, EpetraNode >::getNumExportIDs ( ) const
inlinevirtual

Number of entries that must be sent by the calling process to other processes.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 328 of file Xpetra_TpetraExport_def.hpp.

ArrayView<const LocalOrdinal> Xpetra::TpetraExport< int, int, EpetraNode >::getExportLIDs ( ) const
inlinevirtual

List of entries in the source Map that will be sent to other processes.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 332 of file Xpetra_TpetraExport_def.hpp.

ArrayView<const int> Xpetra::TpetraExport< int, int, EpetraNode >::getExportPIDs ( ) const
inlinevirtual

List of processes to which entries will be sent.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 336 of file Xpetra_TpetraExport_def.hpp.

Teuchos::RCP<const Map<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::TpetraExport< int, int, EpetraNode >::getSourceMap ( ) const
inlinevirtual

The source Map used to construct this Export.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 340 of file Xpetra_TpetraExport_def.hpp.

Teuchos::RCP<const Map<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::TpetraExport< int, int, EpetraNode >::getTargetMap ( ) const
inlinevirtual

The target Map used to construct this Export.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 344 of file Xpetra_TpetraExport_def.hpp.

void Xpetra::TpetraExport< int, int, EpetraNode >::setDistributorParameters ( const Teuchos::RCP< Teuchos::ParameterList >  params) const
inlinevirtual

Set parameters on the underlying object.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 347 of file Xpetra_TpetraExport_def.hpp.

void Xpetra::TpetraExport< int, int, EpetraNode >::print ( std::ostream &  os) const
inlinevirtual

Print the Export's data to the given output stream.

Implements Xpetra::Export< int, int, EpetraNode >.

Definition at line 357 of file Xpetra_TpetraExport_def.hpp.

RCP<const Tpetra::Export<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::TpetraExport< int, int, EpetraNode >::getTpetra_Export ( ) const
inline

Definition at line 379 of file Xpetra_TpetraExport_def.hpp.


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