50 Teuchos::Array<GlobalOrdinal>& exports,
62 ": exportLIDs and numPacketsPerLID must have the same size.");
64 const map_type&
srcMap = * (this->getRowMap ());
73 nonconst_global_inds_host_view_type row;
76 size_t row_length = this->getNumEntriesInGlobalRow (GID);
88 size_t row_length = this->getNumEntriesInGlobalRow (GID);
virtual void pack(const Teuchos::ArrayView< const LocalOrdinal > &exportLIDs, Teuchos::Array< GlobalOrdinal > &exports, const Teuchos::ArrayView< size_t > &numPacketsPerLID, size_t &constantNumPackets) const
Pack this object's data for Import or Export.