Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
panzer::V_MultiplyFunctor< RANK, Scalar > Struct Template Reference

#include <Panzer_Product_impl.hpp>

Public Member Functions

 V_MultiplyFunctor (PHX::MDField< Scalar > &base, const PHX::MDField< const Scalar > &source)
 
KOKKOS_INLINE_FUNCTION void operator() (const PHX::index_t &ind1) const
 

Public Attributes

const PHX::MDField< Scalar > base_
 
const PHX::MDField< const Scalar > source_
 

Detailed Description

template<int RANK, typename Scalar>
struct panzer::V_MultiplyFunctor< RANK, Scalar >

Definition at line 84 of file Panzer_Product_impl.hpp.

Constructor & Destructor Documentation

template<int RANK, typename Scalar >
panzer::V_MultiplyFunctor< RANK, Scalar >::V_MultiplyFunctor ( PHX::MDField< Scalar > &  base,
const PHX::MDField< const Scalar > &  source 
)
inline

Definition at line 89 of file Panzer_Product_impl.hpp.

Member Function Documentation

template<int RANK, typename Scalar >
KOKKOS_INLINE_FUNCTION void panzer::V_MultiplyFunctor< RANK, Scalar >::operator() ( const PHX::index_t &  ind1) const
inline

Definition at line 93 of file Panzer_Product_impl.hpp.

Member Data Documentation

template<int RANK, typename Scalar >
const PHX::MDField<Scalar> panzer::V_MultiplyFunctor< RANK, Scalar >::base_

Definition at line 86 of file Panzer_Product_impl.hpp.

template<int RANK, typename Scalar >
const PHX::MDField<const Scalar> panzer::V_MultiplyFunctor< RANK, Scalar >::source_

Definition at line 87 of file Panzer_Product_impl.hpp.


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