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 75 of file Intrepid2_CellToolsDefJacobian.hpp.
|
inline |
Definition at line 83 of file Intrepid2_CellToolsDefJacobian.hpp.
|
inline |
Definition at line 92 of file Intrepid2_CellToolsDefJacobian.hpp.
const basisGradType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_basisGrads |
Definition at line 78 of file Intrepid2_CellToolsDefJacobian.hpp.
const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_endCell |
Definition at line 80 of file Intrepid2_CellToolsDefJacobian.hpp.
jacobianViewType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_jacobian |
Definition at line 76 of file Intrepid2_CellToolsDefJacobian.hpp.
const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_startCell |
Definition at line 79 of file Intrepid2_CellToolsDefJacobian.hpp.
const worksetCellType Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_worksetCells |
Definition at line 77 of file Intrepid2_CellToolsDefJacobian.hpp.