Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType > Struct Template Reference

Functor to add md arrays see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_add (sumArrayViewType sumArray_, inArray1Viewtype inArray1_, inArray2ViewType inArray2_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type i) const
 

Public Attributes

sumArrayViewType _sumArray
 
inArray1Viewtype _inArray1
 
inArray2ViewType _inArray2
 

Detailed Description

template<typename sumArrayViewType, typename inArray1Viewtype, typename inArray2ViewType>
struct Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >

Functor to add md arrays see Intrepid2::RealSpaceTools for more.

Definition at line 914 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_add()

template<typename sumArrayViewType , typename inArray1Viewtype , typename inArray2ViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >::F_add ( sumArrayViewType sumArray_,
inArray1Viewtype inArray1_,
inArray2ViewType inArray2_ )
inline

Definition at line 920 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename sumArrayViewType , typename inArray1Viewtype , typename inArray2ViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >::operator() ( const ordinal_type i) const
inline

Definition at line 926 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _inArray1

template<typename sumArrayViewType , typename inArray1Viewtype , typename inArray2ViewType >
inArray1Viewtype Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >::_inArray1

Definition at line 916 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inArray2

template<typename sumArrayViewType , typename inArray1Viewtype , typename inArray2ViewType >
inArray2ViewType Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >::_inArray2

Definition at line 917 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _sumArray

template<typename sumArrayViewType , typename inArray1Viewtype , typename inArray2ViewType >
sumArrayViewType Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType >::_sumArray

Definition at line 915 of file Intrepid2_RealSpaceToolsDef.hpp.


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