Intrepid2
Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType > Struct Template Reference

Functor to contractDataData see Intrepid2::ArrayTools for more. More...

#include <Intrepid2_ArrayToolsDefContractions.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_contractDataDataScalar (outputDataViewType outputData_, inputDataLeftViewType inputDataLeft_, inputDataRightViewType inputDataRight_, const bool sumInto_)
KOKKOS_INLINE_FUNCTION void operator() (const size_type cl) const

Public Attributes

outputDataViewType _outputData
inputDataLeftViewType _inputDataLeft
inputDataRightViewType _inputDataRight
const bool _sumInto

Detailed Description

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
struct Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >

Functor to contractDataData see Intrepid2::ArrayTools for more.

Definition at line 288 of file Intrepid2_ArrayToolsDefContractions.hpp.

Constructor & Destructor Documentation

◆ F_contractDataDataScalar()

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::F_contractDataDataScalar ( outputDataViewType outputData_,
inputDataLeftViewType inputDataLeft_,
inputDataRightViewType inputDataRight_,
const bool sumInto_ )
inline

Definition at line 295 of file Intrepid2_ArrayToolsDefContractions.hpp.

Member Function Documentation

◆ operator()()

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::operator() ( const size_type cl) const
inline

Definition at line 305 of file Intrepid2_ArrayToolsDefContractions.hpp.

Member Data Documentation

◆ _inputDataLeft

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
inputDataLeftViewType Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::_inputDataLeft

Definition at line 290 of file Intrepid2_ArrayToolsDefContractions.hpp.

◆ _inputDataRight

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
inputDataRightViewType Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::_inputDataRight

Definition at line 291 of file Intrepid2_ArrayToolsDefContractions.hpp.

◆ _outputData

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
outputDataViewType Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::_outputData

Definition at line 289 of file Intrepid2_ArrayToolsDefContractions.hpp.

◆ _sumInto

template<typename outputDataViewType, typename inputDataLeftViewType, typename inputDataRightViewType>
const bool Intrepid2::FunctorArrayTools::F_contractDataDataScalar< outputDataViewType, inputDataLeftViewType, inputDataRightViewType >::_sumInto

Definition at line 292 of file Intrepid2_ArrayToolsDefContractions.hpp.


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