Home
last modified time | relevance | path

Searched refs:rhshp4 (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
317 PetscCall(MatCreateVecs(aircraft.Jacp, &aircraft.rhshp4[0], NULL)); in main()
323 …hp2, RHSHessianProductUP, aircraft.rhshp3, RHSHessianProductPU, aircraft.rhshp4, RHSHessianProduct… in main()
412 PetscCall(VecDestroy(&aircraft.rhshp4[0])); in main()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c700 …hessianproductfunc3)(TS, PetscReal, Vec, Vec *, Vec, Vec *, void *), Vec rhshp4[], PetscErrorCode … in TSSetRHSHessianProduct() argument
710 if (rhshp4) ts->vecs_gpp = rhshp4; in TSSetRHSHessianProduct()