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