/home/runner/work/kynema/kynema/kynema/src/solver/contribute_masses_to_sparse_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
contribute_masses_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 a mass element's node into the correc...
Definition contribute_masses_to_sparse_matrix.hpp:15
CrsMatrixType sparse
Definition contribute_masses_to_sparse_matrix.hpp:30
typename CrsMatrixType::device_type DeviceType
Definition contribute_masses_to_sparse_matrix.hpp:16
typename TeamPolicy::member_type member_type
Definition contribute_masses_to_sparse_matrix.hpp:20
ConstView< size_t *[6]> element_freedom_table
Definition contribute_masses_to_sparse_matrix.hpp:28
double conditioner
Definition contribute_masses_to_sparse_matrix.hpp:26
ConstView< dof::FreedomSignature * > element_freedom_signature
Definition contribute_masses_to_sparse_matrix.hpp:27
typename View< ValueType >::const_type ConstView
Definition contribute_masses_to_sparse_matrix.hpp:24
typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type ColIdxType
Definition contribute_masses_to_sparse_matrix.hpp:18
KOKKOS_FUNCTION void operator()(member_type member) const
Definition contribute_masses_to_sparse_matrix.hpp:33
typename CrsMatrixType::values_type::non_const_type RowDataType
Definition contribute_masses_to_sparse_matrix.hpp:17
Kokkos::TeamPolicy< typename DeviceType::execution_space > TeamPolicy
Definition contribute_masses_to_sparse_matrix.hpp:19
ConstView< double *[6][6]> dense
Definition contribute_masses_to_sparse_matrix.hpp:29
Kokkos::View< ValueType, DeviceType > View
Definition contribute_masses_to_sparse_matrix.hpp:22
Generated by