Intrepid2
Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType > Struct Template Reference

Functor to compute matvec see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_matvec (matVecViewType matVecs_, inMatViewType inMats_, inVecViewType inVecs_)
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const

Public Attributes

matVecViewType _matVecs
const inMatViewType _inMats
const inVecViewType _inVecs

Detailed Description

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
struct Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >

Functor to compute matvec see Intrepid2::RealSpaceTools for more.

Definition at line 1253 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_matvec()

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::F_matvec ( matVecViewType matVecs_,
inMatViewType inMats_,
inVecViewType inVecs_ )
inline

Definition at line 1259 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::operator() ( const ordinal_type iter) const
inline

Definition at line 1265 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _inMats

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
const inMatViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_inMats

Definition at line 1255 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inVecs

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
const inVecViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_inVecs

Definition at line 1256 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _matVecs

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
matVecViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_matVecs

Definition at line 1254 of file Intrepid2_RealSpaceToolsDef.hpp.


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