Home
last modified time | relevance | path

Searched refs:rhshp3 (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
316 PetscCall(MatCreateVecs(aircraft.Jacp, &aircraft.rhshp3[0], NULL)); in main()
323 …hp1, RHSHessianProductUU, aircraft.rhshp2, RHSHessianProductUP, aircraft.rhshp3, RHSHessianProduct… in main()
411 PetscCall(VecDestroy(&aircraft.rhshp3[0])); in main()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c700 …hessianproductfunc2)(TS, PetscReal, Vec, Vec *, Vec, Vec *, void *), Vec rhshp3[], PetscErrorCode … in TSSetRHSHessianProduct() argument
709 if (rhshp3) ts->vecs_gpu = rhshp3; in TSSetRHSHessianProduct()