/home/runner/work/kynema/kynema/kynema/src/step/update_state_prediction.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
update_state_prediction.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
void UpdateStatePrediction(StepParameters ¶meters, const Solver< DeviceType > &solver, State< DeviceType > &state)
Updates the predicted next state values, based on computed solver solution, solver....
Definition update_state_prediction.hpp:25
This object manages the assembly and solution of linear system arising from the generalized-alpha bas...
Definition solver.hpp:21
Container for storing the complete system state of the simulation at a given time increment.
Definition state.hpp:18
View< dof::FreedomSignature * > node_freedom_allocation_table
Definition state.hpp:25
A Struct containing the paramters used to control the time stepping process.
Definition step_parameters.hpp:12
A Kernel for applying the computed change in state (displacement) to the previous state to get an est...
Definition calculate_displacement.hpp:14
A Kernel to update the velocity, acceleration, and change in state at a node for a dynamic problem.
Definition update_dynamic_prediction.hpp:14
A Kernel to update the change in state at a node for a static problem.
Definition update_static_prediction.hpp:13
Generated by