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

#include <fenl_functors.hpp>

Public Types

typedef ViewType view_type
 
typedef const view_typelocal_view_type
 
typedef view_type::value_type local_value_type
 
typedef ViewType view_type
 
typedef const view_typelocal_view_type
 
typedef view_type::value_type local_value_type
 

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION
local_view_type 
create_local_view (const view_type &v, const unsigned local_rank)
 
static KOKKOS_INLINE_FUNCTION
local_view_type 
create_local_view (const view_type &v, const unsigned local_rank)
 

Static Public Attributes

static const bool use_team = false
 

Detailed Description

template<typename ViewType, typename Enabled = void>
struct Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >

Definition at line 94 of file FadMPAssembly/fenl_functors.hpp.

Member Typedef Documentation

template<typename ViewType , typename Enabled = void>
typedef ViewType Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::view_type

Definition at line 95 of file FadMPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
typedef const view_type& Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::local_view_type

Definition at line 100 of file FadMPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
typedef view_type::value_type Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::local_value_type

Definition at line 101 of file FadMPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
typedef ViewType Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::view_type

Definition at line 91 of file MPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
typedef const view_type& Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::local_view_type

Definition at line 96 of file MPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
typedef view_type::value_type Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::local_value_type

Definition at line 97 of file MPAssembly/fenl_functors.hpp.

Member Function Documentation

template<typename ViewType , typename Enabled = void>
static KOKKOS_INLINE_FUNCTION local_view_type Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::create_local_view ( const view_type v,
const unsigned  local_rank 
)
inlinestatic

Definition at line 104 of file FadMPAssembly/fenl_functors.hpp.

template<typename ViewType , typename Enabled = void>
static KOKKOS_INLINE_FUNCTION local_view_type Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::create_local_view ( const view_type v,
const unsigned  local_rank 
)
inlinestatic

Definition at line 100 of file MPAssembly/fenl_functors.hpp.

Member Data Documentation

template<typename ViewType , typename Enabled = void>
static const bool Kokkos::Example::FENL::LocalViewTraits< ViewType, Enabled >::use_team = false
static

Definition at line 102 of file FadMPAssembly/fenl_functors.hpp.


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