Searched refs:as_step (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/bound/impls/bqnls/ |
| H A D | bqnls.c | 50 …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 D | bncg.h | 28 PetscReal as_step, as_tol, yts, yty, sts; member
|
| H A D | bncg.c | 34 …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 D | bnk.h | 37 PetscReal as_step; member
|
| H A D | bnk.c | 332 …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()
|