Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType > Struct Template Reference

Public Member Functions

KOKKOS_INLINE_FUNCTION F_refFaceTangents (tangentsViewType refFaceTanU, tangentsViewType refFaceTanV, const faceOrdinalViewType faceOrdView, const parametrizationViewType faceParametrization)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type ic) const
 

Public Attributes

tangentsViewType refFaceTanU_
 
tangentsViewType refFaceTanV_
 
const faceOrdinalViewType faceOrdView_
 
const parametrizationViewType faceParametrization_
 

Detailed Description

template<typename tangentsViewType, typename faceOrdinalViewType, typename parametrizationViewType>
struct Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >

Definition at line 616 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Constructor & Destructor Documentation

◆ F_refFaceTangents()

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::F_refFaceTangents ( tangentsViewType  refFaceTanU,
tangentsViewType  refFaceTanV,
const faceOrdinalViewType  faceOrdView,
const parametrizationViewType  faceParametrization 
)
inline

Definition at line 623 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Member Function Documentation

◆ operator()()

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::operator() ( const size_type  ic) const
inline

Definition at line 630 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Member Data Documentation

◆ faceOrdView_

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
const faceOrdinalViewType Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::faceOrdView_

Definition at line 619 of file Intrepid2_CellToolsDefNodeInfo.hpp.

◆ faceParametrization_

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
const parametrizationViewType Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::faceParametrization_

Definition at line 620 of file Intrepid2_CellToolsDefNodeInfo.hpp.

◆ refFaceTanU_

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
tangentsViewType Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::refFaceTanU_

Definition at line 617 of file Intrepid2_CellToolsDefNodeInfo.hpp.

◆ refFaceTanV_

template<typename tangentsViewType , typename faceOrdinalViewType , typename parametrizationViewType >
tangentsViewType Intrepid2::FunctorCellTools::F_refFaceTangents< tangentsViewType, faceOrdinalViewType, parametrizationViewType >::refFaceTanV_

Definition at line 618 of file Intrepid2_CellToolsDefNodeInfo.hpp.


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