Home
last modified time | relevance | path

Searched refs:zerotolerance (Results 1 – 1 of 1) sorted by relevance

/petsc/src/snes/impls/vi/
H A Dvi.c104 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
[all …]