OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
InnerSolveAttributes_t Struct Reference

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
 

Member Data Documentation

◆ fjac

double InnerSolveAttributes_t::fjac[4]

jacobian.

This is a little convoluted because the jacobian is not an array


The documentation for this struct was generated from the following file: