#include <Xpetra_EpetraImport.hpp>
Private Types | |
typedef int | LocalOrdinal |
typedef EpetraGlobalOrdinal | GlobalOrdinal |
typedef Map< LocalOrdinal, GlobalOrdinal, Node > | map_type |
The specialization of Map used by this class. More... | |
Private Attributes | |
RCP< const Epetra_Import > | import_ |
Constructor/Destructor Methods | |
EpetraImportT (const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target) | |
Construct an Import from the source and target Maps. More... | |
~EpetraImportT () | |
Destructor. More... | |
Import 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 LocalOrdinal > | getPermuteFromLIDs () const |
List of local IDs in the source Map that are permuted. More... | |
ArrayView< const LocalOrdinal > | getPermuteToLIDs () 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 LocalOrdinal > | getRemoteLIDs () const |
List of entries in the target Map to receive from other processes. More... | |
ArrayView< const LocalOrdinal > | getRemotePIDs () 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 LocalOrdinal > | getExportLIDs () 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 Import object. More... | |
Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | getTargetMap () const |
The Target Map used to construct this Import object. More... | |
I/O Methods | |
void | print (std::ostream &os) const |
Print the Import's data to the given output stream. More... | |
Xpetra specific | |
EpetraImportT (const RCP< const Epetra_Import > &import) | |
EpetraImportT constructor to wrap a Epetra_Import object. More... | |
RCP< const Epetra_Import > | getEpetra_Import () const |
Get the underlying Epetra import. More... | |
Additional Inherited Members | |
Public Types inherited from Xpetra::Import< int, EpetraGlobalOrdinal, Node > | |
typedef int | local_ordinal_type |
typedef EpetraGlobalOrdinal | global_ordinal_type |
typedef Node | node_type |
Public Member Functions inherited from Xpetra::Import< int, EpetraGlobalOrdinal, Node > | |
virtual | ~Import () |
Destructor. More... | |
Public Member Functions inherited from Teuchos::Describable | |
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 |
DescribableStreamManipulatorState | describe (const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) |
std::ostream & | operator<< (std::ostream &os, const DescribableStreamManipulatorState &d) |
Static Public Attributes inherited from Teuchos::Describable | |
static const EVerbosityLevel | verbLevel_default |
Definition at line 66 of file Xpetra_EpetraImport.hpp.
|
private |
Definition at line 70 of file Xpetra_EpetraImport.hpp.
|
private |
Definition at line 71 of file Xpetra_EpetraImport.hpp.
|
private |
The specialization of Map used by this class.
Definition at line 73 of file Xpetra_EpetraImport.hpp.
|
inline |
Construct an Import from the source and target Maps.
Definition at line 81 of file Xpetra_EpetraImport.hpp.
|
inline |
Destructor.
Definition at line 94 of file Xpetra_EpetraImport.hpp.
|
inline |
EpetraImportT constructor to wrap a Epetra_Import object.
Definition at line 168 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
Number of initial identical IDs.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 102 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
Number of IDs to permute but not to communicate.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 105 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
List of local IDs in the source Map that are permuted.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 108 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
List of local IDs in the target Map that are permuted.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 114 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
Number of entries not on the calling process.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 120 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
List of entries in the target Map to receive from other processes.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 123 of file Xpetra_EpetraImport.hpp.
|
inline |
List of entries in the target Map to receive from other processes.
Definition at line 129 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
Number of entries that must be sent by the calling process to other processes.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 135 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
List of entries in the source Map that will be sent to other processes.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 139 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
List of processes to which entries will be sent.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 145 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
The Source Map used to construct this Import object.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 149 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
The Target Map used to construct this Import object.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 152 of file Xpetra_EpetraImport.hpp.
|
inlinevirtual |
Print the Import's data to the given output stream.
Implements Xpetra::Import< int, EpetraGlobalOrdinal, Node >.
Definition at line 160 of file Xpetra_EpetraImport.hpp.
|
inline |
Get the underlying Epetra import.
Definition at line 171 of file Xpetra_EpetraImport.hpp.
|
private |
Definition at line 177 of file Xpetra_EpetraImport.hpp.