Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/lmvm/ !
H A Dlmvm.c242 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_LMVM() local
267 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_LMVM()
/petsc/src/tao/unconstrained/impls/cg/ !
H A Dtaocg.c277 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_CG() local
297 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_CG()
/petsc/src/tao/bound/impls/blmvm/ !
H A Dblmvm.c221 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_BLMVM() local
243 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_BLMVM()
/petsc/src/tao/bound/impls/tron/ !
H A Dtron.c307 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_TRON() local
356 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_TRON()
/petsc/src/tao/unconstrained/impls/ntl/ !
H A Dntl.c743 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_NTL() local
816 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_NTL()
/petsc/src/tao/pde_constrained/impls/lcl/ !
H A Dlcl.c570 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_LCL() local
597 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_LCL()
/petsc/src/tao/unconstrained/impls/nls/ !
H A Dnls.c870 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_NLS() local
956 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_NLS()
/petsc/src/tao/bound/impls/bncg/ !
H A Dbncg.c334 const char *morethuente_type = TAOLINESEARCHMT; in TaoCreate_BNCG() local
354 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type)); in TaoCreate_BNCG()
/petsc/doc/manual/ !
H A Dtao.md3244 const char *morethuente_type = TAOLINESEARCH_MT;
3265 PetscCall(TaoLineSearchSetType(tao->linesearch, morethuente_type));