Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c109 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()
H A Dmisc.c114 if (error > app_ctx->test_tol) { in RegressionTest()
/honee/include/
H A Dnavierstokes.h100 PetscScalar test_tol; member