Searched refs:TaoDefaultComputeGradient (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_fg.c | 69 PetscCall(TaoDefaultComputeGradient(tao, x, g2, NULL)); in TaoTestGradient() 235 if (tao->ops->computegradient == TaoDefaultComputeGradient) { in TaoComputeObjectiveAndGradient() 237 PetscCall(TaoDefaultComputeGradient(tao, X, G, NULL)); in TaoComputeObjectiveAndGradient()
|
| H A D | fdiff.c | 49 PetscErrorCode TaoDefaultComputeGradient(Tao tao, Vec Xin, Vec G, void *dummy) in TaoDefaultComputeGradient() function
|
| H A D | taosolver.c | 539 if (flg) PetscCall(TaoSetGradient(tao, NULL, TaoDefaultComputeGradient, NULL)); in TaoSetFromOptions()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3opt_fd.c | 112 PetscCall(TaoSetGradient(tao, NULL, TaoDefaultComputeGradient, (void *)&ctx)); in main()
|
| /petsc/include/ |
| H A D | petsctao.h | 382 PETSC_EXTERN PetscErrorCode TaoDefaultComputeGradient(Tao, Vec, Vec, PetscCtx);
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busoptfd.c | 916 PetscCall(TaoSetGradient(tao, NULL, TaoDefaultComputeGradient, (void *)&user)); in main()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 375 TaoDefaultComputeGradient(Tao, Vec, Vec, PetscCtx);
|