Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c115 …orm, PetscReal *fMnorm, PetscReal *yMnorm, PetscReal *xAnorm, PetscReal *fAnorm, PetscReal *yAnorm) in SNESNGMRESNorms_Private() argument
131 if (yAnorm) { in SNESNGMRESNorms_Private()
133 PetscCall(VecNormBegin(D, NORM_2, yAnorm)); in SNESNGMRESNorms_Private()
150 if (yAnorm) PetscCall(VecNormEnd(D, NORM_2, yAnorm)); in SNESNGMRESNorms_Private()
163 …Real objM, Vec XA, Vec FA, PetscReal xAnorm, PetscReal fAnorm, PetscReal yAnorm, PetscReal objA, P… in SNESNGMRESSelect_Private() argument
228 *ynorm = yAnorm; in SNESNGMRESSelect_Private()
243 *ynorm = yAnorm; in SNESNGMRESSelect_Private()
H A Dsnesngmres.c137 PetscReal ynorm, yMnorm, yAnorm; in SNESSolve_NGMRES() local
248 …l, X, F, XM, FM, XA, FA, D, &dnorm, &dminnorm, &xMnorm, NULL, &yMnorm, &xAnorm, &fAnorm, &yAnorm)); in SNESSolve_NGMRES()
250 …(snes, l, X, F, XM, FM, XA, FA, D, NULL, NULL, &xMnorm, NULL, &yMnorm, &xAnorm, &fAnorm, &yAnorm)); in SNESSolve_NGMRES()
259 …k_restart, XM, FM, xMnorm, fMnorm, yMnorm, objM, XA, FA, xAnorm, fAnorm, yAnorm, objA, dnorm, objm… in SNESSolve_NGMRES()