Searched refs:ineq_constrained (Results 1 – 4 of 4) sorted by relevance
22 if (tao->ineq_constrained) { in TaoSolve_ALMM()47 if (tao->ineq_constrained) { in TaoSolve_ALMM()91 if (tao->ineq_constrained) { in TaoSolve_ALMM()148 …PetscCheck(tao->eq_constrained || tao->ineq_constrained, PetscObjectComm((PetscObject)tao), PETSC_… in TaoSetUp_ALMM()168 if (tao->ineq_constrained) { in TaoSetUp_ALMM()261 if (tao->ineq_constrained) { in TaoSetUp_ALMM()283 if (tao->ineq_constrained) { in TaoSetUp_ALMM()337 if (tao->ineq_constrained) { in TaoDestroy_ALMM()524 if (tao->ineq_constrained) { in TaoALMMCombinePrimal_Private()541 if (tao->ineq_constrained) { in TaoALMMCombineDual_Private()[all …]
241 if (tao->ineq_constrained) { in TaoALMMSetMultipliers_Private()266 if (tao->setupcalled && tao->eq_constrained && tao->ineq_constrained) { in TaoALMMSetMultipliers_Private()305 …PetscCheck(tao->ineq_constrained, PetscObjectComm((PetscObject)tao), PETSC_ERR_ARG_WRONGSTATE, "Pr… in TaoALMMGetPrimalIS_Private()342 …PetscCheck(tao->ineq_constrained && tao->ineq_constrained, PetscObjectComm((PetscObject)tao), PETS… in TaoALMMGetDualIS_Private()
166 PetscBool ineq_constrained; member
405 tao->ineq_constrained = func ? PETSC_TRUE : PETSC_FALSE; in TaoSetInequalityConstraintsRoutine()