Searched refs:tmp_RP (Results 1 – 1 of 1) sorted by relevance
68 PetscScalar *tmp_RP = NULL; in KSPSolve_CGS() local71 PetscCall(VecGetArray(RP, &tmp_RP)); in KSPSolve_CGS()74 if (tmp_RP[i] == 0.0) tmp_RP[i] = vr0max; in KSPSolve_CGS()76 PetscCall(VecRestoreArray(RP, &tmp_RP)); in KSPSolve_CGS()