Searched refs:as_tol (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/tao/bound/impls/bqnls/ |
| H A D | bqnls.c | 49 … tolerance used when estimating actively bounded variables", "", bnk->as_tol, &bnk->as_tol, 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 …L, tao->XU, cg->unprojected_gradient, cg->W, cg->work, cg->as_step, &cg->as_tol, &cg->active_lower… in TaoBNCGEstimateActiveSet() 217 …al tolerance used when estimating actively bounded variables", "", cg->as_tol, &cg->as_tol, NULL)); in TaoSetFromOptions_BNCG() 385 cg->as_tol = 0.001; in TaoCreate_BNCG()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.h | 36 PetscReal as_tol; member
|
| H A D | bnk.c | 332 …->XU, bnk->unprojected_gradient, bnk->W, bnk->Xwork, bnk->as_step, &bnk->as_tol, &bnk->active_lowe… in TaoBNKEstimateActiveSet() 1121 … tolerance used when estimating actively bounded variables", "", bnk->as_tol, &bnk->as_tol, NULL)); in TaoSetFromOptions_BNK() 1318 bnk->as_tol = 1.0e-3; in TaoCreate_BNK()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 118 PetscReal as_tol; member 1571 …pc_hypre_ams_tol", "Error tolerance for AMS multigrid", "None", jac->as_tol, &jac->as_tol, &flag)); in PCSetFromOptions_HYPRE_AMS() 1572 if (flag) PetscCallHYPRE(HYPRE_AMSSetTol(jac->hsolver, jac->as_tol)); in PCSetFromOptions_HYPRE_AMS() 1617 …Call(PetscViewerASCIIPrintf(viewer, " subspace iteration tolerance %g\n", (double)jac->as_tol)); in PCView_HYPRE_AMS() 1667 …pc_hypre_ads_tol", "Error tolerance for ADS multigrid", "None", jac->as_tol, &jac->as_tol, &flag)); in PCSetFromOptions_HYPRE_ADS() 1668 if (flag) PetscCallHYPRE(HYPRE_ADSSetTol(jac->hsolver, jac->as_tol)); in PCSetFromOptions_HYPRE_ADS() 1711 …Call(PetscViewerASCIIPrintf(viewer, " subspace iteration tolerance %g\n", (double)jac->as_tol)); in PCView_HYPRE_ADS() 2368 jac->as_tol = 0.; /* used as a preconditioner */ in PCHYPRESetType_HYPRE() 2392 PetscCallHYPRE(HYPRE_AMSSetTol(jac->hsolver, jac->as_tol)); in PCHYPRESetType_HYPRE() 2423 jac->as_tol = 0.; /* used as a preconditioner */ in PCHYPRESetType_HYPRE() [all …]
|