UpdateStaticPrediction< DeviceType > Struct Template Reference

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

A Kernel to update the change in state at a node for a static problem. More...

#include <update_static_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
 
ConstView< dof::FreedomSignature * > node_freedom_allocation_table
 
ConstView< size_t * > node_freedom_map_table
 
ConstLeftView< double *[1]> x_delta
 
Kokkos::View< double *[6], DeviceType > q_delta
 

Detailed Description

template<typename DeviceType>
struct kynema::state::UpdateStaticPrediction< DeviceType >

A Kernel to update the change in state at a node for a static problem.

Member Typedef Documentation

◆ ConstLeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateStaticPrediction< DeviceType >::ConstLeftView = typename LeftView<ValueType>::const_type

◆ ConstView

template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateStaticPrediction< DeviceType >::ConstView = typename View<ValueType>::const_type

◆ LeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateStaticPrediction< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType>

◆ View

template<typename DeviceType >
template<typename ValueType >
using kynema::state::UpdateStaticPrediction< DeviceType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ h

template<typename DeviceType >
double kynema::state::UpdateStaticPrediction< DeviceType >::h

◆ node_freedom_allocation_table

template<typename DeviceType >
ConstView<dof::FreedomSignature*> kynema::state::UpdateStaticPrediction< DeviceType >::node_freedom_allocation_table

◆ node_freedom_map_table

template<typename DeviceType >
ConstView<size_t*> kynema::state::UpdateStaticPrediction< DeviceType >::node_freedom_map_table

◆ q_delta

template<typename DeviceType >
Kokkos::View<double* [6], DeviceType> kynema::state::UpdateStaticPrediction< DeviceType >::q_delta

◆ x_delta

template<typename DeviceType >
ConstLeftView<double* [1]> kynema::state::UpdateStaticPrediction< DeviceType >::x_delta

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