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 | |
PHX::View< const int * > | cellIds |
Kokkos::View< const panzer::LocalOrdinal **, Kokkos::LayoutRight, PHX::Device > | global_lids |
ArrayT | local_lids |
int | num_dofs |
Definition at line 277 of file Panzer_GlobalIndexer.hpp.
typedef PHX::Device panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::execution_space |
Definition at line 279 of file Panzer_GlobalIndexer.hpp.
|
inline |
Definition at line 287 of file Panzer_GlobalIndexer.hpp.
PHX::View<const int*> panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::cellIds |
Definition at line 281 of file Panzer_GlobalIndexer.hpp.
Kokkos::View<const panzer::LocalOrdinal**,Kokkos::LayoutRight,PHX::Device> panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::global_lids |
Definition at line 282 of file Panzer_GlobalIndexer.hpp.
ArrayT panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::local_lids |
Definition at line 283 of file Panzer_GlobalIndexer.hpp.
int panzer::GlobalIndexer::CopyCellLIDsFunctor< ArrayT >::num_dofs |
Definition at line 284 of file Panzer_GlobalIndexer.hpp.