Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20opt_p.c30 Vec Ihp3[1]; /* working space for Hessian evaluations */ member
417 PetscCall(MatCreateVecs(user.Jacp, &user.Ihp3[0], NULL)); in main()
503 PetscCall(VecDestroy(&user.Ihp3[0])); in main()
658 …duct(ts, ctx->Ihp1, IHessianProductUU, ctx->Ihp2, IHessianProductUP, ctx->Ihp3, IHessianProductPU,… in Adjoint2()
660 …(ts, ctx->Ihp1, RHSHessianProductUU, ctx->Ihp2, RHSHessianProductUP, ctx->Ihp3, RHSHessianProductP… in Adjoint2()