Xpetra Version of the Day
|
#include <Xpetra_TpetraImport_def.hpp>
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. | |
![]() | |
typedef int | local_ordinal_type |
typedef int | global_ordinal_type |
typedef EpetraNode | node_type |
typedef Map< int, int, EpetraNode > | map_type |
Constructor/Destructor Methods | |
TpetraImport (const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target) | |
Construct an Import from the source and target Maps. | |
TpetraImport (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). | |
TpetraImport (const Import< LocalOrdinal, GlobalOrdinal, Node > &import) | |
Copy constructor. | |
~TpetraImport () | |
Destructor. | |
Teuchos::RCP< const Import< LocalOrdinal, GlobalOrdinal, Node > > | createRemoteOnlyImport (const Teuchos::RCP< const map_type > &remoteTarget) const |
Special "constructor". | |
Import 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 Import object. | |
Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getTargetMap () const |
The Target Map used to construct this Import object. | |
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 Import's data to the given output stream. | |
Xpetra specific | |
TpetraImport (const RCP< const Tpetra::Import< LocalOrdinal, GlobalOrdinal, Node > > &import) | |
TpetraImport constructor to wrap a Tpetra::Import object. | |
RCP< const Tpetra::Import< LocalOrdinal, GlobalOrdinal, Node > > | getTpetra_Import () const |
Additional Inherited Members | |
![]() | |
virtual | ~Import () |
Destructor. | |
virtual Teuchos::RCP< const Import< int, int, EpetraNode > > | createRemoteOnlyImport (const Teuchos::RCP< const map_type > &remoteTarget) const=0 |
Special "constructor". | |
![]() | |
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 158 of file Xpetra_TpetraImport_def.hpp.
typedef int Xpetra::TpetraImport< int, int, EpetraNode >::LocalOrdinal |
Definition at line 162 of file Xpetra_TpetraImport_def.hpp.
typedef int Xpetra::TpetraImport< int, int, EpetraNode >::GlobalOrdinal |
Definition at line 163 of file Xpetra_TpetraImport_def.hpp.
typedef EpetraNode Xpetra::TpetraImport< int, int, EpetraNode >::Node |
Definition at line 164 of file Xpetra_TpetraImport_def.hpp.
typedef Map<LocalOrdinal,GlobalOrdinal,Node> Xpetra::TpetraImport< int, int, EpetraNode >::map_type |
The specialization of Map used by this class.
Definition at line 167 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Construct an Import from the source and target Maps.
Definition at line 173 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Constructor (with list of parameters).
Definition at line 178 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Copy constructor.
Definition at line 183 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Destructor.
Definition at line 188 of file Xpetra_TpetraImport_def.hpp.
|
inline |
TpetraImport constructor to wrap a Tpetra::Import object.
Definition at line 252 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Special "constructor".
Definition at line 193 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Number of initial identical IDs.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 203 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Number of IDs to permute but not to communicate.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 206 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
List of local IDs in the source Map that are permuted.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 209 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
List of local IDs in the target Map that are permuted.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 212 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Number of entries not on the calling process.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 215 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
List of entries in the target Map to receive from other processes.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 218 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Number of entries that must be sent by the calling process to other processes.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 221 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
List of entries in the source Map that will be sent to other processes.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 224 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
List of processes to which entries will be sent.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 227 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
The Source Map used to construct this Import object.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 230 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
The Target Map used to construct this Import object.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 233 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Set parameters on the underlying object.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 236 of file Xpetra_TpetraImport_def.hpp.
|
inlinevirtual |
Print the Import's data to the given output stream.
Implements Xpetra::Import< int, int, EpetraNode >.
Definition at line 244 of file Xpetra_TpetraImport_def.hpp.
|
inline |
Definition at line 256 of file Xpetra_TpetraImport_def.hpp.