Home
last modified time | relevance | path

Searched refs:psteplength (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpip.c12 PetscReal dtmp = 1.0 - qp->psteplength; in QPIPComputeResidual()
138 qp->psteplength = PetscMin(0.95 * tstep, 1.0); in QPIPStepLength()
143 qp->psteplength = PetscMin(qp->psteplength, qp->dsteplength); in QPIPStepLength()
144 qp->dsteplength = qp->psteplength; in QPIPStepLength()
253 qp->psteplength = 0.0; in TaoSolve_BQPIP()
364 qp->rnorm = (qp->dinfeas + qp->psteplength * qp->pinfeas) / (qp->m + qp->n); in TaoSolve_BQPIP()
365 pstep = qp->psteplength; in TaoSolve_BQPIP()
366 step = PetscMin(qp->psteplength, qp->dsteplength); in TaoSolve_BQPIP()
H A Dbqpipimpl.h26 PetscReal psteplength; member