42 #ifndef TPETRA_DETAILS_TRANSFER_FWD_HPP 43 #define TPETRA_DETAILS_TRANSFER_FWD_HPP 45 #include "Tpetra_Details_DefaultTypes.hpp" 61 #ifndef DOXYGEN_SHOULD_SKIP_THIS 63 template <
class LO,
class GO,
class NT>
class Transfer;
64 #endif // DOXYGEN_SHOULD_SKIP_THIS 75 class GlobalOrdinal = ::Tpetra::Details::DefaultTypes::global_ordinal_type,
82 #endif // TPETRA_DETAILS_TRANSFER_FWD_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Classes::Transfer< LocalOrdinal, GlobalOrdinal, Node > Transfer
Alias for Tpetra::Classes::Details::Transfer.
int local_ordinal_type
Default value of Scalar template parameter.
Implementation details of Tpetra.
Common base class of Import and Export.
::Kokkos::Compat::KokkosDeviceWrapperNode< execution_space > node_type
Default value of Node template parameter.