CopyConstraintsTransposeToSparseMatrix< CrsMatrixType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType > Struct Template Reference
A Kernel which copies the transpose gradient matrix contributions for the base and target node of a constraint to the correct location in the global CRS matrix. More...
#include <copy_constraints_transpose_to_sparse_matrix.hpp>
Public Types | |
using | DeviceType = typename CrsMatrixType::device_type |
using | RowDataType = typename CrsMatrixType::values_type::non_const_type |
using | ColIdxType = typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type |
using | TeamPolicy = typename Kokkos::TeamPolicy< typename DeviceType::execution_space > |
using | member_type = typename TeamPolicy::member_type |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
template<typename ValueType > | |
using | ConstView = typename View< ValueType >::const_type |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (member_type member) const |
Public Attributes | |
size_t | num_system_cols {} |
ConstView< Kokkos::pair< size_t, size_t > * > | row_range |
ConstView< dof::FreedomSignature * > | base_node_freedom_signature |
ConstView< dof::FreedomSignature * > | target_node_freedom_signature |
ConstView< size_t *[6]> | base_node_freedom_table |
ConstView< size_t *[6]> | target_node_freedom_table |
ConstView< double *[6][6]> | base_dense |
ConstView< double *[6][6]> | target_dense |
CrsMatrixType | sparse |
Detailed Description
template<typename CrsMatrixType>
struct kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >
struct kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >
A Kernel which copies the transpose gradient matrix contributions for the base and target node of a constraint to the correct location in the global CRS matrix.
Member Typedef Documentation
◆ ColIdxType
template<typename CrsMatrixType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::ColIdxType = typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type |
◆ ConstView
template<typename CrsMatrixType >
template<typename ValueType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::ConstView = typename View<ValueType>::const_type |
◆ DeviceType
template<typename CrsMatrixType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::DeviceType = typename CrsMatrixType::device_type |
◆ member_type
template<typename CrsMatrixType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::member_type = typename TeamPolicy::member_type |
◆ RowDataType
template<typename CrsMatrixType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::RowDataType = typename CrsMatrixType::values_type::non_const_type |
◆ TeamPolicy
template<typename CrsMatrixType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::TeamPolicy = typename Kokkos::TeamPolicy<typename DeviceType::execution_space> |
◆ View
template<typename CrsMatrixType >
template<typename ValueType >
using kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename CrsMatrixType >
|
inline |
Member Data Documentation
◆ base_dense
template<typename CrsMatrixType >
ConstView<double* [6][6]> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::base_dense |
◆ base_node_freedom_signature
template<typename CrsMatrixType >
ConstView<dof::FreedomSignature*> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::base_node_freedom_signature |
◆ base_node_freedom_table
template<typename CrsMatrixType >
ConstView<size_t* [6]> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::base_node_freedom_table |
◆ num_system_cols
template<typename CrsMatrixType >
size_t kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::num_system_cols {} |
◆ row_range
template<typename CrsMatrixType >
ConstView<Kokkos::pair<size_t, size_t>*> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::row_range |
◆ sparse
template<typename CrsMatrixType >
CrsMatrixType kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::sparse |
◆ target_dense
template<typename CrsMatrixType >
ConstView<double* [6][6]> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::target_dense |
◆ target_node_freedom_signature
template<typename CrsMatrixType >
ConstView<dof::FreedomSignature*> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::target_node_freedom_signature |
◆ target_node_freedom_table
template<typename CrsMatrixType >
ConstView<size_t* [6]> kynema::solver::CopyConstraintsTransposeToSparseMatrix< CrsMatrixType >::target_node_freedom_table |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/solver/copy_constraints_transpose_to_sparse_matrix.hpp
Generated by