Intrepid2
Public Types | Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType > Struct Template Reference

Functor for dotMultiply see Intrepid2::ArrayTools for more. More...

#include <Intrepid2_ArrayToolsDefDot.hpp>

Public Types

typedef OutputViewType::value_type value_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION F_dotMultiply (OutputViewType output_, leftInputViewType leftInput_, rightInputViewType rightInput_, const bool hasField_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

OutputViewType _output
 
leftInputViewType _leftInput
 
rightInputViewType _rightInput
 
const bool _hasField
 

Detailed Description

template<typename OutputViewType, typename leftInputViewType, typename rightInputViewType>
struct Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >

Functor for dotMultiply see Intrepid2::ArrayTools for more.

Definition at line 59 of file Intrepid2_ArrayToolsDefDot.hpp.

Member Typedef Documentation

◆ value_type

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
typedef OutputViewType::value_type Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::value_type

Definition at line 64 of file Intrepid2_ArrayToolsDefDot.hpp.

Constructor & Destructor Documentation

◆ F_dotMultiply()

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::F_dotMultiply ( OutputViewType output_,
leftInputViewType leftInput_,
rightInputViewType rightInput_,
const bool hasField_ )
inline

Definition at line 67 of file Intrepid2_ArrayToolsDefDot.hpp.

Member Function Documentation

◆ operator()()

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::operator() ( const size_type iter) const
inline

Definition at line 75 of file Intrepid2_ArrayToolsDefDot.hpp.

Member Data Documentation

◆ _hasField

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
const bool Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_hasField

Definition at line 63 of file Intrepid2_ArrayToolsDefDot.hpp.

◆ _leftInput

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
leftInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_leftInput

Definition at line 61 of file Intrepid2_ArrayToolsDefDot.hpp.

◆ _output

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
OutputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_output

Definition at line 60 of file Intrepid2_ArrayToolsDefDot.hpp.

◆ _rightInput

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
rightInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_rightInput

Definition at line 62 of file Intrepid2_ArrayToolsDefDot.hpp.


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