Intrepid2
Public Member Functions | Private Attributes | List of all members
Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop > Struct Template Reference

Public Member Functions

 InPlaceCombinationFunctor (ThisUnderlyingViewType this_underlying, AUnderlyingViewType A_underlying, BUnderlyingViewType B_underlying, BinaryOperator binaryOperator)
 
 InPlaceCombinationFunctor (ThisUnderlyingViewType this_underlying, AUnderlyingViewType A_underlying, BUnderlyingViewType B_underlying, BinaryOperator binaryOperator, int innerLoopSize)
 
template<class ... IntArgs, bool M = includeInnerLoop>
KOKKOS_INLINE_FUNCTION enable_if_t<!M, void > operator() (const IntArgs &... args) const
 
template<class ... IntArgs, bool M = includeInnerLoop>
KOKKOS_INLINE_FUNCTION enable_if_t< M, void > operator() (const IntArgs &... args) const
 

Private Attributes

ThisUnderlyingViewType this_underlying_
 
AUnderlyingViewType A_underlying_
 
BUnderlyingViewType B_underlying_
 
BinaryOperator binaryOperator_
 
int innerLoopSize_
 

Detailed Description

template<class BinaryOperator, class ThisUnderlyingViewType, class AUnderlyingViewType, class BUnderlyingViewType, class ArgExtractorThis, class ArgExtractorA, class ArgExtractorB, bool includeInnerLoop = false>
struct Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >

Definition at line 36 of file Intrepid2_DataCombiners.hpp.

Constructor & Destructor Documentation

◆ InPlaceCombinationFunctor() [1/2]

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::InPlaceCombinationFunctor ( ThisUnderlyingViewType  this_underlying,
AUnderlyingViewType  A_underlying,
BUnderlyingViewType  B_underlying,
BinaryOperator  binaryOperator 
)
inline

Definition at line 45 of file Intrepid2_DataCombiners.hpp.

◆ InPlaceCombinationFunctor() [2/2]

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::InPlaceCombinationFunctor ( ThisUnderlyingViewType  this_underlying,
AUnderlyingViewType  A_underlying,
BUnderlyingViewType  B_underlying,
BinaryOperator  binaryOperator,
int  innerLoopSize 
)
inline

Definition at line 57 of file Intrepid2_DataCombiners.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
template<class ... IntArgs, bool M = includeInnerLoop>
KOKKOS_INLINE_FUNCTION enable_if_t<!M, void > Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::operator() ( const IntArgs &...  args) const
inline

Definition at line 72 of file Intrepid2_DataCombiners.hpp.

◆ operator()() [2/2]

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
template<class ... IntArgs, bool M = includeInnerLoop>
KOKKOS_INLINE_FUNCTION enable_if_t< M, void > Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::operator() ( const IntArgs &...  args) const
inline

Definition at line 84 of file Intrepid2_DataCombiners.hpp.

Member Data Documentation

◆ A_underlying_

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
AUnderlyingViewType Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::A_underlying_
private

Definition at line 40 of file Intrepid2_DataCombiners.hpp.

◆ B_underlying_

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
BUnderlyingViewType Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::B_underlying_
private

Definition at line 41 of file Intrepid2_DataCombiners.hpp.

◆ binaryOperator_

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
BinaryOperator Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::binaryOperator_
private

Definition at line 42 of file Intrepid2_DataCombiners.hpp.

◆ innerLoopSize_

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
int Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::innerLoopSize_
private

Definition at line 43 of file Intrepid2_DataCombiners.hpp.

◆ this_underlying_

template<class BinaryOperator , class ThisUnderlyingViewType , class AUnderlyingViewType , class BUnderlyingViewType , class ArgExtractorThis , class ArgExtractorA , class ArgExtractorB , bool includeInnerLoop = false>
ThisUnderlyingViewType Intrepid2::InPlaceCombinationFunctor< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType, ArgExtractorThis, ArgExtractorA, ArgExtractorB, includeInnerLoop >::this_underlying_
private

Definition at line 39 of file Intrepid2_DataCombiners.hpp.


The documentation for this struct was generated from the following file: