![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| double ** | node_jac |
| double | f_tol |
| double | g_tol |
| double | x_tol |
| double | x [2] |
| array of variables the length of n | |
| double | fvec [2] |
| function evaluations (residual) | |
| double | fjac [4] |
| jacobian. More... | |
| double | wa1 [2] |
| work array of length n | |
| double | wa2 [2] |
| work array of length n | |
| double | wa3 [2] |
| work array of length n | |
| double | wa4 [2] |
| work array of length m | |
| double | diag [2] |
| double | qtf [2] |
| double | factor |
| int | max_its |
| int | ldfjac |
| number of columns in fjac | |
| int | mode |
| int | nprint |
| int | info |
| int | ipvt [2] |
| int | m |
| number of functions | |
| int | n |
| number of variables | |
| double InnerSolveAttributes_t::fjac[4] |
jacobian.
This is a little convoluted because the jacobian is not an array
1.8.13