Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/bmrm/
H A Dbmrm.c13 PetscReal DELTAsv, ProdDELTAsv; in solve() local
28 DELTAsv = EPS_SV; in solve()
211 if ((x[i] > DELTAsv) && (x[i] < c - DELTAsv)) { in solve()
229 if (x[uv[i]] <= DELTAsv) { in solve()