Intrepid2
|
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 |
Functor for mapping reference points to physical frame see Intrepid2::CellTools for more.
Definition at line 72 of file Intrepid2_CellToolsDefRefToPhys.hpp.
|
inline |
Definition at line 78 of file Intrepid2_CellToolsDefRefToPhys.hpp.
|
inline |
Definition at line 84 of file Intrepid2_CellToolsDefRefToPhys.hpp.
const basisValType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_basisVals |
Definition at line 75 of file Intrepid2_CellToolsDefRefToPhys.hpp.
physPointViewType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_physPoints |
Definition at line 73 of file Intrepid2_CellToolsDefRefToPhys.hpp.
const worksetCellType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_worksetCells |
Definition at line 74 of file Intrepid2_CellToolsDefRefToPhys.hpp.