Home
last modified time | relevance | path

Searched refs:eq_constrained (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/constrained/impls/almm/
H A Dalmm.c27 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 …]
H A Dalmmutils.c228 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()
/petsc/include/petsc/private/
H A Dtaoimpl.h165 PetscBool eq_constrained; member
/petsc/src/tao/interface/
H A Dtaosolver_bounds.c336 tao->eq_constrained = func ? PETSC_TRUE : PETSC_FALSE; in TaoSetEqualityConstraintsRoutine()