/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:14
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:26
ConstView< double *[6][6]> qp_GD1_
Definition integrate_inertia_matrix.hpp:29
size_t num_nodes
Definition integrate_inertia_matrix.hpp:20
ConstView< double *[6][6]> qp_Duu_
Definition integrate_inertia_matrix.hpp:28
ConstLeftView< double ** > shape_deriv_
Definition integrate_inertia_matrix.hpp:25
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
ConstView< double *[6][6]> qp_DD2_
Definition integrate_inertia_matrix.hpp:31
double gamma_prime_
Definition integrate_inertia_matrix.hpp:33
ConstView< double *[6][6]> qp_GD2_
Definition integrate_inertia_matrix.hpp:30
ConstView< double * > qp_jacobian_
Definition integrate_inertia_matrix.hpp:23
ConstView< double *[6][6]> qp_G_I_
Definition integrate_inertia_matrix.hpp:27
double beta_prime_
Definition integrate_inertia_matrix.hpp:32
size_t num_qps
Definition integrate_inertia_matrix.hpp:21
Kokkos::View< double **[6][6], DeviceType > gbl_M_
Definition integrate_inertia_matrix.hpp:34
KOKKOS_FUNCTION void operator()(size_t node_simd_node) const
Definition integrate_inertia_matrix.hpp:37
Generated by