Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType > Struct Template Reference

#include <VectorImport.hpp>

Public Member Functions

 VectorImport (const Teuchos::RCP< const Teuchos::Comm< int > > arg_comm, const CommMessageType &, const CommMessageType &, const CommIdentType &, const unsigned arg_count_owned, const unsigned arg_count_receive)
 
void operator() (const VectorType &) const
 
 VectorImport (const Teuchos::RCP< const Teuchos::Comm< int > > arg_comm, const CommMessageType &, const CommMessageType &, const CommIdentType &, const unsigned arg_count_owned, const unsigned arg_count_receive)
 
void operator() (const VectorType &) const
 

Public Attributes

const Teuchos::RCP< const
Teuchos::Comm< int > > 
comm
 
const unsigned count_owned
 
const unsigned count_receive
 

Detailed Description

template<class CommMessageType, class CommIdentType, class VectorType>
struct Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >

Definition at line 34 of file FadMPAssembly/VectorImport.hpp.

Constructor & Destructor Documentation

template<class CommMessageType , class CommIdentType , class VectorType >
Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::VectorImport ( const Teuchos::RCP< const Teuchos::Comm< int > >  arg_comm,
const CommMessageType &  ,
const CommMessageType &  ,
const CommIdentType &  ,
const unsigned  arg_count_owned,
const unsigned  arg_count_receive 
)
inline

Definition at line 54 of file FadMPAssembly/VectorImport.hpp.

template<class CommMessageType , class CommIdentType , class VectorType >
Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::VectorImport ( const Teuchos::RCP< const Teuchos::Comm< int > >  arg_comm,
const CommMessageType &  ,
const CommMessageType &  ,
const CommIdentType &  ,
const unsigned  arg_count_owned,
const unsigned  arg_count_receive 
)
inline

Definition at line 54 of file MPAssembly/VectorImport.hpp.

Member Function Documentation

template<class CommMessageType , class CommIdentType , class VectorType >
void Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::operator() ( const VectorType &  ) const
inline

Definition at line 66 of file FadMPAssembly/VectorImport.hpp.

template<class CommMessageType , class CommIdentType , class VectorType >
void Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::operator() ( const VectorType &  ) const
inline

Definition at line 66 of file MPAssembly/VectorImport.hpp.

Member Data Documentation

template<class CommMessageType , class CommIdentType , class VectorType >
const Teuchos::RCP< const Teuchos::Comm< int > > Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::comm

Definition at line 50 of file FadMPAssembly/VectorImport.hpp.

template<class CommMessageType , class CommIdentType , class VectorType >
const unsigned Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::count_owned

Definition at line 51 of file FadMPAssembly/VectorImport.hpp.

template<class CommMessageType , class CommIdentType , class VectorType >
const unsigned Kokkos::Example::VectorImport< CommMessageType, CommIdentType, VectorType >::count_receive

Definition at line 52 of file FadMPAssembly/VectorImport.hpp.


The documentation for this struct was generated from the following files: