Tpetra: Objects that return a Kokkos::View of the data should return it unmanaged
*Created by: mhoemmen*
@trilinos/tpetra As discussed in the Kokkos / Tpetra developers' meeting yesterday (Wed 01 Jun 2016), all Tpetra objects that return a Kokkos::View of their data should return it unmanaged. This lets TPLs manage data if they need to, and also avoids awkward situations where data persist beyond their owning object's lifetime.
issue