Searched refs:inthp3 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/optimal_control/ |
| H A D | ex1.c | 13 Vec rhshp1[1], rhshp2[1], rhshp3[1], rhshp4[1], inthp1[1], inthp2[1], inthp3[1], inthp4[1]; member 320 PetscCall(MatCreateVecs(aircraft.DRDP, &aircraft.inthp3[0], NULL)); in main() 324 …ndHessianProductUU, aircraft.inthp2, IntegrandHessianProductUP, aircraft.inthp3, IntegrandHessianP… in main() 415 PetscCall(VecDestroy(&aircraft.inthp3[0])); in main()
|