/home/runner/work/kynema/kynema/kynema/src/dof_management/create_constraint_freedom_table.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
create_constraint_freedom_table.hpp
Go to the documentation of this file.
Definition assemble_node_freedom_allocation_table.hpp:10
void create_constraint_freedom_table(Constraints< DeviceType > &constraints, const State< DeviceType > &state)
Creates node freedom tables for each the target and base nodes in the constraints.
Definition create_constraint_freedom_table.hpp:66
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
View< size_t * > target_node_index
Definition constraints.hpp:42
View< size_t *[6]> base_node_freedom_table
Definition constraints.hpp:50
View< size_t *[6]> target_node_freedom_table
Definition constraints.hpp:51
Container for storing the complete system state of the simulation at a given time increment.
Definition state.hpp:18
A Kernel that creates the node freedom tables for each the target and base nodes for a given constrai...
Definition create_constraint_freedom_table.hpp:15
typename View< ValueType >::const_type ConstView
Definition create_constraint_freedom_table.hpp:19
Kokkos::View< ValueType, DeviceType > View
Definition create_constraint_freedom_table.hpp:17
View< size_t *[6]> base_node_freedom_table
Definition create_constraint_freedom_table.hpp:27
KOKKOS_FUNCTION void operator()(size_t constraint) const
Definition create_constraint_freedom_table.hpp:30
ConstView< constraints::ConstraintType * > type
Definition create_constraint_freedom_table.hpp:21
View< size_t *[6]> target_node_freedom_table
Definition create_constraint_freedom_table.hpp:26
ConstView< size_t * > node_freedom_map_table
Definition create_constraint_freedom_table.hpp:25
ConstView< size_t * > base_node_index
Definition create_constraint_freedom_table.hpp:23
ConstView< size_t * > active_dofs
Definition create_constraint_freedom_table.hpp:24
ConstView< size_t * > target_node_index
Definition create_constraint_freedom_table.hpp:22
Generated by