Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType > Struct Template Reference

Public Member Functions

KOKKOS_INLINE_FUNCTION F_edgeNormalsFromTangents (normalsViewType edgeNormals, const tangentsViewType refEdgeTangents)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

normalsViewType edgeNormals_
 
const tangentsViewType edgeTangents_
 

Detailed Description

template<typename normalsViewType, typename tangentsViewType>
struct Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType >

Definition at line 720 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Constructor & Destructor Documentation

◆ F_edgeNormalsFromTangents()

template<typename normalsViewType , typename tangentsViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType >::F_edgeNormalsFromTangents ( normalsViewType edgeNormals,
const tangentsViewType refEdgeTangents )
inline

Definition at line 725 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Member Function Documentation

◆ operator()()

template<typename normalsViewType , typename tangentsViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType >::operator() ( const size_type iter) const
inline

Definition at line 730 of file Intrepid2_CellToolsDefNodeInfo.hpp.

Member Data Documentation

◆ edgeNormals_

template<typename normalsViewType , typename tangentsViewType >
normalsViewType Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType >::edgeNormals_

Definition at line 721 of file Intrepid2_CellToolsDefNodeInfo.hpp.

◆ edgeTangents_

template<typename normalsViewType , typename tangentsViewType >
const tangentsViewType Intrepid2::FunctorCellTools::F_edgeNormalsFromTangents< normalsViewType, tangentsViewType >::edgeTangents_

Definition at line 722 of file Intrepid2_CellToolsDefNodeInfo.hpp.


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