Home
last modified time | relevance | path

Searched refs:rhshp1 (Results 1 – 2 of 2) 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
314 PetscCall(MatCreateVecs(aircraft.A, &aircraft.rhshp1[0], NULL)); in main()
323 …PetscCall(TSSetRHSHessianProduct(aircraft.ts, aircraft.rhshp1, RHSHessianProductUU, aircraft.rhshp… in main()
409 PetscCall(VecDestroy(&aircraft.rhshp1[0])); in main()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c700 PetscErrorCode TSSetRHSHessianProduct(TS ts, Vec rhshp1[], PetscErrorCode (*rhshessianproductfunc1)… in TSSetRHSHessianProduct() argument
704 PetscAssertPointer(rhshp1, 2); in TSSetRHSHessianProduct()
707 if (rhshp1) ts->vecs_guu = rhshp1; in TSSetRHSHessianProduct()