CreateConstraintFreedomTable< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::dof::CreateConstraintFreedomTable< DeviceType > Struct Template Reference
A Kernel that creates the node freedom tables for each the target and base nodes for a given constrain. More...
#include <create_constraint_freedom_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 constraint) const |
Public Attributes | |
ConstView< constraints::ConstraintType * > | type |
ConstView< size_t * > | target_node_index |
ConstView< size_t * > | base_node_index |
ConstView< size_t * > | active_dofs |
ConstView< size_t * > | node_freedom_map_table |
View< size_t *[6]> | target_node_freedom_table |
View< size_t *[6]> | base_node_freedom_table |
Detailed Description
template<typename DeviceType>
struct kynema::dof::CreateConstraintFreedomTable< DeviceType >
struct kynema::dof::CreateConstraintFreedomTable< DeviceType >
A Kernel that creates the node freedom tables for each the target and base nodes for a given constrain.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::CreateConstraintFreedomTable< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::dof::CreateConstraintFreedomTable< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ active_dofs
template<typename DeviceType >
ConstView<size_t*> kynema::dof::CreateConstraintFreedomTable< DeviceType >::active_dofs |
◆ base_node_freedom_table
template<typename DeviceType >
View<size_t* [6]> kynema::dof::CreateConstraintFreedomTable< DeviceType >::base_node_freedom_table |
◆ base_node_index
template<typename DeviceType >
ConstView<size_t*> kynema::dof::CreateConstraintFreedomTable< DeviceType >::base_node_index |
◆ node_freedom_map_table
template<typename DeviceType >
ConstView<size_t*> kynema::dof::CreateConstraintFreedomTable< DeviceType >::node_freedom_map_table |
◆ target_node_freedom_table
template<typename DeviceType >
View<size_t* [6]> kynema::dof::CreateConstraintFreedomTable< DeviceType >::target_node_freedom_table |
◆ target_node_index
template<typename DeviceType >
ConstView<size_t*> kynema::dof::CreateConstraintFreedomTable< DeviceType >::target_node_index |
◆ type
template<typename DeviceType >
ConstView<constraints::ConstraintType*> kynema::dof::CreateConstraintFreedomTable< DeviceType >::type |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/dof_management/create_constraint_freedom_table.hpp
Generated by