/home/runner/work/kynema/kynema/kynema/src/solver/compute_constraints_row_entries.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_constraints_row_entries.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
Kernel to compute the constraints' contribution to the row pointers of the CRS matrix.
Definition compute_constraints_row_entries.hpp:11
ConstView< size_t * > base_active_dofs
Definition compute_constraints_row_entries.hpp:20
typename View< value_type >::const_type ConstView
Definition compute_constraints_row_entries.hpp:17
KOKKOS_FUNCTION void operator()(size_t constraint) const
Definition compute_constraints_row_entries.hpp:26
ConstView< Kokkos::pair< size_t, size_t > * > row_range
Definition compute_constraints_row_entries.hpp:22
RowPtrType row_entries
Definition compute_constraints_row_entries.hpp:23
Kokkos::View< value_type, DeviceType > View
Definition compute_constraints_row_entries.hpp:15
size_t num_system_dofs
Definition compute_constraints_row_entries.hpp:19
typename RowPtrType::device_type DeviceType
Definition compute_constraints_row_entries.hpp:13
ConstView< size_t * > target_active_dofs
Definition compute_constraints_row_entries.hpp:21
typename RowPtrType::value_type ValueType
Definition compute_constraints_row_entries.hpp:12
Generated by