Searched refs:eq_constrained (Results 1 – 4 of 4) sorted by relevance
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()[all …]
228 if (tao->eq_constrained) { in TaoALMMSetMultipliers_Private()236 if (tao->eq_constrained) { in TaoALMMSetMultipliers_Private()266 if (tao->setupcalled && tao->eq_constrained && tao->ineq_constrained) { in TaoALMMSetMultipliers_Private()
165 PetscBool eq_constrained; member
336 tao->eq_constrained = func ? PETSC_TRUE : PETSC_FALSE; in TaoSetEqualityConstraintsRoutine()