Lines Matching refs:FA
38 …vate(SNES snes, PetscInt ivec, PetscInt l, Vec XM, Vec FM, PetscReal fMnorm, Vec X, Vec XA, Vec FA) in SNESNGMRESFormCombinedSolution_Private() argument
104 PetscCall(SNESApplyNPC(snes, XA, NULL, FA)); in SNESNGMRESFormCombinedSolution_Private()
106 PetscCall(SNESComputeFunction(snes, XA, FA)); in SNESNGMRESFormCombinedSolution_Private()
109 PetscCall(VecAXPBY(FA, 1.0 - alph_total, 0.0, FM)); in SNESNGMRESFormCombinedSolution_Private()
110 PetscCall(VecMAXPY(FA, l, beta, Fdot)); in SNESNGMRESFormCombinedSolution_Private()
115 …s_Private(SNES snes, PetscInt l, Vec X, Vec F, Vec XM, Vec FM, Vec XA, Vec FA, Vec D, PetscReal *d… in SNESNGMRESNorms_Private() argument
130 if (fAnorm) PetscCall(VecNormBegin(FA, NORM_2, fAnorm)); in SNESNGMRESNorms_Private()
149 if (fAnorm) PetscCall(VecNormEnd(FA, NORM_2, fAnorm)); in SNESNGMRESNorms_Private()
163 …al xMnorm, PetscReal fMnorm, PetscReal yMnorm, PetscReal objM, Vec XA, Vec FA, PetscReal xAnorm, P… in SNESNGMRESSelect_Private() argument
229 PetscCall(VecCopy(FA, F)); in SNESNGMRESSelect_Private()
244 PetscCall(VecCopy(FA, F)); in SNESNGMRESSelect_Private()