UpdateNodeState< DeviceType > Struct Template Reference

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

#include <update_node_state.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
 

Public Member Functions

KOKKOS_FUNCTION void operator() (member_type member) const
 

Public Attributes

ConstView< double *[7]> Q
 
ConstView< double *[6]> V
 
ConstView< double *[6]> A
 
ConstView< size_t ** > node_state_indices
 
ConstView< size_t * > num_nodes_per_element
 
View< double **[7]> node_u_
 
View< double **[6]> node_u_dot_
 
View< double **[6]> node_u_ddot_
 

Member Typedef Documentation

◆ ConstView

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

◆ member_type

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

◆ TeamPolicy

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

◆ View

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ A

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

◆ node_state_indices

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

◆ node_u_

template<typename DeviceType >
View<double** [7]> kynema::beams::UpdateNodeState< DeviceType >::node_u_

◆ node_u_ddot_

template<typename DeviceType >
View<double** [6]> kynema::beams::UpdateNodeState< DeviceType >::node_u_ddot_

◆ node_u_dot_

template<typename DeviceType >
View<double** [6]> kynema::beams::UpdateNodeState< DeviceType >::node_u_dot_

◆ num_nodes_per_element

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

◆ Q

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

◆ V

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

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