Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType > Struct Template Reference

Functor to subtract md arrays see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_subtract (diffArrayViewType diffArray_, inArray1ViewType inArray1_, inArray2ViewType inArray2_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type i) const
 

Public Attributes

diffArrayViewType _diffArray
 
const inArray1ViewType _inArray1
 
const inArray2ViewType _inArray2
 

Detailed Description

template<typename diffArrayViewType, typename inArray1ViewType, typename inArray2ViewType>
struct Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >

Functor to subtract md arrays see Intrepid2::RealSpaceTools for more.

Definition at line 1013 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_subtract()

template<typename diffArrayViewType , typename inArray1ViewType , typename inArray2ViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::F_subtract ( diffArrayViewType  diffArray_,
inArray1ViewType  inArray1_,
inArray2ViewType  inArray2_ 
)
inline

Definition at line 1019 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename diffArrayViewType , typename inArray1ViewType , typename inArray2ViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::operator() ( const ordinal_type  i) const
inline

Definition at line 1025 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _diffArray

template<typename diffArrayViewType , typename inArray1ViewType , typename inArray2ViewType >
diffArrayViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_diffArray

Definition at line 1014 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inArray1

template<typename diffArrayViewType , typename inArray1ViewType , typename inArray2ViewType >
const inArray1ViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_inArray1

Definition at line 1015 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inArray2

template<typename diffArrayViewType , typename inArray1ViewType , typename inArray2ViewType >
const inArray2ViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_inArray2

Definition at line 1016 of file Intrepid2_RealSpaceToolsDef.hpp.


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