/home/runner/work/kynema/kynema/kynema/src/system/springs/calculate_stiffness_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_stiffness_matrix.hpp
Go to the documentation of this file.
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:11
Definition calculate_distance_components.hpp:5
Definition calculate_stiffness_matrix.hpp:13
typename View< ValueType >::const_type ConstView
Definition calculate_stiffness_matrix.hpp:17
Kokkos::View< ValueType, DeviceType > View
Definition calculate_stiffness_matrix.hpp:15
static KOKKOS_FUNCTION void invoke(double c1, double c2, const ConstView< double[3]> &r, double l, const View< double[3][3]> &a)
Definition calculate_stiffness_matrix.hpp:19
Generated by