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