Intrepid2
|
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_ |
Functor for full (C,P) Jacobian determinant container. CUDA compiler issues led us to avoid lambdas for this one.
Definition at line 68 of file Intrepid2_CellGeometryDef.hpp.