AssembleNodeFreedomMapTable_Constraints< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType > Struct Template Reference
A Kernel for applying a constraint's freedom signature to its base and target 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 node) const |
Public Attributes | |
ConstView< constraints::ConstraintType * > | type |
ConstView< size_t * > | target_node_index |
ConstView< size_t * > | base_node_index |
ConstView< FreedomSignature * > | target_node_freedom_signature |
ConstView< FreedomSignature * > | base_node_freedom_signature |
View< FreedomSignature * > | node_freedom_allocation_table |
Detailed Description
template<typename DeviceType>
struct kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >
struct kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >
A Kernel for applying a constraint's freedom signature to its base and target nodes.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ base_node_freedom_signature
template<typename DeviceType >
ConstView<FreedomSignature*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::base_node_freedom_signature |
◆ base_node_index
template<typename DeviceType >
ConstView<size_t*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::base_node_index |
◆ node_freedom_allocation_table
template<typename DeviceType >
View<FreedomSignature*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::node_freedom_allocation_table |
◆ target_node_freedom_signature
template<typename DeviceType >
ConstView<FreedomSignature*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::target_node_freedom_signature |
◆ target_node_index
template<typename DeviceType >
ConstView<size_t*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::target_node_index |
◆ type
template<typename DeviceType >
ConstView<constraints::ConstraintType*> kynema::dof::AssembleNodeFreedomMapTable_Constraints< DeviceType >::type |
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