/home/runner/work/kynema/kynema/kynema/src/system/beams/calculate_strain_dot.hpp Source File
|
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_strain_dot.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:14
KOKKOS_INLINE_FUNCTION void VecTilde(const VectorType &vector, const MatrixType &matrix)
Converts a 3x1 vector to a 3x3 skew-symmetric matrix and returns the result.
Definition vector_operations.hpp:10
KOKKOS_INLINE_FUNCTION void RotateVectorByQuaternion(const Quaternion &q, const View1 &v, const View2 &v_rot)
Rotates provided vector by provided unit quaternion and returns the result.
Definition quaternion_operations.hpp:34
Definition calculate_strain_dot.hpp:11
typename View< ValueType >::const_type ConstView
Definition calculate_strain_dot.hpp:15
static KOKKOS_FUNCTION void invoke(const ConstView< double[3]> &kappa, const ConstView< double[4]> &r, const ConstView< double[3]> &omega, const ConstView< double[3]> &u_dot_prime, const ConstView< double[3]> &omega_prime, const ConstView< double[3]> &xr_prime, const View< double[6]> &strain_dot)
Definition calculate_strain_dot.hpp:17
Kokkos::View< ValueType, DeviceType > View
Definition calculate_strain_dot.hpp:13
Generated by