| 
    Panzer
    Version of the Day
    
   | 
 
#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 | 
Definition at line 286 of file Panzer_GlobalIndexer.hpp.
| typedef PHX::Device panzer::GlobalIndexer::CopyCellLIDsFunctor::execution_space | 
Definition at line 288 of file Panzer_GlobalIndexer.hpp.
      
  | 
  inline | 
Definition at line 295 of file Panzer_GlobalIndexer.hpp.
| 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.
 1.8.5