Lines Matching refs:fnorm
23 …ESNGMRESUpdateSubspace_Private(SNES snes, PetscInt ivec, PetscInt l, Vec F, PetscReal fnorm, Vec X) in SNESNGMRESUpdateSubspace_Private() argument
34 ngmres->fnorms[ivec] = fnorm; in SNESNGMRESUpdateSubspace_Private()
163 …min, PetscReal dminnorm, Vec X, Vec F, Vec Y, PetscReal *xnorm, PetscReal *fnorm, PetscReal *ynorm) in SNESNGMRESSelect_Private() argument
179 *fnorm = fMnorm; in SNESNGMRESSelect_Private()
182 *fnorm = fMnorm; in SNESNGMRESSelect_Private()
189 PetscCall(SNESLineSearchApply(ngmres->additive_linesearch, X, F, fnorm, Y)); in SNESNGMRESSelect_Private()
206 PetscCall(SNESLineSearchGetNorms(ngmres->additive_linesearch, xnorm, fnorm, ynorm)); in SNESNGMRESSelect_Private()
209 PetscReal objT = *fnorm; in SNESNGMRESSelect_Private()
227 *fnorm = fAnorm; in SNESNGMRESSelect_Private()
234 *fnorm = fMnorm; in SNESNGMRESSelect_Private()
242 *fnorm = fAnorm; in SNESNGMRESSelect_Private()