Searched refs:TSAdjointSolve (Results 1 – 25 of 30) sorted by relevance
12
384 PetscCall(TSAdjointSolve(ts)); in main()387 if (sa == SA_GLOBAL) PetscCall(TSAdjointSolve(ts)); in main()
169 PetscCall(TSAdjointSolve(ts)); in main()
230 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()323 PetscCall(TSAdjointSolve(ts)); in Adjoint2()
563 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()662 PetscCall(TSAdjointSolve(ts)); in Adjoint2()
362 PetscCall(TSAdjointSolve(ts)); in main()
138 PetscCall(TSAdjointSolve(ts)); in main()
366 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionAndGradient()
364 PetscCall(TSAdjointSolve(ts)); in main()
299 PetscCall(TSAdjointSolve(ts)); in main()
309 PetscCall(TSAdjointSolve(ts)); in main()
342 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
161 PetscCall(TSAdjointSolve(ts)); in main()
213 PetscCall(TSAdjointSolve(ts)); in main()
309 PetscCall(TSAdjointSolve(ctx->ts)); in FormFunctionGradient()
351 PetscCall(TSAdjointSolve(ts)); in main()
446 PetscCall(TSAdjointSolve(ts)); in FormGradient()
308 PetscCall(TSAdjointSolve(ts)); in main()
152 - Added TSAdjointSolve() for adjoint sensitivity analysis
478 PetscCall(TSAdjointSolve(ts)); in FormObjFunctionGradient()612 PetscCall(TSAdjointSolve(ts)); in ComputeObjHessianWithSOA()
1393 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()1413 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()1431 PetscCall(TSAdjointSolve(ts)); in FormFunctionGradient()
596 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionGradient()
608 PetscCall(TSAdjointSolve(appctx->ts)); in FormFunctionGradient()
244 PetscErrorCode TSAdjointSolve(PetscTS)
1218 TSAdjointSolve(TS ts).1231 `TSSolve()`) or in the backward run (inside `TSAdjointSolve()`) when1292 After `TSAdjointSolve()`, the sensitivity of the cost function w.r.t.
1553 PetscErrorCode TSAdjointSolve(TS ts) in TSAdjointSolve() function