Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 75 of file MPAssembly/VectorImport.hpp.

Constructor & Destructor Documentation

◆ VectorImport() [1/2]

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 81 of file FadMPAssembly/VectorImport.hpp.

◆ VectorImport() [2/2]

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 81 of file MPAssembly/VectorImport.hpp.

Member Function Documentation

◆ operator()() [1/2]

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

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

◆ operator()() [2/2]

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

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

Member Data Documentation

◆ comm

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

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

◆ count_owned

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

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

◆ count_receive

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

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


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