Searched refs:errTol (Results 1 – 2 of 2) sorted by relevance
220 const PetscReal errTol = PETSC_SMALL; in main() local261 …Sum space provides the same solution as a regular space: %s", (errNorm < errTol) ? "true" : "false… in main()
436 const PetscReal errTol = 10. * PETSC_SMALL; in main() local474 exampleSuccess = (PetscBool)(divErrNorm <= errTol); in main()