Home
last modified time | relevance | path

Searched refs:as_step (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c50 …p length used when estimating actively bounded variables", "", bnk->as_step, &bnk->as_step, NULL)); in TaoSetFromOptions_BQNLS()
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h28 PetscReal as_step, as_tol, yts, yty, sts; member
H A Dbncg.c34 …lution, tao->XL, tao->XU, cg->unprojected_gradient, cg->W, cg->work, cg->as_step, &cg->as_tol, &cg… in TaoBNCGEstimateActiveSet()
218 …tep length used when estimating actively bounded variables", "", cg->as_step, &cg->as_step, NULL)); in TaoSetFromOptions_BNCG()
384 cg->as_step = 0.001; in TaoCreate_BNCG()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h37 PetscReal as_step; member
H A Dbnk.c332 …n, tao->XL, tao->XU, bnk->unprojected_gradient, bnk->W, bnk->Xwork, bnk->as_step, &bnk->as_tol, &b… in TaoBNKEstimateActiveSet()
1122 …p length used when estimating actively bounded variables", "", bnk->as_step, &bnk->as_step, NULL)); in TaoSetFromOptions_BNK()
1319 bnk->as_step = 1.0e-3; in TaoCreate_BNK()