UpdateDynamicPrediction< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::state::UpdateDynamicPrediction< DeviceType > Struct Template Reference
A Kernel to update the velocity, acceleration, and change in state at a node for a dynamic problem. More...
#include <update_dynamic_prediction.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) const |
Public Attributes | |
double | h |
double | beta_prime |
double | gamma_prime |
ConstView< dof::FreedomSignature * > | node_freedom_allocation_table |
ConstView< size_t * > | node_freedom_map_table |
ConstLeftView< double *[1]> | x_delta |
View< double *[6]> | q_delta |
View< double *[6]> | v |
View< double *[6]> | vd |
Detailed Description
template<typename DeviceType>
struct kynema::state::UpdateDynamicPrediction< DeviceType >
struct kynema::state::UpdateDynamicPrediction< DeviceType >
A Kernel to update the velocity, acceleration, and change in state at a node for a dynamic problem.
Member Typedef Documentation
◆ ConstLeftView
template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateDynamicPrediction< DeviceType >::ConstLeftView = typename LeftView<ValueType>::const_type |
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateDynamicPrediction< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ LeftView
template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateDynamicPrediction< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType> |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateDynamicPrediction< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ beta_prime
template<typename DeviceType >
double kynema::state::UpdateDynamicPrediction< DeviceType >::beta_prime |
◆ gamma_prime
template<typename DeviceType >
double kynema::state::UpdateDynamicPrediction< DeviceType >::gamma_prime |
◆ h
template<typename DeviceType >
double kynema::state::UpdateDynamicPrediction< DeviceType >::h |
◆ node_freedom_allocation_table
template<typename DeviceType >
ConstView<dof::FreedomSignature*> kynema::state::UpdateDynamicPrediction< DeviceType >::node_freedom_allocation_table |
◆ node_freedom_map_table
template<typename DeviceType >
ConstView<size_t*> kynema::state::UpdateDynamicPrediction< DeviceType >::node_freedom_map_table |
◆ q_delta
template<typename DeviceType >
View<double* [6]> kynema::state::UpdateDynamicPrediction< DeviceType >::q_delta |
◆ v
template<typename DeviceType >
View<double* [6]> kynema::state::UpdateDynamicPrediction< DeviceType >::v |
◆ vd
template<typename DeviceType >
View<double* [6]> kynema::state::UpdateDynamicPrediction< DeviceType >::vd |
◆ x_delta
template<typename DeviceType >
ConstLeftView<double* [1]> kynema::state::UpdateDynamicPrediction< DeviceType >::x_delta |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/state/update_dynamic_prediction.hpp
Generated by