Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType > Struct Template Reference

Functor to evaluate functions, see Intrepid2::FunctionSpaceTools for more. More...

#include <Intrepid2_FunctionSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_evaluate (outputPointViewType outputPointVals_, inputCoeffViewType inputCoeffs_, inputFieldViewType inputFields_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl) const
 

Public Attributes

outputPointViewType _outputPointVals
 
const inputCoeffViewType _inputCoeffs
 
const inputFieldViewType _inputFields
 

Detailed Description

template<typename outputPointViewType, typename inputCoeffViewType, typename inputFieldViewType>
struct Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >

Functor to evaluate functions, see Intrepid2::FunctionSpaceTools for more.

Definition at line 1119 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_evaluate()

template<typename outputPointViewType , typename inputCoeffViewType , typename inputFieldViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >::F_evaluate ( outputPointViewType  outputPointVals_,
inputCoeffViewType  inputCoeffs_,
inputFieldViewType  inputFields_ 
)
inline

Definition at line 1125 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename outputPointViewType , typename inputCoeffViewType , typename inputFieldViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >::operator() ( const ordinal_type  cl) const
inline

Definition at line 1131 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Data Documentation

◆ _inputCoeffs

template<typename outputPointViewType , typename inputCoeffViewType , typename inputFieldViewType >
const inputCoeffViewType Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >::_inputCoeffs

Definition at line 1121 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _inputFields

template<typename outputPointViewType , typename inputCoeffViewType , typename inputFieldViewType >
const inputFieldViewType Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >::_inputFields

Definition at line 1122 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _outputPointVals

template<typename outputPointViewType , typename inputCoeffViewType , typename inputFieldViewType >
outputPointViewType Intrepid2::FunctorFunctionSpaceTools::F_evaluate< outputPointViewType, inputCoeffViewType, inputFieldViewType >::_outputPointVals

Definition at line 1120 of file Intrepid2_FunctionSpaceToolsDef.hpp.


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