/home/runner/work/kynema/kynema/kynema/src/solver/compute_row_ptrs.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_row_ptrs.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
Top level function object for calculating the row pointers of the CRS matrix to be solved during each...
Definition compute_row_ptrs.hpp:16
static RowPtrType invoke(size_t num_system_dofs, size_t num_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)
Definition compute_row_ptrs.hpp:23
Kokkos::View< ValueType, DeviceType > View
Definition compute_row_ptrs.hpp:19
typename RowPtrType::device_type DeviceType
Definition compute_row_ptrs.hpp:17
typename View< ValueType >::const_type ConstView
Definition compute_row_ptrs.hpp:21
Generated by