Searched refs:TaoGetObjective (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_fg.c | 310 PetscErrorCode TaoGetObjective(Tao tao, PetscErrorCode (**func)(Tao tao, Vec x, PetscReal *f, Petsc… in TaoGetObjective() function
|
| /petsc/include/ |
| H A D | petsctao.h | 331 PETSC_EXTERN PetscErrorCode TaoGetObjective(Tao, PetscErrorCode (**)(Tao, Vec, PetscReal *, PetscCt…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsctao.pxi | 171 PetscErrorCode TaoGetObjective(PetscTAO, PetscTaoObjective**, void**)
|
| H A D | TAO.pyx | 430 setObjective, petsc.TaoGetObjective
|
| /petsc/doc/changes/ |
| H A D | 317.md | 195 - Change `TaoGetObjective()`. Use `TaoGetSolutionStatus(tao,NULL,&fct,NULL,NULL,NULL,NULL)` instead
|