Searched refs:yMnorm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 115 …m, PetscReal *dminnorm, PetscReal *xMnorm, PetscReal *fMnorm, PetscReal *yMnorm, PetscReal *xAnorm… in SNESNGMRESNorms_Private() argument 125 if (yMnorm) { in SNESNGMRESNorms_Private() 127 PetscCall(VecNormBegin(D, NORM_2, yMnorm)); in SNESNGMRESNorms_Private() 147 if (yMnorm) PetscCall(VecNormEnd(D, NORM_2, yMnorm)); in SNESNGMRESNorms_Private() 163 …k_restart, Vec XM, Vec FM, PetscReal xMnorm, PetscReal fMnorm, PetscReal yMnorm, PetscReal objM, V… in SNESNGMRESSelect_Private() argument 183 *ynorm = yMnorm; in SNESNGMRESSelect_Private() 235 *ynorm = yMnorm; in SNESNGMRESSelect_Private()
|
| H A D | snesngmres.c | 137 PetscReal ynorm, yMnorm, yAnorm; in SNESSolve_NGMRES() local 248 …ate(snes, l, X, F, XM, FM, XA, FA, D, &dnorm, &dminnorm, &xMnorm, NULL, &yMnorm, &xAnorm, &fAnorm,… in SNESSolve_NGMRES() 250 …ms_Private(snes, l, X, F, XM, FM, XA, FA, D, NULL, NULL, &xMnorm, NULL, &yMnorm, &xAnorm, &fAnorm,… in SNESSolve_NGMRES() 259 …PetscCall(SNESNGMRESSelect_Private(snes, k_restart, XM, FM, xMnorm, fMnorm, yMnorm, objM, XA, FA, … in SNESSolve_NGMRES()
|