Searched refs:step_l (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.c | 38 PetscScalar step_s, step_l, alpha, tau, sigma, phi_target; in TaoSolve_IPM() local 86 …VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NULL, NULL)); in TaoSolve_IPM() 87 alpha = PetscMin(step_s, step_l); in TaoSolve_IPM() 153 …VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NULL, NULL)); in TaoSolve_IPM() 158 alpha = PetscMin(step_s, step_l); in TaoSolve_IPM()
|