AssembleNodeFreedomMapTable_Springs< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType > Struct Template Reference
A Kernel for applying a spring element's freedom signature to both of its nodes. More...
#include <assemble_node_freedom_allocation_table.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() (size_t element) const |
Public Attributes | |
ConstView< size_t *[2]> | node_state_indices |
ConstView< FreedomSignature *[2]> | element_freedom_signature |
View< FreedomSignature * > | node_freedom_allocation_table |
Detailed Description
template<typename DeviceType>
struct kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >
struct kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >
A Kernel for applying a spring element's freedom signature to both of its nodes.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ element_freedom_signature
template<typename DeviceType >
ConstView<FreedomSignature* [2]> kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >::element_freedom_signature |
◆ node_freedom_allocation_table
template<typename DeviceType >
View<FreedomSignature*> kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >::node_freedom_allocation_table |
◆ node_state_indices
template<typename DeviceType >
ConstView<size_t* [2]> kynema::dof::AssembleNodeFreedomMapTable_Springs< DeviceType >::node_state_indices |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/dof_management/assemble_node_freedom_allocation_table.hpp
Generated by