Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval > Struct Template Reference

See Intrepid2::Basis_HDIV_TET_In_FEM. More...

#include <Intrepid2_HDIV_TET_In_FEM.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION Functor (outputValueViewType outputValues_, inputPointViewType inputPoints_, vinvViewType coeffs_, workViewType work_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

outputValueViewType _outputValues
 
const inputPointViewType _inputPoints
 
const vinvViewType _coeffs
 
workViewType _work
 

Detailed Description

template<typename outputValueViewType, typename inputPointViewType, typename vinvViewType, typename workViewType, EOperator opType, ordinal_type numPtsEval>
struct Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >

See Intrepid2::Basis_HDIV_TET_In_FEM.

Definition at line 147 of file Intrepid2_HDIV_TET_In_FEM.hpp.

Constructor & Destructor Documentation

◆ Functor()

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
KOKKOS_INLINE_FUNCTION Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::Functor ( outputValueViewType  outputValues_,
inputPointViewType  inputPoints_,
vinvViewType  coeffs_,
workViewType  work_ 
)
inline

Definition at line 154 of file Intrepid2_HDIV_TET_In_FEM.hpp.

Member Function Documentation

◆ operator()()

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
KOKKOS_INLINE_FUNCTION void Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::operator() ( const size_type  iter) const
inline

Definition at line 162 of file Intrepid2_HDIV_TET_In_FEM.hpp.

Member Data Documentation

◆ _coeffs

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
const vinvViewType Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::_coeffs

Definition at line 150 of file Intrepid2_HDIV_TET_In_FEM.hpp.

◆ _inputPoints

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
const inputPointViewType Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::_inputPoints

Definition at line 149 of file Intrepid2_HDIV_TET_In_FEM.hpp.

◆ _outputValues

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
outputValueViewType Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::_outputValues

Definition at line 148 of file Intrepid2_HDIV_TET_In_FEM.hpp.

◆ _work

template<typename outputValueViewType , typename inputPointViewType , typename vinvViewType , typename workViewType , EOperator opType, ordinal_type numPtsEval>
workViewType Intrepid2::Impl::Basis_HDIV_TET_In_FEM::Functor< outputValueViewType, inputPointViewType, vinvViewType, workViewType, opType, numPtsEval >::_work

Definition at line 151 of file Intrepid2_HDIV_TET_In_FEM.hpp.


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