Panzer Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
panzer::CopyNodeCoords< Scalar, CoordinateArray > Struct Template Reference

#include <Panzer_PointValues2_impl.hpp>

Public Types

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

Public Member Functions

 CopyNodeCoords (const CoordinateArray in_source, PHX::MDField< Scalar, Cell, NODE, Dim > in_target)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type cell, const size_type node, const size_type dim) const
 

Public Attributes

const CoordinateArray source_
 
PHX::MDField< Scalar, Cell, NODE, Dimtarget_
 

Detailed Description

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

Definition at line 59 of file Panzer_PointValues2_impl.hpp.

Member Typedef Documentation

◆ size_type

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

Definition at line 60 of file Panzer_PointValues2_impl.hpp.

Constructor & Destructor Documentation

◆ CopyNodeCoords()

template<typename Scalar , typename CoordinateArray >
panzer::CopyNodeCoords< Scalar, CoordinateArray >::CopyNodeCoords ( const CoordinateArray in_source,
PHX::MDField< Scalar, Cell, NODE, Dim > in_target )
inline

Definition at line 63 of file Panzer_PointValues2_impl.hpp.

Member Function Documentation

◆ operator()()

template<typename Scalar , typename CoordinateArray >
KOKKOS_INLINE_FUNCTION void panzer::CopyNodeCoords< Scalar, CoordinateArray >::operator() ( const size_type cell,
const size_type node,
const size_type dim ) const
inline

Definition at line 68 of file Panzer_PointValues2_impl.hpp.

Member Data Documentation

◆ source_

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

Definition at line 61 of file Panzer_PointValues2_impl.hpp.

◆ target_

template<typename Scalar , typename CoordinateArray >
PHX::MDField<Scalar,Cell,NODE,Dim> panzer::CopyNodeCoords< Scalar, CoordinateArray >::target_

Definition at line 62 of file Panzer_PointValues2_impl.hpp.


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