Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dipm.h15 Vec work, rhs_x, save_x; member
H A Dipm.c44 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()