Panzer
Version of the Day
|
Sums all entries of a Rank 2 Kokkos View. More...
#include <Panzer_DOFManager_Functors.hpp>
Public Types | |
typedef GO | value_type |
typedef PHX::Device | execution_space |
Public Member Functions | |
SumRank2 (ArrayType a) | |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned int i, GO &lsum) const |
Public Attributes | |
ArrayType | a_ |
Sums all entries of a Rank 2 Kokkos View.
Definition at line 53 of file Panzer_DOFManager_Functors.hpp.
typedef GO panzer::dof_functors::SumRank2< GO, ArrayType >::value_type |
Definition at line 54 of file Panzer_DOFManager_Functors.hpp.
typedef PHX::Device panzer::dof_functors::SumRank2< GO, ArrayType >::execution_space |
Definition at line 55 of file Panzer_DOFManager_Functors.hpp.
|
inline |
Definition at line 59 of file Panzer_DOFManager_Functors.hpp.
|
inline |
Definition at line 62 of file Panzer_DOFManager_Functors.hpp.
ArrayType panzer::dof_functors::SumRank2< GO, ArrayType >::a_ |
Definition at line 57 of file Panzer_DOFManager_Functors.hpp.