Home
last modified time | relevance | path

Searched refs:inthp4 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c13 Vec rhshp1[1], rhshp2[1], rhshp3[1], rhshp4[1], inthp1[1], inthp2[1], inthp3[1], inthp4[1]; member
321 PetscCall(MatCreateVecs(aircraft.DRDP, &aircraft.inthp4[0], NULL)); in main()
324 …ndHessianProductUP, aircraft.inthp3, IntegrandHessianProductPU, aircraft.inthp4, IntegrandHessianP… in main()
416 PetscCall(VecDestroy(&aircraft.inthp4[0])); in main()