Intrepid2
Public Member Functions | Private Attributes | List of all members
Intrepid2::Impl::CellMeasureFunctor< PointScalar, spaceDim, DeviceType > Class Template Reference

Functor for full (C,P) Jacobian determinant container. CUDA compiler issues led us to avoid lambdas for this one. More...

#include <Intrepid2_CellGeometryDef.hpp>

Public Member Functions

 CellMeasureFunctor (Kokkos::View< PointScalar **, DeviceType > cellMeasures, Kokkos::View< PointScalar **, DeviceType > detData, TensorData< PointScalar, DeviceType > cubatureWeights)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cellOrdinal, const ordinal_type pointOrdinal) const
 

Private Attributes

Kokkos::View< PointScalar
**, DeviceType > 
cellMeasures_
 
Kokkos::View< PointScalar
**, DeviceType > 
detData_
 
TensorData< PointScalar,
DeviceType > 
cubatureWeights_
 

Detailed Description

template<class PointScalar, int spaceDim, typename DeviceType>
class Intrepid2::Impl::CellMeasureFunctor< PointScalar, spaceDim, DeviceType >

Functor for full (C,P) Jacobian determinant container. CUDA compiler issues led us to avoid lambdas for this one.

Definition at line 102 of file Intrepid2_CellGeometryDef.hpp.


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