Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim > Struct Template Reference

Functor for calculation HGRADtransformGRAD, see Intrepid2::FunctionSpaceTools for more. More...

#include <Intrepid2_FunctionSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_HGRADtransformGRAD (OutputViewType output_, jacInverseViewType jacInverse_, inputViewType input_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type bf, const ordinal_type pt) const
 

Public Attributes

OutputViewType _output
 
const jacInverseViewType _jacInverse
 
const inputViewType _input
 

Detailed Description

template<typename OutputViewType, typename jacInverseViewType, typename inputViewType, ordinal_type spaceDim>
struct Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >

Functor for calculation HGRADtransformGRAD, see Intrepid2::FunctionSpaceTools for more.

Definition at line 91 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_HGRADtransformGRAD()

template<typename OutputViewType , typename jacInverseViewType , typename inputViewType , ordinal_type spaceDim>
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >::F_HGRADtransformGRAD ( OutputViewType  output_,
jacInverseViewType  jacInverse_,
inputViewType  input_ 
)
inline

Definition at line 98 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename OutputViewType , typename jacInverseViewType , typename inputViewType , ordinal_type spaceDim>
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >::operator() ( const ordinal_type  cl,
const ordinal_type  bf,
const ordinal_type  pt 
) const
inline

Definition at line 106 of file Intrepid2_FunctionSpaceToolsDef.hpp.

Member Data Documentation

◆ _input

template<typename OutputViewType , typename jacInverseViewType , typename inputViewType , ordinal_type spaceDim>
const inputViewType Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >::_input

Definition at line 94 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _jacInverse

template<typename OutputViewType , typename jacInverseViewType , typename inputViewType , ordinal_type spaceDim>
const jacInverseViewType Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >::_jacInverse

Definition at line 93 of file Intrepid2_FunctionSpaceToolsDef.hpp.

◆ _output

template<typename OutputViewType , typename jacInverseViewType , typename inputViewType , ordinal_type spaceDim>
OutputViewType Intrepid2::FunctorFunctionSpaceTools::F_HGRADtransformGRAD< OutputViewType, jacInverseViewType, inputViewType, spaceDim >::_output

Definition at line 92 of file Intrepid2_FunctionSpaceToolsDef.hpp.


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