Lines Matching refs:XM
38 PetscErrorCode SNESNGMRESFormCombinedSolution_Private(SNES snes, PetscInt ivec, PetscInt l, Vec XM,… in SNESNGMRESFormCombinedSolution_Private() argument
97 PetscCall(VecAXPBY(XA, 1.0 - alph_total, 0.0, XM)); in SNESNGMRESFormCombinedSolution_Private()
115 PetscErrorCode SNESNGMRESNorms_Private(SNES snes, PetscInt l, Vec X, Vec F, Vec XM, Vec FM, Vec XA,… in SNESNGMRESNorms_Private() argument
123 if (xMnorm) PetscCall(VecNormBegin(XM, NORM_2, xMnorm)); in SNESNGMRESNorms_Private()
126 PetscCall(VecWAXPY(D, -1.0, XM, X)); in SNESNGMRESNorms_Private()
136 PetscCall(VecWAXPY(D, -1.0, XM, XA)); in SNESNGMRESNorms_Private()
145 if (xMnorm) PetscCall(VecNormEnd(XM, NORM_2, xMnorm)); in SNESNGMRESNorms_Private()
163 PetscErrorCode SNESNGMRESSelect_Private(SNES snes, PetscInt k_restart, Vec XM, Vec FM, PetscReal xM… in SNESNGMRESSelect_Private() argument
176 PetscCall(VecCopy(XM, X)); in SNESNGMRESSelect_Private()
184 PetscCall(VecWAXPY(Y, -1.0, X, XM)); in SNESNGMRESSelect_Private()
186 PetscCall(VecCopy(XM, X)); in SNESNGMRESSelect_Private()
236 PetscCall(VecWAXPY(Y, -1.0, X, XM)); in SNESNGMRESSelect_Private()
238 PetscCall(VecCopy(XM, X)); in SNESNGMRESSelect_Private()