Searched refs:ProdDELTAsv (Results 1 – 1 of 1) sorted by relevance
13 PetscReal DELTAsv, ProdDELTAsv; in solve() local29 if (tol <= 1.0e-5 || dim <= 20) ProdDELTAsv = 0.0F; in solve()30 else ProdDELTAsv = EPS_SV; in solve()44 if (PetscAbsReal(x[i]) > ProdDELTAsv) ipt[it++] = i; in solve()106 if (PetscAbsReal(d[i]) > (ProdDELTAsv * 1.0e-2)) ipt[it++] = i; in solve()109 if (PetscAbsReal(y[i]) > ProdDELTAsv) ipt2[it2++] = i; in solve()