Panzer  Version of the Day
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

◆ execution_space

Definition at line 288 of file Panzer_GlobalIndexer.hpp.

Member Function Documentation

◆ operator()()

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

◆ cellIds

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

Definition at line 290 of file Panzer_GlobalIndexer.hpp.

◆ global_lids

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

Definition at line 291 of file Panzer_GlobalIndexer.hpp.

◆ local_lids

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: