AssembleNodeFreedomMapTable_Beams< DeviceType > Struct Template Reference

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

A Kernel for applying a Beam element's freedom signature to all nodes it contains. 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 * > num_nodes_per_element
 
ConstView< size_t ** > node_state_indices
 
ConstView< FreedomSignature ** > element_freedom_signature
 
View< FreedomSignature * > node_freedom_allocation_table
 

Detailed Description

template<typename DeviceType>
struct kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >

A Kernel for applying a Beam element's freedom signature to all nodes it contains.

Member Typedef Documentation

◆ ConstView

template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::ConstView = typename View<ValueType>::const_type

◆ View

template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::operator() ( size_t  element) const
inline

Member Data Documentation

◆ element_freedom_signature

template<typename DeviceType >
ConstView<FreedomSignature**> kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::element_freedom_signature

◆ node_freedom_allocation_table

template<typename DeviceType >
View<FreedomSignature*> kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::node_freedom_allocation_table

◆ node_state_indices

template<typename DeviceType >
ConstView<size_t**> kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::node_state_indices

◆ num_nodes_per_element

template<typename DeviceType >
ConstView<size_t*> kynema::dof::AssembleNodeFreedomMapTable_Beams< DeviceType >::num_nodes_per_element

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