Intrepid2
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 39 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 45 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 51 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 42 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 40 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 41 of file Intrepid2_CellToolsDefRefToPhys.hpp.


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