Searched refs:test_tol (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 59 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 D | misc.c | 164 if (error > app_ctx->test_tol) { in RegressionTest()
|
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 123 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 D | misc.c | 244 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 D | structs.h | 69 PetscReal test_tol; member
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 108 PetscScalar test_tol; member
|