/home/runner/work/kynema/kynema/kynema/src/system/calculate_tangent_operator.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_tangent_operator.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_tangent_operator.hpp:10
A Kernel for calculating the tangent operator at each node.
Definition calculate_tangent_operator.hpp:16
View< double *[6][6]> T_gbl
Definition calculate_tangent_operator.hpp:24
typename View< ValueType >::const_type ConstView
Definition calculate_tangent_operator.hpp:20
Kokkos::View< ValueType, DeviceType > View
Definition calculate_tangent_operator.hpp:18
KOKKOS_FUNCTION void operator()(int node) const
Definition calculate_tangent_operator.hpp:27
ConstView< double *[6]> q_delta
Definition calculate_tangent_operator.hpp:23
Generated by