Home
last modified time | relevance | path

Searched refs:TaoView (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ml/regressor/interface/
H A Dregressor.c128 if (regressor->tao) PetscCall(TaoView(regressor->tao, viewer)); in PetscRegressorView()
/petsc/include/
H A Dpetsctao.h316 PETSC_EXTERN PetscErrorCode TaoView(Tao, PetscViewer);
/petsc/src/tao/constrained/impls/admm/
H A Dadmm.c531 PetscCall(TaoView(am->subsolverX, viewer)); in TaoView_ADMM()
532 PetscCall(TaoView(am->subsolverZ, viewer)); in TaoView_ADMM()
/petsc/src/tao/interface/
H A Dtaosolver.c131 …tscHeaderCreate(tao, TAO_CLASSID, "Tao", "Optimization solver", "Tao", comm, TaoDestroy, TaoView)); in TaoCreate()
624 PetscErrorCode TaoView(Tao tao, PetscViewer viewer) in TaoView() function
/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c400 PetscCall(TaoView(gn->subsolver, viewer)); in TaoView_BRGN()
/petsc/src/tao/constrained/impls/almm/
H A Dalmm.c128 PetscCall(TaoView(auglag->subsolver, viewer)); in TaoView_ALMM()
/petsc/src/tao/bound/tutorials/
H A Dplate2.c154 PetscCall(TaoView(tao, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi98 PetscErrorCode TaoView(PetscTAO, PetscViewer)
H A DTAO.pyx132 petsc.TaoView
137 CHKERR(TaoView(self.tao, vwr))
/petsc/src/tao/unconstrained/tutorials/
H A Dminsurf2.c131 PetscCall(TaoView(tao, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c1146 PetscCall(TaoView(bnk->bncg, viewer)); in TaoView_BNK()
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c1144 PetscCall(TaoView(mfqP->subtao, viewer)); in TaoView_POUNDERS()
/petsc/doc/manual/
H A Dtao.md572 TaoView(Tao tao)
3368 called when the application makes a call to `TaoView()` or when the