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 841 of file Intrepid2_RealSpaceToolsDef.hpp.


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