Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20opt_ic.c298 PetscCall(TSSetCostHessianProducts(ts, 1, ctx->Lambda2, NULL, ctx->Dir)); in Adjoint2()
H A Dex20opt_p.c622 PetscCall(TSSetCostHessianProducts(ts, 1, ctx->Lambda2, ctx->Mup2, ctx->Dir)); in Adjoint2()
/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c584 PetscCall(TSSetCostHessianProducts(actx->ts, 1, actx->Lambda2, actx->Mup2, Dir)); in ComputeObjHessianWithSOA()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c942 PetscErrorCode TSSetCostHessianProducts(TS ts, PetscInt numcost, Vec lambda2[], Vec mu2[], Vec dir) in TSSetCostHessianProducts() function
/petsc/include/
H A Dpetscts.h298 PETSC_EXTERN PetscErrorCode TSSetCostHessianProducts(TS, PetscInt, Vec[], Vec[], Vec);