Home
last modified time | relevance | path

Searched refs:TAONLS (Results 1 – 9 of 9) sorted by relevance

/petsc/src/tao/interface/
H A Dtaosolverregi.c82 PetscCall(TaoRegister(TAONLS, TaoCreate_NLS)); in TaoRegisterAll()
/petsc/doc/overview/
H A Dtao_solve_table.md56 - ``TAONLS``
/petsc/src/tao/constrained/tutorials/
H A DtomographyADMM.c362 PetscCall(TaoSetType(misfit, TAONLS)); in main()
368 PetscCall(TaoSetType(reg, TAONLS)); in main()
/petsc/src/tao/tutorials/
H A Dex4.c490 PetscCall(TaoSetType(tao1, TAONLS)); in TaoSolveADMM()
500 PetscCall(TaoSetType(tao2, TAONLS)); in TaoSolveADMM()
/petsc/include/
H A Dpetsctao.h206 #define TAONLS "nls" macro
/petsc/src/tao/constrained/impls/admm/
H A Dadmm.c749 PetscCall(TaoSetType(am->subsolverX, TAONLS)); in TaoCreate_ADMM()
750 PetscCall(TaoSetType(am->subsolverZ, TAONLS)); in TaoCreate_ADMM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi5 PetscTAOType TAONLS
H A DTAO.pyx12 NLS = S_(TAONLS)
/petsc/doc/manual/
H A Dtao.md883 `TAONLS`, `TAONTR` and `TAONTL`, respectively, or the `-tao_type`