|
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 39 of file Intrepid2_CellToolsDefRefToPhys.hpp.
|
inline |
Definition at line 45 of file Intrepid2_CellToolsDefRefToPhys.hpp.
|
inline |
Definition at line 51 of file Intrepid2_CellToolsDefRefToPhys.hpp.
| const basisValType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_basisVals |
Definition at line 42 of file Intrepid2_CellToolsDefRefToPhys.hpp.
| physPointViewType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_physPoints |
Definition at line 40 of file Intrepid2_CellToolsDefRefToPhys.hpp.
| const worksetCellType Intrepid2::FunctorCellTools::F_mapToPhysicalFrame< physPointViewType, worksetCellType, basisValType >::_worksetCells |
Definition at line 41 of file Intrepid2_CellToolsDefRefToPhys.hpp.