Lines Matching defs:_n_User
15 struct _n_User { struct
16 TS ts;
17 PetscReal mu;
18 PetscReal next_output;
21 PetscInt steps;
22 PetscReal ftime;
23 Mat A; /* Jacobian matrix for ODE */
24 Mat Jacp; /* JacobianP matrix for ODE*/
25 Mat H; /* Hessian matrix for optimization */
26 Vec U, Lambda[1], Mup[1]; /* first-order adjoint variables */
27 Vec Lambda2[2]; /* second-order adjoint variables */
28 Vec Ihp1[1]; /* working space for Hessian evaluations */
29 Vec Dir; /* direction vector */
30 PetscReal ob[2]; /* observation used by the cost function */
31 PetscBool implicitform; /* implicit ODE? */