Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType > Struct Template Reference

Functor for mapping reference points to physical frame see Intrepid2::CellTools for more. More...

#include <Intrepid2_CellToolsDefRefToPhys.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_mapToPhysicalFrame (physPointViewType physPoints_, worksetCellType worksetCells_, basisValType basisVals_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

physPointViewType _physPoints
 
const worksetCellType _worksetCells
 
const basisValType _basisVals
 

Detailed Description

template<typename physPointViewType, typename worksetCellType, typename basisValType>
struct Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >

Functor for mapping reference points to physical frame see Intrepid2::CellTools for more.

Definition at line 72 of file Intrepid2_CellToolsDefRefToPhys.hpp.

Constructor & Destructor Documentation

◆ F_mapToPhysicalFrame()

template<typename physPointViewType , typename worksetCellType , typename basisValType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::F_mapToPhysicalFrame ( physPointViewType physPoints_,
worksetCellType worksetCells_,
basisValType basisVals_ )
inline

Definition at line 78 of file Intrepid2_CellToolsDefRefToPhys.hpp.

Member Function Documentation

◆ operator()()

template<typename physPointViewType , typename worksetCellType , typename basisValType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::operator() ( const size_type iter) const
inline

Definition at line 84 of file Intrepid2_CellToolsDefRefToPhys.hpp.

Member Data Documentation

◆ _basisVals

template<typename physPointViewType , typename worksetCellType , typename basisValType >
const basisValType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_basisVals

Definition at line 75 of file Intrepid2_CellToolsDefRefToPhys.hpp.

◆ _physPoints

template<typename physPointViewType , typename worksetCellType , typename basisValType >
physPointViewType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_physPoints

Definition at line 73 of file Intrepid2_CellToolsDefRefToPhys.hpp.

◆ _worksetCells

template<typename physPointViewType , typename worksetCellType , typename basisValType >
const worksetCellType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_worksetCells

Definition at line 74 of file Intrepid2_CellToolsDefRefToPhys.hpp.


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