/home/runner/work/kynema-fmb/kynema-fmb/kynema-fmb/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
typename TeamPolicy::member_type member_type
Definition contribute_masses_to_sparse_matrix.hpp:20
CrsMatrixType sparse
Definition contribute_masses_to_sparse_matrix.hpp:30
KOKKOS_FUNCTION void operator()(member_type member) const
Definition contribute_masses_to_sparse_matrix.hpp:33
ConstView< size_t *[6]> element_freedom_table
Definition contribute_masses_to_sparse_matrix.hpp:28
typename CrsMatrixType::device_type DeviceType
Definition contribute_masses_to_sparse_matrix.hpp:16
double conditioner
Definition contribute_masses_to_sparse_matrix.hpp:26
ConstView< double *[6][6]> dense
Definition contribute_masses_to_sparse_matrix.hpp:29
Kokkos::TeamPolicy< typename DeviceType::execution_space > TeamPolicy
Definition contribute_masses_to_sparse_matrix.hpp:19
typename View< ValueType >::const_type ConstView
Definition contribute_masses_to_sparse_matrix.hpp:24
ConstView< dof::FreedomSignature * > element_freedom_signature
Definition contribute_masses_to_sparse_matrix.hpp:27
Kokkos::View< ValueType, DeviceType > View
Definition contribute_masses_to_sparse_matrix.hpp:22
typename CrsMatrixType::values_type::non_const_type RowDataType
Definition contribute_masses_to_sparse_matrix.hpp:17
typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type ColIdxType
Definition contribute_masses_to_sparse_matrix.hpp:18
Generated by