Intrepid2
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 194 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 199 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 204 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 196 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _output

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

Definition at line 195 of file Intrepid2_RealSpaceToolsDef.hpp.


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