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< ArrayT > Class Template 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

PHX::View< const int * > cellIds
 
Kokkos::View< const
panzer::LocalOrdinal
**, Kokkos::LayoutRight,
PHX::Device > 
global_lids
 
ArrayT local_lids
 
int num_dofs
 

Detailed Description

template<typename ArrayT>
class panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >

Definition at line 309 of file Panzer_GlobalIndexer.hpp.

Member Typedef Documentation

template<typename ArrayT>
typedef PHX::Device panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::execution_space

Definition at line 311 of file Panzer_GlobalIndexer.hpp.

Member Function Documentation

template<typename ArrayT>
KOKKOS_INLINE_FUNCTION void panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::operator() ( const int  cell) const
inline

Definition at line 319 of file Panzer_GlobalIndexer.hpp.

Member Data Documentation

template<typename ArrayT>
PHX::View<const int*> panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::cellIds

Definition at line 313 of file Panzer_GlobalIndexer.hpp.

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

Definition at line 314 of file Panzer_GlobalIndexer.hpp.

template<typename ArrayT>
ArrayT panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::local_lids

Definition at line 315 of file Panzer_GlobalIndexer.hpp.

template<typename ArrayT>
int panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::num_dofs

Definition at line 316 of file Panzer_GlobalIndexer.hpp.


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