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::GlobalIndexer::CopyCellLIDsFunctor Class Reference

#include <Panzer_GlobalIndexer.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
panzer::LocalOrdinal
**, Kokkos::LayoutRight,
PHX::Device > 
global_lids
 
Kokkos::View
< panzer::LocalOrdinal
**, PHX::Device > 
local_lids
 

Detailed Description

Definition at line 286 of file Panzer_GlobalIndexer.hpp.

Member Typedef Documentation

Definition at line 288 of file Panzer_GlobalIndexer.hpp.

Member Function Documentation

KOKKOS_INLINE_FUNCTION void panzer::GlobalIndexer::CopyCellLIDsFunctor::operator() ( const int  cell) const
inline

Definition at line 295 of file Panzer_GlobalIndexer.hpp.

Member Data Documentation

Kokkos::View<const int*,PHX::Device> panzer::GlobalIndexer::CopyCellLIDsFunctor::cellIds

Definition at line 290 of file Panzer_GlobalIndexer.hpp.

Kokkos::View<const panzer::LocalOrdinal**,Kokkos::LayoutRight,PHX::Device> panzer::GlobalIndexer::CopyCellLIDsFunctor::global_lids

Definition at line 291 of file Panzer_GlobalIndexer.hpp.

Kokkos::View<panzer::LocalOrdinal**,PHX::Device> panzer::GlobalIndexer::CopyCellLIDsFunctor::local_lids

Definition at line 292 of file Panzer_GlobalIndexer.hpp.


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