/home/runner/work/kynema/kynema/kynema/src/step/assemble_constraints_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
assemble_constraints_matrix.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
void AssembleConstraintsMatrix(Solver< DeviceType > &solver, Constraints< DeviceType > &constraints)
Definition assemble_constraints_matrix.hpp:13
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
View< dof::FreedomSignature * > base_node_freedom_signature
Definition constraints.hpp:46
View< double *[6][6]> base_gradient_transpose_terms
Definition constraints.hpp:73
View< double *[6][6]> base_gradient_terms
Definition constraints.hpp:71
View< Kokkos::pair< size_t, size_t > * > row_range
Definition constraints.hpp:45
View< dof::FreedomSignature * > target_node_freedom_signature
Definition constraints.hpp:47
View< size_t *[6]> base_node_freedom_table
Definition constraints.hpp:50
View< double *[6][6]> target_gradient_terms
Definition constraints.hpp:72
View< double *[6][6]> target_gradient_transpose_terms
Definition constraints.hpp:74
View< size_t *[6]> target_node_freedom_table
Definition constraints.hpp:51
This object manages the assembly and solution of linear system arising from the generalized-alpha bas...
Definition solver.hpp:21
KokkosSparse::CrsMatrix< ValueType, IndexType, DeviceType, void, IndexType > CrsMatrixType
Definition solver.hpp:65
A Kernel which copies the gradient matrix contributions for the base and target node of a constraint ...
Definition copy_constraints_to_sparse_matrix.hpp:15
A Kernel which copies the transpose gradient matrix contributions for the base and target node of a c...
Definition copy_constraints_transpose_to_sparse_matrix.hpp:15
Generated by