Intrepid2
Public Types | Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType > Struct Template Reference

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
 

Detailed Description

template<typename outputValViewType, typename inputDetViewType, typename inputWeightViewType>
struct Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >

Functor for calculation of cell measure, see Intrepid2::FunctionSpaceTools for more.

Definition at line 391 of file Intrepid2_FunctionSpaceToolsDef.hpp.


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