Lines Matching refs:zerotolerance

104   PetscReal rnorm, fnorm, zerotolerance = snes->vizerotolerance;  in SNESMonitorVI()  local
118 …tscRealPart(xl[i]) + zerotolerance || (PetscRealPart(f[i]) <= 0.0)) && ((PetscRealPart(x[i]) < Pet… in SNESMonitorVI()
119 …else if (PetscRealPart(x[i]) <= PetscRealPart(xl[i]) + zerotolerance && PetscRealPart(f[i]) > 0.0)… in SNESMonitorVI()
120 …else if (PetscRealPart(x[i]) >= PetscRealPart(xu[i]) - zerotolerance && PetscRealPart(f[i]) < 0.0)… in SNESMonitorVI()
125 if (PetscRealPart(x[i]) <= PetscRealPart(xl[i]) + zerotolerance) act_bound[0]++; in SNESMonitorVI()
126 else if (PetscRealPart(x[i]) >= PetscRealPart(xu[i]) - zerotolerance) act_bound[1]++; in SNESMonitorVI()
277 PetscReal zerotolerance = snes->vizerotolerance; in SNESVIGetActiveSetIS() local
288 …tscRealPart(xl[i]) + zerotolerance || (PetscRealPart(f[i]) <= 0.0)) && ((PetscRealPart(x[i]) < Pet… in SNESVIGetActiveSetIS()
295 …tscRealPart(xl[i]) + zerotolerance || (PetscRealPart(f[i]) <= 0.0)) && ((PetscRealPart(x[i]) < Pet… in SNESVIGetActiveSetIS()
327 PetscReal zerotolerance = snes->vizerotolerance; in SNESVIComputeInactiveSetFnorm() local
339 …tscRealPart(xl[i]) + zerotolerance || (PetscRealPart(f[i]) <= 0.0)) && ((PetscRealPart(x[i]) < Pet… in SNESVIComputeInactiveSetFnorm()
371 PetscReal zerotolerance = snes->vizerotolerance; in SNESVIComputeInactiveSetFtY() local
384 …tscRealPart(xl[i]) + zerotolerance || (PetscRealPart(f[i]) <= 0.0)) && ((PetscRealPart(x[i]) < Pet… in SNESVIComputeInactiveSetFtY()