/home/runner/work/kynema/kynema/kynema/src/step/calculate_convergence_error.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_convergence_error.hpp
Go to the documentation of this file.
Definition assemble_constraints_matrix.hpp:11
double CalculateConvergenceError(const StepParameters ¶meters, const Solver< DeviceType > &solver, const State< DeviceType > &state, const Constraints< DeviceType > &constraints)
Calculation based on Table 1 of DOI: 10.1115/1.4033441.
Definition calculate_convergence_error.hpp:16
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
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
A Struct containing the paramters used to control the time stepping process.
Definition step_parameters.hpp:12
Reduction Kernel which calculates the sum of the squares of the error for each constraint for use in ...
Definition calculate_error_sum_squares.hpp:51
Reduction Kernel which calculates the sum of the square of the errors for each node in the system for...
Definition calculate_error_sum_squares.hpp:12
Generated by