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