/home/runner/work/kynema/kynema/kynema/src/step/assemble_system_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
assemble_system_matrix.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
void AssembleSystemMatrix(StepParameters ¶meters, Solver< DeviceType > &solver, Elements< DeviceType > &elements)
Definition assemble_system_matrix.hpp:16
A container providing handle to all structural elements present in the model.
Definition elements.hpp:20
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 Struct containing the paramters used to control the time stepping process.
Definition step_parameters.hpp:12
A Kernel which sums the system matrix contributions computed at each node in a beam into the correct ...
Definition contribute_beams_to_sparse_matrix.hpp:15
A Kernel which sums the system matrix contributions computed at a mass element's node into the correc...
Definition contribute_masses_to_sparse_matrix.hpp:15
A Kernel which sums the system matrix contributions computed at each of the nodes in a spring element...
Definition contribute_springs_to_sparse_matrix.hpp:15
Generated by