Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType > Struct Template Reference

Functor for applyFieldSigns, see Intrepid2::FunctionSpaceTools for more. More...

#include <Intrepid2_FunctionSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_applyFieldSigns (inoutFunctionViewType inoutFunction_, fieldSignViewType fieldSigns_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl) const
 

Public Attributes

inoutFunctionViewType _inoutFunction
 
const fieldSignViewType _fieldSigns
 

Detailed Description

template<typename inoutFunctionViewType, typename fieldSignViewType>
struct Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType >

Functor for applyFieldSigns, see Intrepid2::FunctionSpaceTools for more.

Definition at line 1049 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_applyFieldSigns()

template<typename inoutFunctionViewType , typename fieldSignViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType >::F_applyFieldSigns ( inoutFunctionViewType inoutFunction_,
fieldSignViewType fieldSigns_ )
inline

Definition at line 1054 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename inoutFunctionViewType , typename fieldSignViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType >::operator() ( const ordinal_type cl) const
inline

Definition at line 1059 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Data Documentation

◆ _fieldSigns

template<typename inoutFunctionViewType , typename fieldSignViewType >
const fieldSignViewType Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType >::_fieldSigns

Definition at line 1051 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _inoutFunction

template<typename inoutFunctionViewType , typename fieldSignViewType >
inoutFunctionViewType Intrepid2::FunctorFunctionSpaceTools::F_applyFieldSigns< inoutFunctionViewType, fieldSignViewType >::_inoutFunction

Definition at line 1050 of file Intrepid2_FunctionSpaceToolsDef.hpp.


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