/home/runner/work/kynema/kynema/kynema/src/system/beams/calculate_strain.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_strain.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:16
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:120
KOKKOS_INLINE_FUNCTION void QuaternionDerivative(const Quaternion &q, const Matrix &m)
Computes the derivative of a quaternion and stores the result in a 3x4 matrix.
Definition quaternion_operations.hpp:153
Definition calculate_strain.hpp:11
Kokkos::View< ValueType, DeviceType > View
Definition calculate_strain.hpp:13
static KOKKOS_FUNCTION void invoke(const ConstView< double[3]> &x0_prime, const ConstView< double[3]> &u_prime, const ConstView< double[4]> &r, const ConstView< double[4]> &r_prime, const View< double[6]> &strain)
Definition calculate_strain.hpp:17
typename View< ValueType >::const_type ConstView
Definition calculate_strain.hpp:15
Generated by