18 Teuchos::Array<GlobalOrdinal>& exports,
30 ": exportLIDs and numPacketsPerLID must have the same size.");
32 const map_type&
srcMap = * (this->getRowMap ());
41 nonconst_global_inds_host_view_type row;
44 size_t row_length = this->getNumEntriesInGlobalRow (GID);
56 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.