Intrepid2
Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType > Struct Template Reference

Functor to compute dot product see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_dot (dotArrayViewType dotArray_, inVec1ViewType inVecs1_, inVec2ViewType inVecs2_)
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const

Public Attributes

dotArrayViewType _dotArray
const inVec1ViewType _inVecs1
const inVec2ViewType _inVecs2

Detailed Description

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
struct Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >

Functor to compute dot product see Intrepid2::RealSpaceTools for more.

Definition at line 1167 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_dot()

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::F_dot ( dotArrayViewType dotArray_,
inVec1ViewType inVecs1_,
inVec2ViewType inVecs2_ )
inline

Definition at line 1173 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::operator() ( const ordinal_type iter) const
inline

Definition at line 1179 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _dotArray

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
dotArrayViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_dotArray

Definition at line 1168 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inVecs1

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
const inVec1ViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_inVecs1

Definition at line 1169 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inVecs2

template<typename dotArrayViewType, typename inVec1ViewType, typename inVec2ViewType>
const inVec2ViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_inVecs2

Definition at line 1170 of file Intrepid2_RealSpaceToolsDef.hpp.


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