Intrepid2
|
Functor for calculation of cell measure, see Intrepid2::FunctionSpaceTools for more. More...
#include <Intrepid2_FunctionSpaceToolsDef.hpp>
Public Types | |
typedef ordinal_type | value_type |
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | F_computeCellMeasure (outputValViewType outputVals_, inputDetViewType inputDet_, inputWeightViewType inputWeight_) |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type cl, value_type &dst) const |
Public Attributes | |
outputValViewType | _outputVals |
const inputDetViewType | _inputDet |
const inputWeightViewType | _inputWeight |
Functor for calculation of cell measure, see Intrepid2::FunctionSpaceTools for more.
Definition at line 523 of file Intrepid2_FunctionSpaceToolsDef.hpp.
typedef ordinal_type Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::value_type |
Definition at line 536 of file Intrepid2_FunctionSpaceToolsDef.hpp.
|
inline |
Definition at line 529 of file Intrepid2_FunctionSpaceToolsDef.hpp.
|
inline |
Definition at line 550 of file Intrepid2_FunctionSpaceToolsDef.hpp.
const inputDetViewType Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::_inputDet |
Definition at line 525 of file Intrepid2_FunctionSpaceToolsDef.hpp.
const inputWeightViewType Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::_inputWeight |
Definition at line 526 of file Intrepid2_FunctionSpaceToolsDef.hpp.
outputValViewType Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::_outputVals |
Definition at line 524 of file Intrepid2_FunctionSpaceToolsDef.hpp.