CalculateQuadraturePointValues< DeviceType > Struct Template Reference

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

#include <calculate_quadrature_point_values.hpp>

Public Types

using TeamPolicy = typename Kokkos::TeamPolicy< typename DeviceType::execution_space >
 
using member_type = typename TeamPolicy::member_type
 
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 >
 

Public Member Functions

KOKKOS_FUNCTION void operator() (member_type member) const
 

Public Attributes

double beta_prime_
 
double gamma_prime_
 
ConstView< double *[7]> Q
 
ConstView< double *[6]> V
 
ConstView< double *[6]> A
 
ConstView< double *[6][6]> tangent
 
ConstView< size_t ** > node_state_indices
 
ConstView< size_t * > num_nodes_per_element
 
ConstView< size_t * > num_qps_per_element
 
ConstView< double ** > qp_weight_
 
ConstView< double ** > qp_jacobian_
 
ConstView< double *** > shape_interp_
 
ConstView< double *** > shape_deriv_
 
ConstView< double[3]> gravity_
 
ConstView< double **[6]> node_FX_
 
ConstView< double **[4]> qp_r0_
 
ConstView< double **[3]> qp_x0_
 
ConstView< double **[3]> qp_x0_prime_
 
ConstView< double **[6][6]> qp_Mstar_
 
ConstView< double **[6][6]> qp_Cstar_
 
View< double **[6]> qp_FE_
 
View< double **[6]> residual_vector_terms_
 
View< double ***[6][6]> system_matrix_terms_
 

Member Typedef Documentation

◆ ConstView

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

◆ LeftView

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

◆ member_type

template<typename DeviceType >
using kynema::beams::CalculateQuadraturePointValues< DeviceType >::member_type = typename TeamPolicy::member_type

◆ TeamPolicy

template<typename DeviceType >
using kynema::beams::CalculateQuadraturePointValues< DeviceType >::TeamPolicy = typename Kokkos::TeamPolicy<typename DeviceType::execution_space>

◆ View

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

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::beams::CalculateQuadraturePointValues< DeviceType >::operator() ( member_type  member) const
inline

Member Data Documentation

◆ A

template<typename DeviceType >
ConstView<double* [6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::A

◆ beta_prime_

template<typename DeviceType >
double kynema::beams::CalculateQuadraturePointValues< DeviceType >::beta_prime_

◆ gamma_prime_

template<typename DeviceType >
double kynema::beams::CalculateQuadraturePointValues< DeviceType >::gamma_prime_

◆ gravity_

template<typename DeviceType >
ConstView<double[3]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::gravity_

◆ node_FX_

template<typename DeviceType >
ConstView<double** [6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::node_FX_

◆ node_state_indices

template<typename DeviceType >
ConstView<size_t**> kynema::beams::CalculateQuadraturePointValues< DeviceType >::node_state_indices

◆ num_nodes_per_element

template<typename DeviceType >
ConstView<size_t*> kynema::beams::CalculateQuadraturePointValues< DeviceType >::num_nodes_per_element

◆ num_qps_per_element

template<typename DeviceType >
ConstView<size_t*> kynema::beams::CalculateQuadraturePointValues< DeviceType >::num_qps_per_element

◆ Q

template<typename DeviceType >
ConstView<double* [7]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::Q

◆ qp_Cstar_

template<typename DeviceType >
ConstView<double** [6][6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_Cstar_

◆ qp_FE_

template<typename DeviceType >
View<double** [6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_FE_

◆ qp_jacobian_

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

◆ qp_Mstar_

template<typename DeviceType >
ConstView<double** [6][6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_Mstar_

◆ qp_r0_

template<typename DeviceType >
ConstView<double** [4]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_r0_

◆ qp_weight_

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

◆ qp_x0_

template<typename DeviceType >
ConstView<double** [3]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_x0_

◆ qp_x0_prime_

template<typename DeviceType >
ConstView<double** [3]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::qp_x0_prime_

◆ residual_vector_terms_

template<typename DeviceType >
View<double** [6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::residual_vector_terms_

◆ shape_deriv_

template<typename DeviceType >
ConstView<double***> kynema::beams::CalculateQuadraturePointValues< DeviceType >::shape_deriv_

◆ shape_interp_

template<typename DeviceType >
ConstView<double***> kynema::beams::CalculateQuadraturePointValues< DeviceType >::shape_interp_

◆ system_matrix_terms_

template<typename DeviceType >
View<double*** [6][6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::system_matrix_terms_

◆ tangent

template<typename DeviceType >
ConstView<double* [6][6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::tangent

◆ V

template<typename DeviceType >
ConstView<double* [6]> kynema::beams::CalculateQuadraturePointValues< DeviceType >::V

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