/home/runner/work/kynema/kynema/kynema/src/solver/compute_col_inds.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_col_inds.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
The top level function object for computing the column indicies for the CRS matrix to be solved at ea...
Definition compute_col_inds.hpp:15
typename View< ValueType >::const_type ConstView
Definition compute_col_inds.hpp:19
Kokkos::View< ValueType, typename RowPtrType::device_type > View
Definition compute_col_inds.hpp:17
static IndicesType invoke(typename RowPtrType::value_type num_non_zero, size_t num_system_dofs, const ConstView< size_t * > &active_dofs, const ConstView< size_t * > &node_freedom_map_table, const ConstView< size_t * > &num_nodes_per_element, const ConstView< size_t ** > &node_state_indices, const ConstView< size_t * > &base_active_dofs, const ConstView< size_t * > &target_active_dofs, const ConstView< size_t *[6]> &base_node_freedom_table, const ConstView< size_t *[6]> &target_node_freedom_table, const ConstView< Kokkos::pair< size_t, size_t > * > &row_range, const typename RowPtrType::const_type &row_ptrs)
Definition compute_col_inds.hpp:21
Generated by