Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType > Struct Template Reference

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_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type pt) const
 

Public Attributes

jacobianViewType _jacobian
 
const worksetCellType _worksetCells
 
const basisGradType _basisGrads
 

Detailed Description

template<typename jacobianViewType, typename worksetCellType, typename basisGradType>
struct Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >

Functor for calculation of Jacobian on cell workset see Intrepid2::CellTools for more.

Definition at line 73 of file Intrepid2_CellToolsDefJacobian.hpp.


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