/home/runner/work/kynema/kynema/kynema/src/solver/create_full_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
create_full_matrix.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
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
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
The top level function object which creates the CRS matrix structure for the linear system to be solv...
Definition create_full_matrix.hpp:20
static CrsMatrixType invoke(size_t num_system_dofs, size_t num_dofs, 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 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)
Definition create_full_matrix.hpp:27
Kokkos::View< ValueType, DeviceType > View
Definition create_full_matrix.hpp:23
typename View< ValueType >::const_type ConstView
Definition create_full_matrix.hpp:25
typename CrsMatrixType::device_type DeviceType
Definition create_full_matrix.hpp:21
Generated by