Lines Matching refs:eq_constrained
27 if (tao->eq_constrained) PetscCall(VecSet(auglag->Ye, 0.0)); in TaoSolve_ALMM()
45 if (tao->eq_constrained) PetscCall(VecDot(auglag->Ce, auglag->Ce, &auglag->cenorm)); in TaoSolve_ALMM()
84 if (tao->eq_constrained) { in TaoSolve_ALMM()
148 …PetscCheck(tao->eq_constrained || tao->ineq_constrained, PetscObjectComm((PetscObject)tao), PETSC_… in TaoSetUp_ALMM()
160 if (tao->eq_constrained) { in TaoSetUp_ALMM()
195 if (tao->eq_constrained) { in TaoSetUp_ALMM()
333 if (tao->eq_constrained) { in TaoDestroy_ALMM()
351 if (tao->eq_constrained) { in TaoDestroy_ALMM()
540 if (tao->eq_constrained) { in TaoALMMCombineDual_Private()
582 if (tao->eq_constrained) PetscCall(VecNorm(auglag->Ce, NORM_INFINITY, &auglag->cenorm)); in TaoALMMComputeOptimalityNorms_Private()
610 if (tao->eq_constrained) { in TaoALMMEvaluateIterate_Private()
650 if (tao->eq_constrained) { in TaoALMMComputePHRLagAndGradient_Private()
690 if (tao->eq_constrained) { in TaoALMMComputeAugLagAndGradient_Private()