Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dipm.h18 Vec s, ds, rhs_s, save_s; member
H A Dipm.c70 PetscCall(VecCopy(ipmP->complementarity, ipmP->rhs_s)); in TaoSolve_IPM()
72 …l(IPMGatherRHS(tao, ipmP->bigrhs, ipmP->rhs_x, ipmP->rhs_lambdae, ipmP->rhs_lambdai, ipmP->rhs_s)); in TaoSolve_IPM()
130 PetscCall(VecCopy(ipmP->complementarity, ipmP->rhs_s)); in TaoSolve_IPM()
131 PetscCall(VecScale(ipmP->rhs_s, -1.0)); in TaoSolve_IPM()
132 PetscCall(VecShift(ipmP->rhs_s, sigma * ipmP->mu)); in TaoSolve_IPM()
134 PetscCall(IPMGatherRHS(tao, ipmP->bigrhs, NULL, NULL, NULL, ipmP->rhs_s)); in TaoSolve_IPM()
282 PetscCall(VecDuplicate(ipmP->s, &ipmP->rhs_s)); in IPMInitializeBounds()
469 PetscCall(VecDestroy(&ipmP->rhs_s)); in TaoDestroy_IPM()