Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dipm.h23 Vec rpe; /* residual Ae*x - be */ member
H A Dipm.c67 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->rpe, ipmP->rhs_lambdae)); in TaoSolve_IPM()
213 PetscCall(VecDuplicate(tao->constraints_equality, &ipmP->rpe)); in TaoSetup_IPM()
457 PetscCall(VecDestroy(&ipmP->rpe)); in TaoDestroy_IPM()
578 PetscCall(VecCopy(tao->constraints_equality, ipmP->rpe)); in IPMComputeKKT()
596 PetscCall(VecDot(ipmP->rpe, ipmP->rpe, &norm)); in IPMComputeKKT()