Intrepid2
Intrepid2::FunctorRealSpaceTools::F_clone< OutputViewType, inputViewType > Struct Template Reference

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_clone (OutputViewType output_, inputViewType input_)
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const

Public Attributes

OutputViewType _output
inputViewType _input

Detailed Description

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

Functor for clone see Intrepid2::RealSpaceTools for more.

Definition at line 249 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_clone()

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

Definition at line 254 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 259 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _input

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

Definition at line 251 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _output

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

Definition at line 250 of file Intrepid2_RealSpaceToolsDef.hpp.


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