Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor Class Reference

#include <Panzer_UniqueGlobalIndexer.hpp>

Public Types

typedef PHX::Device execution_space
 

Public Member Functions

KOKKOS_INLINE_FUNCTION void operator() (const int cell) const
 

Public Attributes

Kokkos::View< const int
*, PHX::Device > 
cellIds
 
Kokkos::View< const
LocalOrdinalT
**, Kokkos::LayoutRight,
PHX::Device > 
global_lids
 
Kokkos::View< LocalOrdinalT
**, PHX::Device > 
local_lids
 

Detailed Description

template<typename LocalOrdinalT, typename GlobalOrdinalT>
class panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor

Definition at line 342 of file Panzer_UniqueGlobalIndexer.hpp.

Member Typedef Documentation

template<typename LocalOrdinalT, typename GlobalOrdinalT>
typedef PHX::Device panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor::execution_space

Definition at line 344 of file Panzer_UniqueGlobalIndexer.hpp.

Member Function Documentation

template<typename LocalOrdinalT, typename GlobalOrdinalT>
KOKKOS_INLINE_FUNCTION void panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor::operator() ( const int  cell) const
inline

Definition at line 351 of file Panzer_UniqueGlobalIndexer.hpp.

Member Data Documentation

template<typename LocalOrdinalT, typename GlobalOrdinalT>
Kokkos::View<const int*,PHX::Device> panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor::cellIds

Definition at line 346 of file Panzer_UniqueGlobalIndexer.hpp.

template<typename LocalOrdinalT, typename GlobalOrdinalT>
Kokkos::View<const LocalOrdinalT**,Kokkos::LayoutRight,PHX::Device> panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor::global_lids

Definition at line 347 of file Panzer_UniqueGlobalIndexer.hpp.

template<typename LocalOrdinalT, typename GlobalOrdinalT>
Kokkos::View<LocalOrdinalT**,PHX::Device> panzer::UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT >::CopyCellLIDsFunctor::local_lids

Definition at line 348 of file Panzer_UniqueGlobalIndexer.hpp.


The documentation for this class was generated from the following file: