/home/runner/work/kynema/kynema/kynema/src/solver/contribute_beams_to_sparse_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
contribute_beams_to_sparse_matrix.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
A Kernel which sums the system matrix contributions computed at each node in a beam into the correct ...
Definition contribute_beams_to_sparse_matrix.hpp:15
CrsMatrixType sparse
Definition contribute_beams_to_sparse_matrix.hpp:31
typename TeamPolicy::member_type member_type
Definition contribute_beams_to_sparse_matrix.hpp:20
ConstView< size_t **[6]> element_freedom_table
Definition contribute_beams_to_sparse_matrix.hpp:29
double conditioner
Definition contribute_beams_to_sparse_matrix.hpp:26
ConstView< double ***[6][6]> dense
Definition contribute_beams_to_sparse_matrix.hpp:30
ConstView< dof::FreedomSignature ** > element_freedom_signature
Definition contribute_beams_to_sparse_matrix.hpp:28
KOKKOS_FUNCTION void operator()(member_type member) const
Definition contribute_beams_to_sparse_matrix.hpp:34
typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type ColIdxType
Definition contribute_beams_to_sparse_matrix.hpp:18
Kokkos::View< ValueType, DeviceType > View
Definition contribute_beams_to_sparse_matrix.hpp:22
ConstView< size_t * > num_nodes_per_element
Definition contribute_beams_to_sparse_matrix.hpp:27
typename CrsMatrixType::device_type DeviceType
Definition contribute_beams_to_sparse_matrix.hpp:16
Kokkos::TeamPolicy< typename DeviceType::execution_space > TeamPolicy
Definition contribute_beams_to_sparse_matrix.hpp:19
typename CrsMatrixType::values_type::non_const_type RowDataType
Definition contribute_beams_to_sparse_matrix.hpp:17
typename View< ValueType >::const_type ConstView
Definition contribute_beams_to_sparse_matrix.hpp:24
Generated by