Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20opt_p.c29 Vec Ihp2[1]; /* working space for Hessian evaluations */ member
408 PetscCall(MatCreateVecs(user.A, &user.Ihp2[0], NULL)); in main()
502 PetscCall(VecDestroy(&user.Ihp2[0])); in main()
658 …PetscCall(TSSetIHessianProduct(ts, ctx->Ihp1, IHessianProductUU, ctx->Ihp2, IHessianProductUP, ctx… in Adjoint2()
660 …PetscCall(TSSetRHSHessianProduct(ts, ctx->Ihp1, RHSHessianProductUU, ctx->Ihp2, RHSHessianProductU… in Adjoint2()