Searched refs:xAnorm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 115 …orm, PetscReal *xMnorm, PetscReal *fMnorm, PetscReal *yMnorm, PetscReal *xAnorm, PetscReal *fAnorm… in SNESNGMRESNorms_Private() argument 129 if (xAnorm) PetscCall(VecNormBegin(XA, NORM_2, xAnorm)); in SNESNGMRESNorms_Private() 148 if (xAnorm) PetscCall(VecNormEnd(XA, NORM_2, xAnorm)); in SNESNGMRESNorms_Private() 163 …Real fMnorm, PetscReal yMnorm, PetscReal objM, Vec XA, Vec FA, PetscReal xAnorm, PetscReal fAnorm,… in SNESNGMRESSelect_Private() argument 226 *xnorm = xAnorm; in SNESNGMRESSelect_Private() 241 *xnorm = xAnorm; in SNESNGMRESSelect_Private()
|
| H A D | snesngmres.c | 136 PetscReal xnorm, xMnorm, xAnorm; 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 …e(snes, l, X, F, XM, FM, XA, FA, D, NULL, NULL, &xMnorm, NULL, &yMnorm, &xAnorm, &fAnorm, &yAnorm)… in SNESSolve_NGMRES() 259 …t_Private(snes, k_restart, XM, FM, xMnorm, fMnorm, yMnorm, objM, XA, FA, xAnorm, fAnorm, yAnorm, o… in SNESSolve_NGMRES()
|