/home/runner/work/kynema/kynema/kynema/src/step/assemble_constraints_residual.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
assemble_constraints_residual.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
void AssembleConstraintsResidual(Solver< DeviceType > &solver, Constraints< DeviceType > &constraints)
Definition assemble_constraints_residual.hpp:15
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
View< size_t * > target_active_dofs
Definition constraints.hpp:49
View< dof::FreedomSignature * > base_node_freedom_signature
Definition constraints.hpp:46
View< double *[6]> base_lambda_residual_terms
Definition constraints.hpp:68
View< double *[6]> system_residual_terms
Definition constraints.hpp:70
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]> target_lambda_residual_terms
Definition constraints.hpp:69
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
A Kernel which sums the system residual contributions for a constraint's target node into the correct...
Definition contribute_constraints_system_residual_to_vector.hpp:12
A kernel which contributes the constraint Lagrange multiplier terms to the correct locations in the g...
Definition contribute_lambda_to_vector.hpp:14
A Kernel which copies the residual contributions for each constraint to their correct location in the...
Definition copy_constraints_residual_to_vector.hpp:12
Generated by