Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c59 app_ctx->test_tol = 1E-11; in ProcessCommandLineOptions()
60 …_final_state_atol", "Test absolute tolerance", NULL, app_ctx->test_tol, &app_ctx->test_tol, NULL)); in ProcessCommandLineOptions()
H A Dmisc.c164 if (error > app_ctx->test_tol) { in RegressionTest()
/libCEED/examples/solids/src/
H A Dcl-options.c123 app_ctx->test_tol = 1e-8; in ProcessCommandLineOptions()
124 …pect_final_state_rtol", "Relative tolerance for final strain energy test", NULL, app_ctx->test_tol, in ProcessCommandLineOptions()
125 &app_ctx->test_tol, NULL)); in ProcessCommandLineOptions()
H A Dmisc.c244 if (error > app_ctx->test_tol) { in RegressionTests_solids()
246 (double)energy_ref, (double)error, app_ctx->test_tol)); in RegressionTests_solids()
/libCEED/examples/solids/include/
H A Dstructs.h69 PetscReal test_tol; member
/libCEED/examples/fluids/
H A Dnavierstokes.h108 PetscScalar test_tol; member