Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/almm/
H A Dalmm.c686 PetscReal yeTce = 0.0, yiTcims = 0.0, ceTce = 0.0, cimsTcims = 0.0; in TaoALMMComputeAugLagAndGradient_Private() local
693 PetscCall(VecDot(auglag->Ce, auglag->Ce, &ceTce)); in TaoALMMComputeAugLagAndGradient_Private()
716 auglag->Lval = auglag->fval + yeTce + yiTcims + 0.5 * auglag->mu * (ceTce + cimsTcims); in TaoALMMComputeAugLagAndGradient_Private()