UpdateAlgorithmicAcceleration< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::state::UpdateAlgorithmicAcceleration< DeviceType > Struct Template Reference
A Kernel to update the algorithmic acceleration based on the acceleration and generalized alpha solver parameters. More...
#include <update_algorithmic_acceleration.hpp>
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (int node) const |
Public Attributes | |
Kokkos::View< double *[6], DeviceType > | acceleration |
Kokkos::View< double *[6], DeviceType >::const_type | vd |
double | alpha_f |
double | alpha_m |
Detailed Description
template<typename DeviceType>
struct kynema::state::UpdateAlgorithmicAcceleration< DeviceType >
struct kynema::state::UpdateAlgorithmicAcceleration< DeviceType >
A Kernel to update the algorithmic acceleration based on the acceleration and generalized alpha solver parameters.
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ acceleration
template<typename DeviceType >
Kokkos::View<double* [6], DeviceType> kynema::state::UpdateAlgorithmicAcceleration< DeviceType >::acceleration |
◆ alpha_f
template<typename DeviceType >
double kynema::state::UpdateAlgorithmicAcceleration< DeviceType >::alpha_f |
◆ alpha_m
template<typename DeviceType >
double kynema::state::UpdateAlgorithmicAcceleration< DeviceType >::alpha_m |
◆ vd
template<typename DeviceType >
Kokkos::View<double*[6],DeviceType>::const_type kynema::state::UpdateAlgorithmicAcceleration< DeviceType >::vd |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/state/update_algorithmic_acceleration.hpp
Generated by