Home
last modified time | relevance | path

Searched refs:TSAdjointSolve (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/ts/tutorials/
H A Dex20td.c384 PetscCall(TSAdjointSolve(ts)); in main()
387 if (sa == SA_GLOBAL) PetscCall(TSAdjointSolve(ts)); in main()
H A Dex23fwdadj.c169 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex20opt_ic.c230 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
323 PetscCall(TSAdjointSolve(ts)); in Adjoint2()
H A Dex20opt_p.c563 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
662 PetscCall(TSAdjointSolve(ts)); in Adjoint2()
H A Dex20adj.c362 PetscCall(TSAdjointSolve(ts)); in main()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5adj.c138 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex5opt_ic.c366 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionAndGradient()
H A Dex5adj_mf.c364 PetscCall(TSAdjointSolve(ts)); in main()
/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx299 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex16adj_tl.cxx309 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex16opt_ic.cxx342 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
H A Dadr_ex5adj_mf.cxx161 PetscCall(TSAdjointSolve(ts)); in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex3sa.c213 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex3opt.c309 PetscCall(TSAdjointSolve(ctx->ts)); in FormFunctionGradient()
H A Dex9adj.c351 PetscCall(TSAdjointSolve(ts)); in main()
H A Dex9opt.c446 PetscCall(TSAdjointSolve(ts)); in FormGradient()
/petsc/src/ts/tutorials/hybrid/
H A Dex1adj.c308 PetscCall(TSAdjointSolve(ts)); in main()
/petsc/doc/changes/
H A D36.md152 - Added TSAdjointSolve() for adjoint sensitivity analysis
/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c478 PetscCall(TSAdjointSolve(ts)); in FormObjFunctionGradient()
612 PetscCall(TSAdjointSolve(ts)); in ComputeObjHessianWithSOA()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busopt.c1393 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
1413 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
1431 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c596 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionGradient()
H A Dspectraladjointassimilation.c608 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionGradient()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi244 PetscErrorCode TSAdjointSolve(PetscTS)
/petsc/doc/manual/
H A Dts.md1218 TSAdjointSolve(TS ts).
1231 `TSSolve()`) or in the backward run (inside `TSAdjointSolve()`) when
1292 After `TSAdjointSolve()`, the sensitivity of the cost function w.r.t.
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1553 PetscErrorCode TSAdjointSolve(TS ts) in TSAdjointSolve() function

12