Home
last modified time | relevance | path

Searched refs:rhshp2 (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
315 PetscCall(MatCreateVecs(aircraft.A, &aircraft.rhshp2[0], NULL)); in main()
323 …ssianProduct(aircraft.ts, aircraft.rhshp1, RHSHessianProductUU, aircraft.rhshp2, RHSHessianProduct… in main()
410 PetscCall(VecDestroy(&aircraft.rhshp2[0])); in main()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c700 …TS ts, PetscReal t, Vec U, Vec *Vl, Vec Vr, Vec *VHV, PetscCtx ctx), Vec rhshp2[], PetscErrorCode … in TSSetRHSHessianProduct() argument
708 if (rhshp2) ts->vecs_gup = rhshp2; in TSSetRHSHessianProduct()