Searched refs:test_type (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 55 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions() 56 …f test to run", NULL, TestTypes, (PetscEnum)(app_ctx->test_type), (PetscEnum *)&app_ctx->test_type, in ProcessCommandLineOptions()
|
| H A D | setupts.c | 324 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(TSSetErrorIfStepFails(*ts, PETSC_FALSE)); in TSSolve_NS() 358 if (app_ctx->test_type == TESTTYPE_NONE) { in TSSolve_NS() 372 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(user, user->phys, problem, *ts)); in TSSolve_NS() 407 if (app_ctx->test_type == TESTTYPE_NONE) { in TSSolve_NS()
|
| H A D | misc.c | 207 if (problem->compute_exact_solution_error && user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess() 214 if (user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess() 223 if (user->app_ctx->test_type == TESTTYPE_SOLVER) { in PostProcess()
|
| H A D | turb_spanstats.c | 611 if (user->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_TurbulenceStatistics() 616 if (user->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_TurbulenceStatistics()
|
| H A D | differential_filter.c | 324 …if (user->app_ctx->test_type == TESTTYPE_DIFF_FILTER) PetscCall(RegressionTest(user->app_ctx, Filt… in TSMonitor_DifferentialFilter()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 298 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
|
| H A D | navierstokes.h | 107 TestType test_type; member
|
| H A D | README.md | 42 * - `-test_type`
|
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 363 …PetscCheck((user->phys->state_var == STATEVAR_CONSERVATIVE) || (user->app_ctx->test_type == TESTTY… in NS_BLASIUS()
|