/home/runner/work/kynema/kynema/kynema/src/solver/compute_system_col_inds.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_system_col_inds.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
A Kernel for computing the system elements' contribution to the column indicies for the CRS matrix to...
Definition compute_system_col_inds.hpp:12
ConstView< size_t *[6]> base_node_freedom_table
Definition compute_system_col_inds.hpp:28
Kokkos::View< ValueType, DeviceType > View
Definition compute_system_col_inds.hpp:17
ConstView< size_t * > base_active_dofs
Definition compute_system_col_inds.hpp:26
typename RowPtrType::device_type DeviceType
Definition compute_system_col_inds.hpp:15
KOKKOS_FUNCTION RowPtrValueType ComputeColIndsInConstraint(size_t constraint, RowPtrValueType index) const
Definition compute_system_col_inds.hpp:80
ConstView< Kokkos::pair< size_t, size_t > * > row_range
Definition compute_system_col_inds.hpp:30
ConstView< size_t * > num_nodes_per_element
Definition compute_system_col_inds.hpp:24
KOKKOS_FUNCTION bool BaseContainsNode(size_t constraint, size_t dof_index) const
Definition compute_system_col_inds.hpp:46
ConstView< size_t * > node_freedom_map_table
Definition compute_system_col_inds.hpp:23
KOKKOS_FUNCTION bool ConstraintContainsNode(size_t constraint, size_t dof_index) const
Definition compute_system_col_inds.hpp:58
IndicesType col_inds
Definition compute_system_col_inds.hpp:32
typename View< ValueType >::const_type ConstView
Definition compute_system_col_inds.hpp:19
ConstView< size_t *[6]> target_node_freedom_table
Definition compute_system_col_inds.hpp:29
size_t num_system_dofs
Definition compute_system_col_inds.hpp:21
typename RowPtrType::value_type RowPtrValueType
Definition compute_system_col_inds.hpp:13
typename IndicesType::value_type IndicesValueType
Definition compute_system_col_inds.hpp:14
KOKKOS_FUNCTION bool TargetContainsNode(size_t constraint, size_t dof_index) const
Definition compute_system_col_inds.hpp:52
ConstView< size_t ** > node_state_indices
Definition compute_system_col_inds.hpp:25
ConstView< size_t * > active_dofs
Definition compute_system_col_inds.hpp:22
KOKKOS_FUNCTION void operator()(size_t node) const
Definition compute_system_col_inds.hpp:91
ConstView< size_t * > target_active_dofs
Definition compute_system_col_inds.hpp:27
RowPtrType::const_type row_ptrs
Definition compute_system_col_inds.hpp:31
KOKKOS_FUNCTION bool ElementContainsNode(size_t element, size_t node) const
Definition compute_system_col_inds.hpp:35
KOKKOS_FUNCTION RowPtrValueType ComputeColIndsInElement(size_t element, size_t node, RowPtrValueType index) const
Definition compute_system_col_inds.hpp:63
Generated by