Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c115 …Vec XA, Vec FA, Vec D, PetscReal *dnorm, PetscReal *dminnorm, PetscReal *xMnorm, PetscReal *fMnorm… in SNESNGMRESNorms_Private() argument
123 if (xMnorm) PetscCall(VecNormBegin(XM, NORM_2, xMnorm)); in SNESNGMRESNorms_Private()
145 if (xMnorm) PetscCall(VecNormEnd(XM, NORM_2, xMnorm)); in SNESNGMRESNorms_Private()
163 …SSelect_Private(SNES snes, PetscInt k_restart, Vec XM, Vec FM, PetscReal xMnorm, PetscReal fMnorm,… in SNESNGMRESSelect_Private() argument
181 *xnorm = xMnorm; in SNESNGMRESSelect_Private()
233 *xnorm = xMnorm; in SNESNGMRESSelect_Private()
H A Dsnesngmres.c136 PetscReal xnorm, xMnorm, xAnorm; in SNESSolve_NGMRES() local
248 …GMRESNorms_Private(snes, l, X, F, XM, FM, XA, FA, D, &dnorm, &dminnorm, &xMnorm, NULL, &yMnorm, &x… in SNESSolve_NGMRES()
250 …PetscCall(SNESNGMRESNorms_Private(snes, l, X, F, XM, FM, XA, FA, D, NULL, NULL, &xMnorm, NULL, &yM… in SNESSolve_NGMRES()
259 …PetscCall(SNESNGMRESSelect_Private(snes, k_restart, XM, FM, xMnorm, fMnorm, yMnorm, objM, XA, FA, … in SNESSolve_NGMRES()