IntegrateInertiaMatrixElement< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::beams::IntegrateInertiaMatrixElement< DeviceType > Struct Template Reference
#include <integrate_inertia_matrix.hpp>
Public Types | |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
template<typename ValueType > | |
using | ConstView = typename View< ValueType >::const_type |
template<typename ValueType > | |
using | LeftView = Kokkos::View< ValueType, Kokkos::LayoutLeft, DeviceType > |
template<typename ValueType > | |
using | ConstLeftView = typename LeftView< ValueType >::const_type |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (size_t node_simd_node) const |
Public Attributes | |
size_t | element |
size_t | num_nodes |
size_t | num_qps |
ConstView< double * > | qp_weight_ |
ConstView< double * > | qp_jacobian_ |
ConstLeftView< double ** > | shape_interp_ |
ConstView< double *[6][6]> | qp_Muu_ |
ConstView< double *[6][6]> | qp_Guu_ |
double | beta_prime_ |
double | gamma_prime_ |
Kokkos::View< double **[6][6], DeviceType > | gbl_M_ |
Member Typedef Documentation
◆ ConstLeftView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::ConstLeftView = typename LeftView<ValueType>::const_type |
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ LeftView
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType> |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ beta_prime_
template<typename DeviceType >
double kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::beta_prime_ |
◆ element
template<typename DeviceType >
size_t kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::element |
◆ gamma_prime_
template<typename DeviceType >
double kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::gamma_prime_ |
◆ gbl_M_
template<typename DeviceType >
Kokkos::View<double** [6][6], DeviceType> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::gbl_M_ |
◆ num_nodes
template<typename DeviceType >
size_t kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::num_nodes |
◆ num_qps
template<typename DeviceType >
size_t kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::num_qps |
◆ qp_Guu_
template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::qp_Guu_ |
◆ qp_jacobian_
template<typename DeviceType >
ConstView<double*> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::qp_jacobian_ |
◆ qp_Muu_
template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::qp_Muu_ |
◆ qp_weight_
template<typename DeviceType >
ConstView<double*> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::qp_weight_ |
◆ shape_interp_
template<typename DeviceType >
ConstLeftView<double**> kynema::beams::IntegrateInertiaMatrixElement< DeviceType >::shape_interp_ |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/system/beams/integrate_inertia_matrix.hpp
Generated by