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_, 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
 

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 75 of file Intrepid2_CellToolsDefJacobian.hpp.

Constructor & Destructor Documentation

◆ F_setJacobian()

template<typename jacobianViewType , typename worksetCellType , typename basisGradType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::F_setJacobian ( jacobianViewType jacobian_,
worksetCellType worksetCells_,
basisGradType basisGrads_,
const int startCell_,
const int endCell_ )
inline

Definition at line 83 of file Intrepid2_CellToolsDefJacobian.hpp.

Member Function Documentation

◆ operator()()

template<typename jacobianViewType , typename worksetCellType , typename basisGradType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::operator() ( const ordinal_type cell,
const ordinal_type point ) const
inline

Definition at line 92 of file Intrepid2_CellToolsDefJacobian.hpp.

Member Data Documentation

◆ _basisGrads

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

Definition at line 78 of file Intrepid2_CellToolsDefJacobian.hpp.

◆ _endCell

template<typename jacobianViewType , typename worksetCellType , typename basisGradType >
const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_endCell

Definition at line 80 of file Intrepid2_CellToolsDefJacobian.hpp.

◆ _jacobian

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

Definition at line 76 of file Intrepid2_CellToolsDefJacobian.hpp.

◆ _startCell

template<typename jacobianViewType , typename worksetCellType , typename basisGradType >
const int Intrepid2::FunctorCellTools::F_setJacobian< jacobianViewType, worksetCellType, basisGradType >::_startCell

Definition at line 79 of file Intrepid2_CellToolsDefJacobian.hpp.

◆ _worksetCells

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

Definition at line 77 of file Intrepid2_CellToolsDefJacobian.hpp.


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