Searched refs:spot (Results 1 – 1 of 1) sorted by relevance
101 PetscInt spot = 0; in KSPLGMRESCycle() local175 spot = ii; in KSPLGMRESCycle()180 PetscCall(VecCopy(A_AUGVEC(spot), VEC_VV(1 + loc_it))); in KSPLGMRESCycle()255 spot = 0; in KSPLGMRESCycle()258 spot = lgmres->aug_ct; in KSPLGMRESCycle()262 if (lgmres->aug_order[ii] == aug_dim) spot = ii; in KSPLGMRESCycle()266 PetscCall(VecCopy(AUG_TEMP, AUGVEC(spot))); in KSPLGMRESCycle()268 PetscCall(VecNorm(AUGVEC(spot), NORM_2, &tmp_norm)); in KSPLGMRESCycle()272 PetscCall(VecScale(AUGVEC(spot), inv_tmp_norm)); in KSPLGMRESCycle()276 AUG_ORDER(spot) = 1; in KSPLGMRESCycle()[all …]