Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType > Struct Template Reference

Functor for extractScalarValues see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_extractScalarValues (OutputViewType output_, inputViewType input_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type i) const
 

Public Attributes

OutputViewType _output
 
inputViewType _input
 

Detailed Description

template<typename OutputViewType, typename inputViewType>
struct Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType >

Functor for extractScalarValues see Intrepid2::RealSpaceTools for more.

Definition at line 227 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_extractScalarValues()

template<typename OutputViewType , typename inputViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType >::F_extractScalarValues ( OutputViewType output_,
inputViewType input_ )
inline

Definition at line 232 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename OutputViewType , typename inputViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType >::operator() ( const ordinal_type i) const
inline

Definition at line 237 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _input

template<typename OutputViewType , typename inputViewType >
inputViewType Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType >::_input

Definition at line 229 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _output

template<typename OutputViewType , typename inputViewType >
OutputViewType Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType >::_output

Definition at line 228 of file Intrepid2_RealSpaceToolsDef.hpp.


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