Xpetra Version of the Day
|
#include <Xpetra_TpetraExport_def.hpp>
Public Types | |
typedef int | LocalOrdinal |
typedef long long | GlobalOrdinal |
typedef EpetraNode | Node |
typedef Map< LocalOrdinal, GlobalOrdinal, Node > | map_type |
The specialization of Map used by this class. | |
![]() | |
typedef int | local_ordinal_type |
typedef long long | 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. | |
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). | |
TpetraExport (const Export< LocalOrdinal, GlobalOrdinal, Node > &rhs) | |
Copy constructor. | |
~TpetraExport () | |
Destructor. | |
Export Attribute Methods | |
size_t | getNumSameIDs () const |
Number of initial identical IDs. | |
size_t | getNumPermuteIDs () const |
Number of IDs to permute but not to communicate. | |
ArrayView< const LocalOrdinal > | getPermuteFromLIDs () const |
List of local IDs in the source Map that are permuted. | |
ArrayView< const LocalOrdinal > | getPermuteToLIDs () const |
List of local IDs in the target Map that are permuted. | |
size_t | getNumRemoteIDs () const |
Number of entries not on the calling process. | |
ArrayView< const LocalOrdinal > | getRemoteLIDs () const |
List of entries in the target Map to receive from other processes. | |
size_t | getNumExportIDs () const |
Number of entries that must be sent by the calling process to other processes. | |
ArrayView< const LocalOrdinal > | getExportLIDs () const |
List of entries in the source Map that will be sent to other processes. | |
ArrayView< const int > | getExportPIDs () const |
List of processes to which entries will be sent. | |
Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getSourceMap () const |
The source Map used to construct this Export. | |
Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getTargetMap () const |
The target Map used to construct this Export. | |
void | setDistributorParameters (const Teuchos::RCP< Teuchos::ParameterList > params) const |
Set parameters on the underlying object. | |
I/O Methods | |
void | print (std::ostream &os) const |
Print the Export's data to the given output stream. | |
Xpetra specific | |
TpetraExport (const RCP< const Tpetra::Export< LocalOrdinal, GlobalOrdinal, Node > > &exp) | |
TpetraExport constructor to wrap a Tpetra::Export object. | |
RCP< const Tpetra::Export< LocalOrdinal, GlobalOrdinal, Node > > | getTpetra_Export () const |
Additional Inherited Members | |
![]() | |
virtual | ~Export () |
Destructor. | |
![]() | |
virtual std::string | description () const |
virtual void | describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
void | describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
virtual | ~Describable () |
DescribableStreamManipulatorState | describe (const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) |
std::ostream & | operator<< (std::ostream &os, const DescribableStreamManipulatorState &d) |
virtual std::string | description () const |
virtual void | describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
void | describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
virtual | ~Describable () |
![]() | |
LabeledObject () | |
virtual | ~LabeledObject () |
virtual void | setObjectLabel (const std::string &objectLabel) |
virtual std::string | getObjectLabel () const |
![]() | |
static const EVerbosityLevel | verbLevel_default |
Definition at line 393 of file Xpetra_TpetraExport_def.hpp.
typedef int Xpetra::TpetraExport< int, long long, EpetraNode >::LocalOrdinal |
Definition at line 398 of file Xpetra_TpetraExport_def.hpp.
typedef long long Xpetra::TpetraExport< int, long long, EpetraNode >::GlobalOrdinal |
Definition at line 399 of file Xpetra_TpetraExport_def.hpp.
typedef EpetraNode Xpetra::TpetraExport< int, long long, EpetraNode >::Node |
Definition at line 400 of file Xpetra_TpetraExport_def.hpp.
typedef Map<LocalOrdinal, GlobalOrdinal, Node> Xpetra::TpetraExport< int, long long, EpetraNode >::map_type |
The specialization of Map used by this class.
Definition at line 403 of file Xpetra_TpetraExport_def.hpp.
|
inline |
Construct a Export object from the source and target Map.
Definition at line 410 of file Xpetra_TpetraExport_def.hpp.
|
inline |
Constructor (with list of parameters).
Definition at line 420 of file Xpetra_TpetraExport_def.hpp.
|
inline |
Copy constructor.
Definition at line 432 of file Xpetra_TpetraExport_def.hpp.
|
inline |
Destructor.
Definition at line 442 of file Xpetra_TpetraExport_def.hpp.
|
inline |
TpetraExport constructor to wrap a Tpetra::Export object.
Definition at line 516 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Number of initial identical IDs.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 452 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Number of IDs to permute but not to communicate.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 456 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
List of local IDs in the source Map that are permuted.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 460 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
List of local IDs in the target Map that are permuted.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 464 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Number of entries not on the calling process.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 468 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
List of entries in the target Map to receive from other processes.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 472 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Number of entries that must be sent by the calling process to other processes.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 476 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
List of entries in the source Map that will be sent to other processes.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 480 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
List of processes to which entries will be sent.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 484 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
The source Map used to construct this Export.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 488 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
The target Map used to construct this Export.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 492 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Set parameters on the underlying object.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 495 of file Xpetra_TpetraExport_def.hpp.
|
inlinevirtual |
Print the Export's data to the given output stream.
Implements Xpetra::Export< int, long long, EpetraNode >.
Definition at line 504 of file Xpetra_TpetraExport_def.hpp.
|
inline |
Definition at line 525 of file Xpetra_TpetraExport_def.hpp.