|
Intrepid2
|
Functor for calculation of Jacobian on cell workset see Intrepid2::CellTools for more. More...
#include <Intrepid2_CellToolsDefJacobian.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | F_setJacobian (jacobianViewType jacobian_, worksetCellType worksetCells_, basisGradType basisGrads_, const int startCell_, const int endCell_) |
| KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type cell, const ordinal_type point) const |
Public Attributes | |
| jacobianViewType | _jacobian |
| const worksetCellType | _worksetCells |
| const basisGradType | _basisGrads |
| const int | _startCell |
| const int | _endCell |
Functor for calculation of Jacobian on cell workset see Intrepid2::CellTools for more.
Definition at line 43 of file Intrepid2_CellToolsDefJacobian.hpp.
|
inline |
Definition at line 51 of file Intrepid2_CellToolsDefJacobian.hpp.
|
inline |
Definition at line 60 of file Intrepid2_CellToolsDefJacobian.hpp.
| const basisGradType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_basisGrads |
Definition at line 46 of file Intrepid2_CellToolsDefJacobian.hpp.
| const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_endCell |
Definition at line 48 of file Intrepid2_CellToolsDefJacobian.hpp.
| jacobianViewType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_jacobian |
Definition at line 44 of file Intrepid2_CellToolsDefJacobian.hpp.
| const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_startCell |
Definition at line 47 of file Intrepid2_CellToolsDefJacobian.hpp.
| const worksetCellType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_worksetCells |
Definition at line 45 of file Intrepid2_CellToolsDefJacobian.hpp.