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

#include <Panzer_PointValues2_impl.hpp>

Public Types

using size_type = typename panzer::PointValues2< Scalar >::size_type
 

Public Member Functions

 CopyPointCoords (const CoordinateArray in_source, PHX::MDField< Scalar, IP, Dim > in_target)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type pt, const size_type dim) const
 

Public Attributes

const CoordinateArray source_
 
PHX::MDField< Scalar, IP, Dimtarget_
 

Detailed Description

template<typename Scalar, typename CoordinateArray>
struct panzer::CopyPointCoords< Scalar, CoordinateArray >

Definition at line 74 of file Panzer_PointValues2_impl.hpp.

Member Typedef Documentation

template<typename Scalar , typename CoordinateArray >
using panzer::CopyPointCoords< Scalar, CoordinateArray >::size_type = typename panzer::PointValues2<Scalar>::size_type

Definition at line 75 of file Panzer_PointValues2_impl.hpp.

Constructor & Destructor Documentation

template<typename Scalar , typename CoordinateArray >
panzer::CopyPointCoords< Scalar, CoordinateArray >::CopyPointCoords ( const CoordinateArray  in_source,
PHX::MDField< Scalar, IP, Dim in_target 
)
inline

Definition at line 78 of file Panzer_PointValues2_impl.hpp.

Member Function Documentation

template<typename Scalar , typename CoordinateArray >
KOKKOS_INLINE_FUNCTION void panzer::CopyPointCoords< Scalar, CoordinateArray >::operator() ( const size_type  pt,
const size_type  dim 
) const
inline

Definition at line 84 of file Panzer_PointValues2_impl.hpp.

Member Data Documentation

template<typename Scalar , typename CoordinateArray >
const CoordinateArray panzer::CopyPointCoords< Scalar, CoordinateArray >::source_

Definition at line 76 of file Panzer_PointValues2_impl.hpp.

template<typename Scalar , typename CoordinateArray >
PHX::MDField<Scalar,IP,Dim> panzer::CopyPointCoords< Scalar, CoordinateArray >::target_

Definition at line 77 of file Panzer_PointValues2_impl.hpp.


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