Home
last modified time | relevance | path

Searched defs:fAnorm (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Danderson.c30 PetscReal fnorm, fMnorm, fAnorm; in SNESSolve_Anderson() local
H A Dngmresfunc.c115 …l *xMnorm, PetscReal *fMnorm, PetscReal *yMnorm, PetscReal *xAnorm, PetscReal *fAnorm, PetscReal *… in SNESNGMRESNorms_Private()
163 …PetscReal yMnorm, PetscReal objM, Vec XA, Vec FA, PetscReal xAnorm, PetscReal fAnorm, PetscReal yA… in SNESNGMRESSelect_Private()
H A Dsnesngmres.c135 PetscReal fnorm, fMnorm, fAnorm; /* coefficients and RHS to the minimization problem */ in SNESSolve_NGMRES() local