Panzer
Version of the Day
|
Sums all entries of a Rank 2 Kokkos View. More...
#include <Panzer_DOFManager_Functors.hpp>
Public Types | |
using | policy_t = Kokkos::MDRangePolicy< typename view_t::execution_space, Kokkos::Rank< 2 >> |
Public Member Functions | |
void | apply (ReductionDataType &sum) const |
Public Attributes | |
const view_t | values |
Sums all entries of a Rank 2 Kokkos View.
Definition at line 22 of file Panzer_DOFManager_Functors.hpp.
using panzer::dof_functors::SumRank2< ReductionDataType, view_t >::policy_t = Kokkos::MDRangePolicy<typename view_t::execution_space, Kokkos::Rank<2>> |
Definition at line 23 of file Panzer_DOFManager_Functors.hpp.
|
inline |
Definition at line 27 of file Panzer_DOFManager_Functors.hpp.
const view_t panzer::dof_functors::SumRank2< ReductionDataType, view_t >::values |
Definition at line 25 of file Panzer_DOFManager_Functors.hpp.