43 #ifndef __Panzer_DOFManager_Functors_hpp__ 
   44 #define __Panzer_DOFManager_Functors_hpp__ 
   46 #include "Phalanx_KokkosDeviceTypes.hpp" 
   49 namespace dof_functors {
 
   52 template<
typename GO, 
typename ArrayType>
 
   61   KOKKOS_INLINE_FUNCTION
 
   63     for (
unsigned int j=0; j < 
a_.extent(1); ++j)
 
Sums all entries of a Rank 2 Kokkos View. 
 
KOKKOS_INLINE_FUNCTION void operator()(const unsigned int i, GO &lsum) const 
 
PHX::Device execution_space