Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank > Struct Template Reference

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

#include <Intrepid2_ArrayToolsDefCloneScale.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_clone (OutputViewType output_, inputViewType input_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type pt) const
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type bf, const ordinal_type pt) const
 

Public Attributes

OutputViewType _output
 
const inputViewType _input
 

Detailed Description

template<typename OutputViewType, typename inputViewType, ordinal_type valRank>
struct Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank >

Functor for clone see Intrepid2::ArrayTools for more.

Definition at line 62 of file Intrepid2_ArrayToolsDefCloneScale.hpp.

Constructor & Destructor Documentation

◆ F_clone()

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

Definition at line 67 of file Intrepid2_ArrayToolsDefCloneScale.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename OutputViewType , typename inputViewType , ordinal_type valRank>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank >::operator() ( const ordinal_type  cl,
const ordinal_type  bf,
const ordinal_type  pt 
) const
inline

Definition at line 103 of file Intrepid2_ArrayToolsDefCloneScale.hpp.

◆ operator()() [2/2]

template<typename OutputViewType , typename inputViewType , ordinal_type valRank>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank >::operator() ( const ordinal_type  cl,
const ordinal_type  pt 
) const
inline

Definition at line 75 of file Intrepid2_ArrayToolsDefCloneScale.hpp.

Member Data Documentation

◆ _input

template<typename OutputViewType , typename inputViewType , ordinal_type valRank>
const inputViewType Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank >::_input

Definition at line 64 of file Intrepid2_ArrayToolsDefCloneScale.hpp.

◆ _output

template<typename OutputViewType , typename inputViewType , ordinal_type valRank>
OutputViewType Intrepid2::FunctorArrayTools::F_clone< OutputViewType, inputViewType, valRank >::_output

Definition at line 63 of file Intrepid2_ArrayToolsDefCloneScale.hpp.


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