Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20opt_ic.c28 Vec Ihp1[1]; /* working space for Hessian evaluations */ member
319 …PetscCall(TSSetIHessianProduct(ts, ctx->Ihp1, IHessianProductUU, NULL, NULL, NULL, NULL, NULL, NUL… in Adjoint2()
321 …PetscCall(TSSetRHSHessianProduct(ts, ctx->Ihp1, RHSHessianProductUU, NULL, NULL, NULL, NULL, NULL,… in Adjoint2()
437 PetscCall(MatCreateVecs(user.A, &user.Ihp1[0], NULL)); in main()
547 PetscCall(VecDestroy(&user.Ihp1[0])); in main()
H A Dex20opt_p.c28 Vec Ihp1[1]; /* working space for Hessian evaluations */ member
407 PetscCall(MatCreateVecs(user.A, &user.Ihp1[0], NULL)); in main()
501 PetscCall(VecDestroy(&user.Ihp1[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()