/home/runner/work/kynema/kynema/kynema/src/step/update_constraint_variables.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
update_constraint_variables.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
void UpdateConstraintVariables(State< DeviceType > &state, Constraints< DeviceType > &constraints)
Definition update_constraint_variables.hpp:13
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
View< size_t * > target_node_index
Definition constraints.hpp:42
View< double *[6][6]> base_gradient_transpose_terms
Definition constraints.hpp:73
View< double *[6]> base_lambda_residual_terms
Definition constraints.hpp:68
View< double *[6]> system_residual_terms
Definition constraints.hpp:70
View< double *[6][6]> base_gradient_terms
Definition constraints.hpp:71
void UpdateViews()
Transfers new prescribed displacements and control signals to Views.
Definition constraints.hpp:346
View< double *[6][6]> target_gradient_terms
Definition constraints.hpp:72
View< double *[6][6]> target_gradient_transpose_terms
Definition constraints.hpp:74
View< double *[6]> target_lambda_residual_terms
Definition constraints.hpp:69
Container for storing the complete system state of the simulation at a given time increment.
Definition state.hpp:18
Top level kernel which calculates the residual and gradient contributions of a constraint.
Definition calculate_constraint_residual_gradient.hpp:30
Generated by