Searched refs:zerotolerance (Results 1 – 1 of 1) sorted by relevance
104 PetscReal rnorm, fnorm, zerotolerance = snes->vizerotolerance; in SNESMonitorVI() local118 …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() local288 …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[all …]