51 template<
class GlobalOrdinal>
61 template<
class EpetraGlobalOrdinal>
66 template<
class EpetraGlobalOrdinal>
69 template<
class EpetraGlobalOrdinal>
74 template<
class EpetraGlobalOrdinal>
79 template<
class EpetraGlobalOrdinal>
84 template<
class EpetraGlobalOrdinal>
89 template<
class EpetraGlobalOrdinal>
94 template<
class EpetraGlobalOrdinal>
99 template<
class EpetraGlobalOrdinal>
102 #ifndef XPETRA_EPETRA_NO_32BIT_GLOBAL_INDICES 107 #ifndef XPETRA_EPETRA_NO_64BIT_GLOBAL_INDICES template RCP< const CrsGraph< int, long long > > toXpetra< long long >(const Epetra_CrsGraph &g)
size_t getNumExportIDs() const
Number of entries that must be sent by the calling process to other processes.
const Epetra_CrsGraph & toEpetra(const RCP< const CrsGraph< int, GlobalOrdinal > > &graph)
size_t getNumRemoteIDs() const
Number of entries not on the calling process.
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
RCP< const CrsGraph< int, GlobalOrdinal > > toXpetra(const Epetra_CrsGraph &g)
ArrayView< const int > getExportPIDs() const
List of processes to which entries will be sent.
ArrayView< const LocalOrdinal > getExportLIDs() const
List of entries in the source Map that will be sent to other processes.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
EpetraExportT(const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target)
Construct a Export object from the source and target Map.
ArrayView< const LocalOrdinal > getPermuteToLIDs() const
List of local IDs in the target Map that are permuted.
template RCP< const CrsGraph< int, int > > toXpetra< int >(const Epetra_CrsGraph &g)
Exception throws when you call an unimplemented method of Xpetra.
RCP< const Epetra_Export > export_
ArrayView< const LocalOrdinal > getRemoteLIDs() const
List of entries in the target Map to receive from other processes.
#define XPETRA_MONITOR(funcName)
void print(std::ostream &os) const
Print the Export's data to the given output stream.
ArrayView< const LocalOrdinal > getPermuteFromLIDs() const
List of local IDs in the source Map that are permuted.