Searched refs:alpha5 (Results 1 – 10 of 10) sorted by relevance
| /petsc/config/BuildSystem/docs/ |
| H A D | sharedLibraryCheck.fig | 1 #FIG 3.2 Produced by xfig version 3.2.5-alpha5
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntrimpl.h | 42 PetscReal alpha5; /* factor used for trust-region update */ member
|
| H A D | ntr.c | 330 tao->trust = PetscMax(tr->alpha5 * norm_d, tao->trust); in TaoSolve_NTR() 474 PetscCall(PetscOptionsReal("-tao_ntr_alpha5", "", "", tr->alpha5, &tr->alpha5, NULL)); in TaoSetFromOptions_NTR() 564 tr->alpha5 = 4.00; in TaoCreate_NTR()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntlimpl.h | 68 PetscReal alpha5; /* factor used for trust-region update */ member
|
| H A D | ntl.c | 336 tao->trust = PetscMax(tl->alpha5 * norm_d, tao->trust); in TaoSolve_NTL() 650 PetscCall(PetscOptionsReal("-tao_ntl_alpha5", "", "", tl->alpha5, &tl->alpha5, NULL)); in TaoSetFromOptions_NTL() 782 tl->alpha5 = 4.00; in TaoCreate_NTL()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nlsimpl.h | 112 PetscReal alpha5; /* factor used for trust-region update */ member
|
| H A D | nls.c | 601 tao->trust = PetscMax(nlsP->alpha5 * norm_d, tao->trust); in TaoSolve_NLS() 755 PetscCall(PetscOptionsReal("-tao_nls_alpha5", "", "", nlsP->alpha5, &nlsP->alpha5, NULL)); in TaoSetFromOptions_NLS() 922 nlsP->alpha5 = 4.00; in TaoCreate_NLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.h | 139 PetscReal alpha5; /* factor used for trust-region update */ member
|
| H A D | bnk.c | 869 tao->trust = bnk->alpha5 * tao->trust; in TaoBNKUpdateTrustRadius() 1094 …r very good accepted step (-tao_bnk_update_type reduction)", "", bnk->alpha5, &bnk->alpha5, NULL)); in TaoSetFromOptions_BNK() 1289 bnk->alpha5 = 4.00; in TaoCreate_BNK()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 1060 > | ``alpha5`` | real | 4.00 | :math:`\alpha_5` | 1406 > | ``alpha5`` | real | 4.00 | :math:`\alpha_5` |
|