/home/runner/work/kynema/kynema/kynema/src/solver/copy_constraints_to_sparse_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
copy_constraints_to_sparse_matrix.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
A Kernel which copies the gradient matrix contributions for the base and target node of a constraint ...
Definition copy_constraints_to_sparse_matrix.hpp:15
ConstView< double *[6][6]> base_dense
Definition copy_constraints_to_sparse_matrix.hpp:32
typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type ColIdxType
Definition copy_constraints_to_sparse_matrix.hpp:18
CrsMatrixType sparse
Definition copy_constraints_to_sparse_matrix.hpp:34
typename CrsMatrixType::device_type DeviceType
Definition copy_constraints_to_sparse_matrix.hpp:16
ConstView< dof::FreedomSignature * > base_node_freedom_signature
Definition copy_constraints_to_sparse_matrix.hpp:28
size_t num_system_rows
Definition copy_constraints_to_sparse_matrix.hpp:26
typename TeamPolicy::member_type member_type
Definition copy_constraints_to_sparse_matrix.hpp:20
ConstView< Kokkos::pair< size_t, size_t > * > row_range
Definition copy_constraints_to_sparse_matrix.hpp:27
KOKKOS_FUNCTION void operator()(member_type member) const
Definition copy_constraints_to_sparse_matrix.hpp:37
ConstView< double *[6][6]> target_dense
Definition copy_constraints_to_sparse_matrix.hpp:33
Kokkos::View< ValueType, DeviceType > View
Definition copy_constraints_to_sparse_matrix.hpp:22
typename Kokkos::TeamPolicy< typename DeviceType::execution_space > TeamPolicy
Definition copy_constraints_to_sparse_matrix.hpp:19
typename CrsMatrixType::values_type::non_const_type RowDataType
Definition copy_constraints_to_sparse_matrix.hpp:17
ConstView< size_t *[6]> target_node_freedom_table
Definition copy_constraints_to_sparse_matrix.hpp:31
typename View< ValueType >::const_type ConstView
Definition copy_constraints_to_sparse_matrix.hpp:24
ConstView< dof::FreedomSignature * > target_node_freedom_signature
Definition copy_constraints_to_sparse_matrix.hpp:29
ConstView< size_t *[6]> base_node_freedom_table
Definition copy_constraints_to_sparse_matrix.hpp:30
Generated by