Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/admm/
H A Dadmm.h29 PetscReal lambda, mu, muold, orthval, mueps, tol, mumin; member
H A Dadmm.c89 if (Axyhat > am->orthval * Axdiff_norm * yhatdiff_norm + am->mueps) { in AdaptiveADMMPenaltyUpdate()
95 if (Bzy > am->orthval * Bzdiff_norm * ydiff_norm + am->mueps) { in AdaptiveADMMPenaltyUpdate()
515 …, "ADMM spectral penalty update curvature safeguard value.", "", am->orthval, &am->orthval, NULL)); in TaoSetFromOptions_ADMM()
721 am->orthval = 0.2; in TaoCreate_ADMM()