InterpolateQPVector< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::beams::InterpolateQPVector< DeviceType > Struct Template Reference
A Kernel which interpolates a vector quantity from nodes on a given element to a quadrature point given a basis function. More...
#include <interpolate_QP_vector.hpp>
Public Types | |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
template<typename ValueType > | |
using | ConstView = typename View< ValueType >::const_type |
template<typename ValueType > | |
using | StrideView = Kokkos::View< ValueType, Kokkos::LayoutStride, DeviceType > |
template<typename ValueType > | |
using | ConstStrideView = typename StrideView< ValueType >::const_type |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (size_t qp) const |
Public Attributes | |
size_t | element |
size_t | num_nodes |
ConstView< double *** > | shape_interp |
ConstStrideView< double **[3]> | node_vector |
View< double **[3]> | qp_vector |
Detailed Description
template<typename DeviceType>
struct kynema::beams::InterpolateQPVector< DeviceType >
struct kynema::beams::InterpolateQPVector< DeviceType >
A Kernel which interpolates a vector quantity from nodes on a given element to a quadrature point given a basis function.
Member Typedef Documentation
◆ ConstStrideView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPVector< DeviceType >::ConstStrideView = typename StrideView<ValueType>::const_type |
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPVector< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ StrideView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPVector< DeviceType >::StrideView = Kokkos::View<ValueType, Kokkos::LayoutStride, DeviceType> |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPVector< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ element
template<typename DeviceType >
size_t kynema::beams::InterpolateQPVector< DeviceType >::element |
◆ node_vector
template<typename DeviceType >
ConstStrideView<double** [3]> kynema::beams::InterpolateQPVector< DeviceType >::node_vector |
◆ num_nodes
template<typename DeviceType >
size_t kynema::beams::InterpolateQPVector< DeviceType >::num_nodes |
◆ qp_vector
template<typename DeviceType >
View<double** [3]> kynema::beams::InterpolateQPVector< DeviceType >::qp_vector |
◆ shape_interp
template<typename DeviceType >
ConstView<double***> kynema::beams::InterpolateQPVector< DeviceType >::shape_interp |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/elements/beams/interpolate_QP_vector.hpp
Generated by