![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| FdType | fd |
| double ** | AV |
| for the Krylov accelerator | |
| double ** | V |
| for the Krylov accelerator | |
| double * | av |
| for the Krylov accelerator, rown-major storage for AV | |
| double ** | jac |
| double ** | l |
| lower triangle matrix in LU | |
| double ** | u |
| upper triangle matrix in LU | |
| double * | b |
| this is the force vector used in x += ([J]^-1)*b | |
| double * | C |
| for the Krylov accelerator | |
| double * | w |
| for the Krylov accelerator | |
| double * | q |
| for the Krylov accelerator | |
| double * | x |
| double * | y |
| double | ds |
| double | d |
| double | epsilon |
| double | norm_error |
| double | tol |
| double | coef |
| bool | pg |
| bool | krylov_accelerator |
| bool | powell |
| int | max_krylov_its |
| int | max_its |
| int | iteration_count |
1.8.13