/home/runner/work/kynema/kynema/kynema/src/step/solve_system.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
solve_system.hpp
Go to the documentation of this file.
void solve(DSSHandleType &dss_handle, CrsMatrixType &A, MultiVectorType &b, MultiVectorType &x)
Definition dss_solve.hpp:45
void numeric_factorization(DSSHandleType &dss_handle, CrsMatrixType &A)
Definition dss_numeric.hpp:45
Definition assemble_constraints_matrix.hpp:11
void SolveSystem(StepParameters ¶meters, Solver< DeviceType > &solver)
Definition solve_system.hpp:15
This object manages the assembly and solution of linear system arising from the generalized-alpha bas...
Definition solver.hpp:21
A Struct containing the paramters used to control the time stepping process.
Definition step_parameters.hpp:12
A Kernel which applies the given factor to the system RHS vector.
Definition condition_system.hpp:11
A Kernel which divides the RHS vector terms corresponding to the constraints by a given conditioner f...
Definition condition_system.hpp:24
Generated by