CalculateForceVectors< DeviceType > Struct Template Reference

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

#include <calculate_force_vectors.hpp>

Public Types

template<typename ValueType >
using View = Kokkos::View< ValueType, DeviceType >
 
template<typename ValueType >
using ConstView = typename View< ValueType >::const_type
 

Static Public Member Functions

static KOKKOS_FUNCTION void invoke (const ConstView< double[3]> &r, double c1, const View< double[3]> &f)
 

Member Typedef Documentation

◆ ConstView

template<typename DeviceType >
template<typename ValueType >
using kynema::springs::CalculateForceVectors< DeviceType >::ConstView = typename View<ValueType>::const_type

◆ View

template<typename DeviceType >
template<typename ValueType >
using kynema::springs::CalculateForceVectors< DeviceType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ invoke()

template<typename DeviceType >
static KOKKOS_FUNCTION void kynema::springs::CalculateForceVectors< DeviceType >::invoke ( const ConstView< double[3]> &  r,
double  c1,
const View< double[3]> &  f 
)
inlinestatic

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