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

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

#include <Intrepid2_ArrayToolsDefTensor.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_matvecProduct (OutputViewType output_, leftInputViewType leftInput_, rightInputViewType rightInput_, const bool isTranspose_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type pt) const
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type bf, const ordinal_type pt) const
 

Static Public Member Functions

template<typename resultViewType , typename leftViewType , typename rightViewType >
static KOKKOS_FORCEINLINE_FUNCTION void apply_matvec_product (resultViewType &result, const leftViewType &left, const rightViewType &right, const bool isTranspose)
 

Public Attributes

OutputViewType _output
 
const leftInputViewType _leftInput
 
const rightInputViewType _rightInput
 
const bool _isTranspose
 

Detailed Description

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

Functor for matvecProduct see Intrepid2::ArrayTools for more.

Definition at line 677 of file Intrepid2_ArrayToolsDefTensor.hpp.

Constructor & Destructor Documentation

◆ F_matvecProduct()

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

Definition at line 685 of file Intrepid2_ArrayToolsDefTensor.hpp.

Member Function Documentation

◆ apply_matvec_product()

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
template<typename resultViewType , typename leftViewType , typename rightViewType >
static KOKKOS_FORCEINLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType >::apply_matvec_product ( resultViewType &  result,
const leftViewType &  left,
const rightViewType &  right,
const bool  isTranspose 
)
inlinestatic

Definition at line 696 of file Intrepid2_ArrayToolsDefTensor.hpp.

◆ operator()() [1/2]

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType >::operator() ( const ordinal_type  cl,
const ordinal_type  bf,
const ordinal_type  pt 
) const
inline

Definition at line 757 of file Intrepid2_ArrayToolsDefTensor.hpp.

◆ operator()() [2/2]

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType >::operator() ( const ordinal_type  cl,
const ordinal_type  pt 
) const
inline

Definition at line 739 of file Intrepid2_ArrayToolsDefTensor.hpp.

Member Data Documentation

◆ _isTranspose

template<typename OutputViewType , typename leftInputViewType , typename rightInputViewType >
const bool Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType >::_isTranspose

Definition at line 682 of file Intrepid2_ArrayToolsDefTensor.hpp.

◆ _leftInput

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

Definition at line 679 of file Intrepid2_ArrayToolsDefTensor.hpp.

◆ _output

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

Definition at line 678 of file Intrepid2_ArrayToolsDefTensor.hpp.

◆ _rightInput

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

Definition at line 680 of file Intrepid2_ArrayToolsDefTensor.hpp.


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