Home
last modified time | relevance | path

Searched refs:update_type (Results 1 – 14 of 14) sorted by relevance

/petsc/src/tao/bound/impls/bnk/
H A Dbntr.c160 …PetscCall(TaoBNKUpdateTrustRadius(tao, prered, actred, bnk->update_type, stepType, &stepAccepted)); in TaoSolve_BNTR()
217 if (bnk->update_type == BNK_UPDATE_STEP) bnk->update_type = BNK_UPDATE_REDUCTION; in TaoSetFromOptions_BNTR()
243 …bnk->update_type = BNK_UPDATE_REDUCTION; /* trust region updates based on predicted/actual reducti… in TaoCreate_BNTR()
H A Dbntl.c173 …PetscCall(TaoBNKUpdateTrustRadius(tao, prered, actred, bnk->update_type, stepType, &stepAccepted)); in TaoSolve_BNTL()
249 if (bnk->update_type == BNK_UPDATE_STEP) bnk->update_type = BNK_UPDATE_REDUCTION; in TaoSetFromOptions_BNTL()
281 …bnk->update_type = BNK_UPDATE_REDUCTION; /* trust region updates based on predicted/actual reducti… in TaoCreate_BNTL()
H A Dbnls.c194 bnk->update_type = BNK_UPDATE_STEP; /* trust region updates based on line search step length */ in TaoCreate_BNLS()
H A Dbnk.h194 PetscInt update_type; /* Trust-region update method */ member
H A Dbnk.c1074 …ate type", "", BNK_UPDATE, BNK_UPDATE_TYPES, BNK_UPDATE[bnk->update_type], &bnk->update_type, NULL… in TaoSetFromOptions_BNK()
1326 bnk->update_type = BNK_UPDATE_REDUCTION; in TaoCreate_BNK()
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnkls.c22 bnk->update_type = BNK_UPDATE_STEP; in TaoCreate_BQNKLS()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntrimpl.h90 PetscInt update_type; /* Trust-region update method */ member
H A Dntr.c287 if (NTR_UPDATE_REDUCTION == tr->update_type) { in TaoSolve_NTR()
465 …date type", "", NTR_UPDATE, NTR_UPDATE_TYPES, NTR_UPDATE[tr->update_type], &tr->update_type, NULL)… in TaoSetFromOptions_NTR()
593 tr->update_type = NTR_UPDATE_REDUCTION; in TaoCreate_NTR()
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntlimpl.h120 PetscInt update_type; /* Trust-region update method */ member
H A Dntl.c290 if (NTL_UPDATE_REDUCTION == tl->update_type) { in TaoSolve_NTL()
641 …date type", "", NTL_UPDATE, NTL_UPDATE_TYPES, NTL_UPDATE[tl->update_type], &tl->update_type, NULL)… in TaoSetFromOptions_NTL()
812 tl->update_type = NTL_UPDATE_REDUCTION; in TaoCreate_NTL()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h163 PetscInt update_type; /* Trust-region update method */ member
H A Dnls.c530 switch (nlsP->update_type) { in TaoSolve_NLS()
736 …e type", "", NLS_UPDATE, NLS_UPDATE_TYPES, NLS_UPDATE[nlsP->update_type], &nlsP->update_type, NULL… in TaoSetFromOptions_NLS()
952 nlsP->update_type = NLS_UPDATE_STEP; in TaoCreate_NLS()
/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c93 bnk->update_type = BNK_UPDATE_STEP; in TaoCreate_BQNLS()
/petsc/doc/manual/
H A Dtao.md1335 > | ``update_type`` | step, | step | Radius |