/home/runner/work/kynema/kynema/kynema/src/system/beams/integrate_inertia_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
integrate_inertia_matrix.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:16
Definition integrate_inertia_matrix.hpp:9
Kokkos::View< ValueType, DeviceType > View
Definition integrate_inertia_matrix.hpp:11
size_t element
Definition integrate_inertia_matrix.hpp:19
Kokkos::View< ValueType, Kokkos::LayoutLeft, DeviceType > LeftView
Definition integrate_inertia_matrix.hpp:15
ConstView< double *[6][6]> qp_Muu_
Definition integrate_inertia_matrix.hpp:25
size_t num_nodes
Definition integrate_inertia_matrix.hpp:20
typename View< ValueType >::const_type ConstView
Definition integrate_inertia_matrix.hpp:13
ConstLeftView< double ** > shape_interp_
Definition integrate_inertia_matrix.hpp:24
ConstView< double * > qp_weight_
Definition integrate_inertia_matrix.hpp:22
typename LeftView< ValueType >::const_type ConstLeftView
Definition integrate_inertia_matrix.hpp:17
double gamma_prime_
Definition integrate_inertia_matrix.hpp:28
ConstView< double *[6][6]> qp_Guu_
Definition integrate_inertia_matrix.hpp:26
ConstView< double * > qp_jacobian_
Definition integrate_inertia_matrix.hpp:23
double beta_prime_
Definition integrate_inertia_matrix.hpp:27
size_t num_qps
Definition integrate_inertia_matrix.hpp:21
Kokkos::View< double **[6][6], DeviceType > gbl_M_
Definition integrate_inertia_matrix.hpp:29
KOKKOS_FUNCTION void operator()(size_t node_simd_node) const
Definition integrate_inertia_matrix.hpp:32
Generated by