/home/runner/work/kynema/kynema/kynema/src/solver/compute_constraints_col_inds.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_constraints_col_inds.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
A Kernel for computing the system constraints' contribution to the column indicies for the CRS matrix...
Definition compute_constraints_col_inds.hpp:12
Kokkos::View< ValueType, DeviceType > View
Definition compute_constraints_col_inds.hpp:17
KOKKOS_FUNCTION void operator()(size_t constraint) const
Definition compute_constraints_col_inds.hpp:51
IndicesType col_inds
Definition compute_constraints_col_inds.hpp:28
KOKKOS_FUNCTION RowPtrValueType CalculateBaseInds(size_t constraint, RowPtrValueType dof_index) const
Definition compute_constraints_col_inds.hpp:41
typename IndicesType::value_type IndicesValueType
Definition compute_constraints_col_inds.hpp:14
RowPtrType::const_type row_ptrs
Definition compute_constraints_col_inds.hpp:27
ConstView< size_t *[6]> target_node_freedom_table
Definition compute_constraints_col_inds.hpp:25
typename RowPtrType::device_type DeviceType
Definition compute_constraints_col_inds.hpp:15
KOKKOS_FUNCTION RowPtrValueType CalculateTargetInds(size_t constraint, RowPtrValueType dof_index) const
Definition compute_constraints_col_inds.hpp:31
ConstView< Kokkos::pair< size_t, size_t > * > row_range
Definition compute_constraints_col_inds.hpp:26
size_t num_system_dofs
Definition compute_constraints_col_inds.hpp:21
ConstView< size_t *[6]> base_node_freedom_table
Definition compute_constraints_col_inds.hpp:24
ConstView< size_t * > target_active_dofs
Definition compute_constraints_col_inds.hpp:23
typename View< ValueType >::const_type ConstView
Definition compute_constraints_col_inds.hpp:19
typename RowPtrType::value_type RowPtrValueType
Definition compute_constraints_col_inds.hpp:13
ConstView< size_t * > base_active_dofs
Definition compute_constraints_col_inds.hpp:22
Generated by