Searched refs:test_tol (Results 1 – 3 of 3) sorted by relevance
109 app_ctx->test_tol = 1E-11; in ProcessCommandLineOptions()110 …_final_state_atol", "Test absolute tolerance", NULL, app_ctx->test_tol, &app_ctx->test_tol, NULL)); in ProcessCommandLineOptions()
114 if (error > app_ctx->test_tol) { in RegressionTest()
100 PetscScalar test_tol; member