|
Panzer Version of the Day
|
#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, Dim > | target_ |
Definition at line 27 of file Panzer_PointValues2_impl.hpp.
| using panzer::CopyNodeCoords< Scalar, CoordinateArray >::size_type = typename panzer::PointValues2<Scalar>::size_type |
Definition at line 28 of file Panzer_PointValues2_impl.hpp.
|
inline |
Definition at line 31 of file Panzer_PointValues2_impl.hpp.
|
inline |
Definition at line 36 of file Panzer_PointValues2_impl.hpp.
| const CoordinateArray panzer::CopyNodeCoords< Scalar, CoordinateArray >::source_ |
Definition at line 29 of file Panzer_PointValues2_impl.hpp.
| PHX::MDField<Scalar,Cell,NODE,Dim> panzer::CopyNodeCoords< Scalar, CoordinateArray >::target_ |
Definition at line 30 of file Panzer_PointValues2_impl.hpp.