/home/runner/work/kynema/kynema/kynema/src/constraints/calculate_revolute_joint_force.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_revolute_joint_force.hpp
Go to the documentation of this file.
Definition calculate_constraint_output.hpp:8
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
Kernel for calculating the force applied to the system residual as the result of a revolute joint con...
Definition calculate_revolute_joint_force.hpp:14
typename View< ValueType >::const_type ConstView
Definition calculate_revolute_joint_force.hpp:18
Kokkos::View< ValueType, DeviceType > View
Definition calculate_revolute_joint_force.hpp:16
static KOKKOS_FUNCTION void invoke(const ConstView< double[3][3]> &axes, const ConstView< double[7]> &inputs, const ConstView< double[7]> &node_u, const View< double[6]> &system_residual_terms)
Definition calculate_revolute_joint_force.hpp:20
Generated by