CalculateTangentOperator< DeviceType > Struct Template Reference

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

A Kernel for calculating the tangent operator at each node. More...

#include <calculate_tangent_operator.hpp>

Public Types

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

Public Member Functions

KOKKOS_FUNCTION void operator() (int node) const
 

Public Attributes

double h
 
ConstView< double *[6]> q_delta
 
View< double *[6][6]> T_gbl
 

Detailed Description

template<typename DeviceType>
struct kynema::system::CalculateTangentOperator< DeviceType >

A Kernel for calculating the tangent operator at each node.

Member Typedef Documentation

◆ ConstView

template<typename DeviceType >
template<typename ValueType >
using kynema::system::CalculateTangentOperator< DeviceType >::ConstView = typename View<ValueType>::const_type

◆ View

template<typename DeviceType >
template<typename ValueType >
using kynema::system::CalculateTangentOperator< DeviceType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::system::CalculateTangentOperator< DeviceType >::operator() ( int  node) const
inline

Member Data Documentation

◆ h

template<typename DeviceType >
double kynema::system::CalculateTangentOperator< DeviceType >::h

◆ q_delta

template<typename DeviceType >
ConstView<double* [6]> kynema::system::CalculateTangentOperator< DeviceType >::q_delta

◆ T_gbl

template<typename DeviceType >
View<double* [6][6]> kynema::system::CalculateTangentOperator< DeviceType >::T_gbl

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