43 #ifndef __Panzer_DOFManager_Functors_hpp__ 44 #define __Panzer_DOFManager_Functors_hpp__ 46 #include "Phalanx_MDField.hpp" 47 #include "Phalanx_KokkosDeviceTypes.hpp" 50 namespace dof_functors {
53 template<
typename GO,
typename ArrayType>
62 KOKKOS_INLINE_FUNCTION
64 for (
unsigned int j=0; j <
a_.dimension_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