CalculateSystemMatrix< DeviceType > Struct Template Reference

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

#include <calculate_system_matrix.hpp>

Public Types

template<typename ValueType >
using View = Kokkos::View< ValueType, DeviceType >
 
template<typename ValueType >
using ConstView = typename View< ValueType >::const_type
 

Public Member Functions

KOKKOS_FUNCTION void operator() (size_t node_12) const
 

Public Attributes

size_t element
 
size_t num_nodes
 
ConstView< double *[6][6]> tangent
 
ConstView< size_t ** > node_state_indices
 
ConstView< double **[6][6]> stiffness_matrix_terms
 
ConstView< double **[6][6]> inertia_matrix_terms
 
View< double ***[6][6]> system_matrix_terms
 

Member Typedef Documentation

◆ ConstView

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

◆ View

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ element

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

◆ inertia_matrix_terms

template<typename DeviceType >
ConstView<double** [6][6]> kynema::beams::CalculateSystemMatrix< DeviceType >::inertia_matrix_terms

◆ node_state_indices

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

◆ num_nodes

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

◆ stiffness_matrix_terms

template<typename DeviceType >
ConstView<double** [6][6]> kynema::beams::CalculateSystemMatrix< DeviceType >::stiffness_matrix_terms

◆ system_matrix_terms

template<typename DeviceType >
View<double*** [6][6]> kynema::beams::CalculateSystemMatrix< DeviceType >::system_matrix_terms

◆ tangent

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

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