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 523 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Typedef Documentation

◆ value_type

template<typename outputValViewType , typename inputDetViewType , typename inputWeightViewType >
typedef ordinal_type Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::value_type

Definition at line 536 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_computeCellMeasure()

template<typename outputValViewType , typename inputDetViewType , typename inputWeightViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::F_computeCellMeasure ( outputValViewType outputVals_,
inputDetViewType inputDet_,
inputWeightViewType inputWeight_ )
inline

Definition at line 529 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename outputValViewType , typename inputDetViewType , typename inputWeightViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorFunctionSpaceTools::F_computeCellMeasure< outputValViewType, inputDetViewType, inputWeightViewType >::operator() ( const size_type cl,
value_type & dst ) const
inline

Definition at line 550 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Data Documentation

◆ _inputDet

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

Definition at line 525 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _inputWeight

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

Definition at line 526 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _outputVals

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

Definition at line 524 of file Intrepid2_FunctionSpaceToolsDef.hpp.


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