Home
last modified time | relevance | path

Searched defs:xAnorm (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c115 …*dminnorm, PetscReal *xMnorm, PetscReal *fMnorm, PetscReal *yMnorm, PetscReal *xAnorm, PetscReal *… in SNESNGMRESNorms_Private()
163 …PetscReal fMnorm, PetscReal yMnorm, PetscReal objM, Vec XA, Vec FA, PetscReal xAnorm, PetscReal fA… in SNESNGMRESSelect_Private()
H A Dsnesngmres.c136 PetscReal xnorm, xMnorm, xAnorm; in SNESSolve_NGMRES() local