InterpolateQPState_r< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::beams::InterpolateQPState_r< DeviceType > Struct Template Reference
Interpolates the rotation (r) part of the state at a quadrature point. More...
#include <interpolate_QP_state.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() (size_t qp) const |
Public Attributes | |
size_t | element |
size_t | num_nodes |
ConstView< double *** > | shape_interp |
ConstView< double **[7]> | node_u |
View< double **[4]> | qp_r |
Detailed Description
template<typename DeviceType>
struct kynema::beams::InterpolateQPState_r< DeviceType >
struct kynema::beams::InterpolateQPState_r< DeviceType >
Interpolates the rotation (r) part of the state at a quadrature point.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPState_r< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateQPState_r< 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::InterpolateQPState_r< DeviceType >::element |
◆ node_u
template<typename DeviceType >
ConstView<double** [7]> kynema::beams::InterpolateQPState_r< DeviceType >::node_u |
◆ num_nodes
template<typename DeviceType >
size_t kynema::beams::InterpolateQPState_r< DeviceType >::num_nodes |
◆ qp_r
template<typename DeviceType >
View<double** [4]> kynema::beams::InterpolateQPState_r< DeviceType >::qp_r |
◆ shape_interp
template<typename DeviceType >
ConstView<double***> kynema::beams::InterpolateQPState_r< 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_state.hpp
Generated by