InterpolateToQuadraturePointForInertia< DeviceType > Struct Template Reference

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

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

Static Public Member Functions

static KOKKOS_FUNCTION void invoke (const ConstLeftView< double * > &shape_interp, const ConstView< double *[7]> &node_u, const ConstView< double *[6]> &node_u_dot, const ConstView< double *[6]> &node_u_ddot, const View< double[4]> &r, const View< double[3]> &u_ddot, const View< double[3]> &omega, const View< double[3]> &omega_dot)
 

Member Typedef Documentation

◆ ConstLeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateToQuadraturePointForInertia< DeviceType >::ConstLeftView = typename LeftView<ValueType>::const_type

◆ ConstView

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

◆ LeftView

template<typename DeviceType >
template<typename ValueType >
using kynema::beams::InterpolateToQuadraturePointForInertia< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType>

◆ View

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

Member Function Documentation

◆ invoke()

template<typename DeviceType >
static KOKKOS_FUNCTION void kynema::beams::InterpolateToQuadraturePointForInertia< DeviceType >::invoke ( const ConstLeftView< double * > &  shape_interp,
const ConstView< double *[7]> &  node_u,
const ConstView< double *[6]> &  node_u_dot,
const ConstView< double *[6]> &  node_u_ddot,
const View< double[4]> &  r,
const View< double[3]> &  u_ddot,
const View< double[3]> &  omega,
const View< double[3]> &  omega_dot 
)
inlinestatic

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