InterpolateQPRotation< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::beams::InterpolateQPRotation< DeviceType > Struct Template Reference
A Kernel which interpolates a rotation quaternion on a given element from its nodes to all of it quadrature points. More...
#include <interpolate_QP_rotation.hpp>
Public Types | |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
template<typename ValueType > | |
using | ConstView = typename View< ValueType >::const_type |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (int element) const |
Public Attributes | |
ConstView< size_t * > | num_nodes_per_element |
ConstView< size_t * > | num_qps_per_element |
ConstView< double *** > | shape_interpolation |
ConstView< double **[7]> | node_position_rotation |
View< double **[4]> | qp_rotation |
Detailed Description
template<typename DeviceType>
struct kynema::beams::InterpolateQPRotation< DeviceType >
struct kynema::beams::InterpolateQPRotation< DeviceType >
A Kernel which interpolates a rotation quaternion on a given element from its nodes to all of it quadrature points.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPRotation< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPRotation< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ node_position_rotation
template<typename DeviceType >
ConstView<double** [7]> kynema::beams::InterpolateQPRotation< DeviceType >::node_position_rotation |
◆ num_nodes_per_element
template<typename DeviceType >
ConstView<size_t*> kynema::beams::InterpolateQPRotation< DeviceType >::num_nodes_per_element |
◆ num_qps_per_element
template<typename DeviceType >
ConstView<size_t*> kynema::beams::InterpolateQPRotation< DeviceType >::num_qps_per_element |
◆ qp_rotation
template<typename DeviceType >
View<double** [4]> kynema::beams::InterpolateQPRotation< DeviceType >::qp_rotation |
◆ shape_interpolation
template<typename DeviceType >
ConstView<double***> kynema::beams::InterpolateQPRotation< DeviceType >::shape_interpolation |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/elements/beams/interpolate_QP_rotation.hpp
Generated by