UpdateNodeStateElement< DeviceType > Struct Template Reference

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

#include <update_node_state.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() (const size_t node) const
 

Public Attributes

size_t element {}
 
ConstView< size_t ** > node_state_indices
 
View< double *[7]> node_u
 
View< double *[6]> node_u_dot
 
View< double *[6]> node_u_ddot
 
ConstView< double *[7]> Q
 
ConstView< double *[6]> V
 
ConstView< double *[6]> A
 

Member Typedef Documentation

◆ ConstView

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

◆ View

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ A

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

◆ element

template<typename DeviceType >
size_t kynema::beams::UpdateNodeStateElement< DeviceType >::element {}

◆ node_state_indices

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

◆ node_u

template<typename DeviceType >
View<double* [7]> kynema::beams::UpdateNodeStateElement< DeviceType >::node_u

◆ node_u_ddot

template<typename DeviceType >
View<double* [6]> kynema::beams::UpdateNodeStateElement< DeviceType >::node_u_ddot

◆ node_u_dot

template<typename DeviceType >
View<double* [6]> kynema::beams::UpdateNodeStateElement< DeviceType >::node_u_dot

◆ Q

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

◆ V

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

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