Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20opt_p.c31 Vec Ihp4[1]; /* working space for Hessian evaluations */ member
418 PetscCall(MatCreateVecs(user.Jacp, &user.Ihp4[0], NULL)); in main()
504 PetscCall(VecDestroy(&user.Ihp4[0])); in main()
658 …oductUU, ctx->Ihp2, IHessianProductUP, ctx->Ihp3, IHessianProductPU, ctx->Ihp4, IHessianProductPP,… in Adjoint2()
660 …tUU, ctx->Ihp2, RHSHessianProductUP, ctx->Ihp3, RHSHessianProductPU, ctx->Ihp4, RHSHessianProductP… in Adjoint2()