Searched refs:rhs_x (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.h | 15 Vec work, rhs_x, save_x; member
|
| H A D | ipm.c | 44 PetscCall(VecCopy(tao->solution, ipmP->rhs_x)); in TaoSolve_IPM() 66 PetscCall(VecCopy(ipmP->rd, ipmP->rhs_x)); in TaoSolve_IPM() 72 …PetscCall(IPMGatherRHS(tao, ipmP->bigrhs, ipmP->rhs_x, ipmP->rhs_lambdae, ipmP->rhs_lambdai, ipmP-… in TaoSolve_IPM() 203 PetscCall(VecDuplicate(tao->solution, &ipmP->rhs_x)); in TaoSetup_IPM() 466 PetscCall(VecDestroy(&ipmP->rhs_x)); in TaoDestroy_IPM()
|