Searched defs:tolerance (Results 1 – 5 of 5) sorted by relevance
278 PetscErrorCode PetscDrawBarSort(PetscDrawBar bar, PetscBool sort, PetscReal tolerance) in PetscDrawBarSort()
66 PetscReal tolerance; /* tolerance for changes between successive iterates */ member
427 …PetscKDTree tree, PetscCount num_points, const PetscReal points[], PetscReal tolerance, PetscCount… in PetscKDTreeQueryPointsNearestNeighbor()
3167 PetscErrorCode PCFieldSplitSetGKBTol(PC pc, PetscReal tolerance) in PCFieldSplitSetGKBTol()3176 static PetscErrorCode PCFieldSplitSetGKBTol_FieldSplit(PC pc, PetscReal tolerance) in PCFieldSplitSetGKBTol_FieldSplit()
3734 PetscReal tolerance = tol == NULL ? 0.0 : *tol; in DMPlexCoordinatesToReference_FE() local