/home/runner/work/kynema/kynema/kynema/src/elements/beams/interpolate_QP_vector.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
interpolate_QP_vector.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:16
A Kernel which interpolates a vector quantity from nodes on a given element to a quadrature point giv...
Definition interpolate_QP_vector.hpp:12
typename View< ValueType >::const_type ConstView
Definition interpolate_QP_vector.hpp:16
KOKKOS_FUNCTION void operator()(size_t qp) const
Definition interpolate_QP_vector.hpp:29
size_t num_nodes
Definition interpolate_QP_vector.hpp:23
ConstView< double *** > shape_interp
Definition interpolate_QP_vector.hpp:24
View< double **[3]> qp_vector
Definition interpolate_QP_vector.hpp:26
typename StrideView< ValueType >::const_type ConstStrideView
Definition interpolate_QP_vector.hpp:20
Kokkos::View< ValueType, Kokkos::LayoutStride, DeviceType > StrideView
Definition interpolate_QP_vector.hpp:18
ConstStrideView< double **[3]> node_vector
Definition interpolate_QP_vector.hpp:25
Kokkos::View< ValueType, DeviceType > View
Definition interpolate_QP_vector.hpp:14
Generated by