Home
last modified time | relevance | path

Searched defs: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()
163 …PetscReal objM, Vec XA, Vec FA, PetscReal xAnorm, PetscReal fAnorm, PetscReal yAnorm, PetscReal ob… in SNESNGMRESSelect_Private()
H A Dsnesngmres.c137 PetscReal ynorm, yMnorm, yAnorm; in SNESSolve_NGMRES() local