IntegrateStiffnessMatrixElement< DeviceType > Struct Template Reference

Kynema API: kynema::beams::IntegrateStiffnessMatrixElement< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
kynema::beams::IntegrateStiffnessMatrixElement< DeviceType > Struct Template Reference

#include <integrate_stiffness_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_
 
ConstLeftView< double ** > shape_deriv_
 
ConstView< double *[6][6]> qp_Kuu_
 
ConstView< double *[6][6]> qp_Puu_
 
ConstView< double *[6][6]> qp_Cuu_
 
ConstView< double *[6][6]> qp_Ouu_
 
ConstView< double *[6][6]> qp_Quu_
 
View< double **[6][6]> gbl_M_
 

Member Typedef Documentation

◆ ConstLeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::ConstLeftView = typename LeftView<ValueType>::const_type

◆ ConstView

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::ConstView = typename View<ValueType>::const_type

◆ LeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType>

◆ View

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::operator() ( size_t  node_simd_node) const
inline

Member Data Documentation

◆ element

template<typename DeviceType >
size_t kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::element

◆ gbl_M_

template<typename DeviceType >
View<double** [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::gbl_M_

◆ num_nodes

template<typename DeviceType >
size_t kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::num_nodes

◆ num_qps

template<typename DeviceType >
size_t kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::num_qps

◆ qp_Cuu_

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_Cuu_

◆ qp_jacobian_

template<typename DeviceType >
ConstView<double*> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_jacobian_

◆ qp_Kuu_

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_Kuu_

◆ qp_Ouu_

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_Ouu_

◆ qp_Puu_

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_Puu_

◆ qp_Quu_

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_Quu_

◆ qp_weight_

template<typename DeviceType >
ConstView<double*> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::qp_weight_

◆ shape_deriv_

template<typename DeviceType >
ConstLeftView<double**> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::shape_deriv_

◆ shape_interp_

template<typename DeviceType >
ConstLeftView<double**> kynema::beams::IntegrateStiffnessMatrixElement< DeviceType >::shape_interp_

The documentation for this struct was generated from the following file: