Searched refs:step_s (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 85 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM() 87 alpha = PetscMin(step_s, step_l); in TaoSolve_IPM() 152 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM() 158 alpha = PetscMin(step_s, step_l); in TaoSolve_IPM()
|