Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType > Struct Template Reference

Functor to compute vector norm see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_vectorNorm (normArrayViewType normArray_, inVecViewType inVecs_, const ENorm normType_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const
 

Public Attributes

normArrayViewType _normArray
 
inVecViewType _inVecs
 
const ENorm _normType
 

Detailed Description

template<typename normArrayViewType, typename inVecViewType>
struct Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >

Functor to compute vector norm see Intrepid2::RealSpaceTools for more.

Definition at line 468 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_vectorNorm()

template<typename normArrayViewType , typename inVecViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::F_vectorNorm ( normArrayViewType normArray_,
inVecViewType inVecs_,
const ENorm normType_ )
inline

Definition at line 474 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename normArrayViewType , typename inVecViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::operator() ( const ordinal_type iter) const
inline

Definition at line 480 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _inVecs

template<typename normArrayViewType , typename inVecViewType >
inVecViewType Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_inVecs

Definition at line 470 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _normArray

template<typename normArrayViewType , typename inVecViewType >
normArrayViewType Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_normArray

Definition at line 469 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _normType

template<typename normArrayViewType , typename inVecViewType >
const ENorm Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_normType

Definition at line 471 of file Intrepid2_RealSpaceToolsDef.hpp.


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