Home
last modified time | relevance | path

Searched refs:VecStepBoundInfo (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/linesearch/impls/gpcglinesearch/
H A Dgpcglinesearch.c77 PetscCall(VecStepBoundInfo(x, s, ls->lower, ls->upper, &rho, &actred, &d1)); in TaoLineSearchApply_GPCG()
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.c85 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM()
86 …PetscCall(VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NU… in TaoSolve_IPM()
152 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM()
153 …PetscCall(VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NU… in TaoSolve_IPM()
/petsc/src/tao/linesearch/impls/morethuente/
H A Dmorethuente.c75 PetscCall(VecStepBoundInfo(x, s, ls->lower, ls->upper, &bstepmin1, &bstepmin2, &bstepmax)); in TaoLineSearchApply_MT()
/petsc/src/vec/vec/utils/
H A Dprojection.c871 PetscErrorCode VecStepBoundInfo(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *boundmin, PetscReal *wolf… in VecStepBoundInfo() function
/petsc/include/
H A Dpetscvec.h741 PETSC_EXTERN PetscErrorCode VecStepBoundInfo(Vec, Vec, Vec, Vec, PetscReal *, PetscReal *, PetscRea…