Searched refs:sorttolerance (Results 1 – 2 of 2) sorted by relevance
177 if (bar->sorttolerance) { in PetscDrawBarDraw()179 if (values[perm[numValues - i - 1]] < bar->sorttolerance) { in PetscDrawBarDraw()283 bar->sorttolerance = tolerance; in PetscDrawBarSort()390 PetscReal tol = bar->sorttolerance; in PetscDrawBarSetFromOptions()
135 PetscReal sorttolerance; member