Lines Matching refs:phi
49 PetscCall(TaoLogConvergenceHistory(tao, ipmP->kkt_f, ipmP->phi, 0.0, tao->ksp_its)); in TaoSolve_IPM()
50 PetscCall(TaoMonitor(tao, tao->niter, ipmP->kkt_f, ipmP->phi, 0.0, 1.0)); in TaoSolve_IPM()
165 phi_target = ipmP->dec * ipmP->phi; in TaoSolve_IPM()
179 if (ipmP->phi <= phi_target) break; in TaoSolve_IPM()
183 PetscCall(TaoLogConvergenceHistory(tao, ipmP->kkt_f, ipmP->phi, 0.0, tao->ksp_its)); in TaoSolve_IPM()
184 PetscCall(TaoMonitor(tao, tao->niter, ipmP->kkt_f, ipmP->phi, 0.0, stepsize)); in TaoSolve_IPM()
594 ipmP->phi = norm; in IPMComputeKKT()
597 ipmP->phi += norm; in IPMComputeKKT()
601 ipmP->phi += norm; in IPMComputeKKT()
603 ipmP->phi += norm; in IPMComputeKKT()
611 ipmP->phi = PetscSqrtScalar(ipmP->phi); in IPMComputeKKT()